Symbol: s6e63j0x03
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
115
static inline struct s6e63j0x03 *panel_to_s6e63j0x03(struct drm_panel *panel)
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
117
return container_of(panel, struct s6e63j0x03, panel);
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
120
static inline ssize_t s6e63j0x03_dcs_write_seq(struct s6e63j0x03 *ctx,
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
134
static inline int s6e63j0x03_enable_lv2_command(struct s6e63j0x03 *ctx)
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
139
static inline int s6e63j0x03_apply_mtp_key(struct s6e63j0x03 *ctx, bool on)
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
148
static int s6e63j0x03_power_on(struct s6e63j0x03 *ctx)
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
166
static int s6e63j0x03_power_off(struct s6e63j0x03 *ctx)
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
183
static int s6e63j0x03_update_gamma(struct s6e63j0x03 *ctx,
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
209
struct s6e63j0x03 *ctx = bl_get_data(bl_dev);
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
221
struct s6e63j0x03 *ctx = panel_to_s6e63j0x03(panel);
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
242
struct s6e63j0x03 *ctx = panel_to_s6e63j0x03(panel);
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
254
static int s6e63j0x03_panel_init(struct s6e63j0x03 *ctx)
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
325
struct s6e63j0x03 *ctx = panel_to_s6e63j0x03(panel);
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
347
struct s6e63j0x03 *ctx = panel_to_s6e63j0x03(panel);
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
437
struct s6e63j0x03 *ctx;
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
440
ctx = devm_drm_panel_alloc(dev, struct s6e63j0x03, panel,
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
496
struct s6e63j0x03 *ctx = mipi_dsi_get_drvdata(dsi);