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