Home
last modified time | relevance | path

Searched refs:mga_i2c_chan (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_i2c.c62 struct mga_i2c_chan *i2c = data; in mga_gpio_setsda()
69 struct mga_i2c_chan *i2c = data; in mga_gpio_setscl()
76 struct mga_i2c_chan *i2c = data; in mga_gpio_getsda()
83 struct mga_i2c_chan *i2c = data; in mga_gpio_getscl()
88 struct mga_i2c_chan *mgag200_i2c_create(struct drm_device *dev) in mgag200_i2c_create()
91 struct mga_i2c_chan *i2c; in mgag200_i2c_create()
118 i2c = kzalloc(sizeof(struct mga_i2c_chan), GFP_KERNEL); in mgag200_i2c_create()
149 void mgag200_i2c_destroy(struct mga_i2c_chan *i2c) in mgag200_i2c_destroy()
Dmgag200_drv.h142 struct mga_i2c_chan { struct
151 struct mga_i2c_chan *i2c; argument
273 struct mga_i2c_chan *mgag200_i2c_create(struct drm_device *dev);
274 void mgag200_i2c_destroy(struct mga_i2c_chan *i2c);