Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/mgag200/
Dmgag200_i2c.c63 struct mga_i2c_chan *i2c = data; in mga_gpio_setsda()
70 struct mga_i2c_chan *i2c = data; in mga_gpio_setscl()
77 struct mga_i2c_chan *i2c = data; in mga_gpio_getsda()
84 struct mga_i2c_chan *i2c = data; in mga_gpio_getscl()
89 struct mga_i2c_chan *mgag200_i2c_create(struct drm_device *dev) in mgag200_i2c_create()
92 struct mga_i2c_chan *i2c; in mgag200_i2c_create()
121 i2c = kzalloc(sizeof(struct mga_i2c_chan), GFP_KERNEL); in mgag200_i2c_create()
152 void mgag200_i2c_destroy(struct mga_i2c_chan *i2c) in mgag200_i2c_destroy()
Dmgag200_drv.h115 struct mga_i2c_chan { struct
124 struct mga_i2c_chan *i2c; argument
211 struct mga_i2c_chan *mgag200_i2c_create(struct drm_device *dev);
212 void mgag200_i2c_destroy(struct mga_i2c_chan *i2c);
Dmgag200_mode.c1519 struct mga_i2c_chan *i2c; in mgag200_vga_connector_init()