Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/mgag200/
Dmgag200_i2c.c64 struct mga_i2c_chan *i2c = data; in mga_gpio_setsda()
71 struct mga_i2c_chan *i2c = data; in mga_gpio_setscl()
78 struct mga_i2c_chan *i2c = data; in mga_gpio_getsda()
85 struct mga_i2c_chan *i2c = data; in mga_gpio_getscl()
90 struct mga_i2c_chan *mgag200_i2c_create(struct drm_device *dev) in mgag200_i2c_create()
93 struct mga_i2c_chan *i2c; in mgag200_i2c_create()
122 i2c = kzalloc(sizeof(struct mga_i2c_chan), GFP_KERNEL); in mgag200_i2c_create()
153 void mgag200_i2c_destroy(struct mga_i2c_chan *i2c) in mgag200_i2c_destroy()
Dmgag200_drv.h120 struct mga_i2c_chan { struct
129 struct mga_i2c_chan *i2c; argument
200 struct mga_i2c_chan *mgag200_i2c_create(struct drm_device *dev);
201 void mgag200_i2c_destroy(struct mga_i2c_chan *i2c);