Lines Matching defs:s6e63m0
97 struct s6e63m0 { struct
98 struct device *dev;
99 int (*dcs_read)(struct device *dev, const u8 cmd, u8 *val);
100 int (*dcs_write)(struct device *dev, const u8 *data, size_t len);
101 struct drm_panel panel;
102 struct backlight_device *bl_dev;
103 u8 lcd_type;
105 struct regulator_bulk_data supplies[2];
106 struct gpio_desc *reset_gpio;
108 bool prepared;
109 bool enabled;
136 static inline struct s6e63m0 *panel_to_s6e63m0(struct drm_panel *panel) in panel_to_s6e63m0() argument