Lines Matching defs:s6e63m0
260 struct s6e63m0 { struct
261 struct device *dev;
262 void *transport_data;
263 int (*dcs_read)(struct device *dev, void *trsp, const u8 cmd, u8 *val);
264 int (*dcs_write)(struct device *dev, void *trsp, const u8 *data, size_t len);
265 struct drm_panel panel;
266 struct backlight_device *bl_dev;
267 u8 lcd_type;
268 u8 elvss_pulse;
269 bool dsi_mode;
271 struct regulator_bulk_data supplies[2];
272 struct gpio_desc *reset_gpio;
299 static inline struct s6e63m0 *panel_to_s6e63m0(struct drm_panel *panel) in panel_to_s6e63m0() argument