Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/sitronix/
H A Dst7571-i2c.c86 struct st7571_device;
97 int (*init)(struct st7571_device *st7571);
98 int (*parse_dt)(struct st7571_device *st7571);
103 void (*prepare_buffer)(struct st7571_device *st7571,
114 struct st7571_device { struct
168 static inline struct st7571_device *drm_to_st7571(struct drm_device *dev) in drm_to_st7571() argument
170 return container_of(dev, struct st7571_device, dev); in drm_to_st7571()
176 struct st7571_device *st7571 = i2c_get_clientdata(client); in st7571_regmap_write()
207 static int st7571_send_command_list(struct st7571_device *st7571, in st7571_send_command_list()
248 static int st7571_set_position(struct st7571_device *st7571, int x, int y) in st7571_set_position()
[all …]