Lines Matching refs:s6e63j0x03
35 struct s6e63j0x03 { struct
114 static inline struct s6e63j0x03 *panel_to_s6e63j0x03(struct drm_panel *panel) in panel_to_s6e63j0x03()
116 return container_of(panel, struct s6e63j0x03, panel); in panel_to_s6e63j0x03()
119 static inline ssize_t s6e63j0x03_dcs_write_seq(struct s6e63j0x03 *ctx, in s6e63j0x03_dcs_write_seq()
133 static inline int s6e63j0x03_enable_lv2_command(struct s6e63j0x03 *ctx) in s6e63j0x03_enable_lv2_command()
138 static inline int s6e63j0x03_apply_mtp_key(struct s6e63j0x03 *ctx, bool on) in s6e63j0x03_apply_mtp_key()
147 static int s6e63j0x03_power_on(struct s6e63j0x03 *ctx) in s6e63j0x03_power_on()
165 static int s6e63j0x03_power_off(struct s6e63j0x03 *ctx) in s6e63j0x03_power_off()
182 static int s6e63j0x03_update_gamma(struct s6e63j0x03 *ctx, in s6e63j0x03_update_gamma()
208 struct s6e63j0x03 *ctx = bl_get_data(bl_dev); in s6e63j0x03_set_brightness()
220 struct s6e63j0x03 *ctx = panel_to_s6e63j0x03(panel); in s6e63j0x03_disable()
241 struct s6e63j0x03 *ctx = panel_to_s6e63j0x03(panel); in s6e63j0x03_unprepare()
253 static int s6e63j0x03_panel_init(struct s6e63j0x03 *ctx) in s6e63j0x03_panel_init()
324 struct s6e63j0x03 *ctx = panel_to_s6e63j0x03(panel); in s6e63j0x03_prepare()
346 struct s6e63j0x03 *ctx = panel_to_s6e63j0x03(panel); in s6e63j0x03_enable()
436 struct s6e63j0x03 *ctx; in s6e63j0x03_probe()
439 ctx = devm_kzalloc(dev, sizeof(struct s6e63j0x03), GFP_KERNEL); in s6e63j0x03_probe()
495 struct s6e63j0x03 *ctx = mipi_dsi_get_drvdata(dsi); in s6e63j0x03_remove()