Symbol: s6e63j0x03
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
114
static inline struct s6e63j0x03 *panel_to_s6e63j0x03(struct drm_panel *panel)
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
116
return container_of(panel, struct s6e63j0x03, panel);
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
119
static inline ssize_t s6e63j0x03_dcs_write_seq(struct s6e63j0x03 *ctx,
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
133
static inline int s6e63j0x03_enable_lv2_command(struct s6e63j0x03 *ctx)
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
138
static inline int s6e63j0x03_apply_mtp_key(struct s6e63j0x03 *ctx, bool on)
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
147
static int s6e63j0x03_power_on(struct s6e63j0x03 *ctx)
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
165
static int s6e63j0x03_power_off(struct s6e63j0x03 *ctx)
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
182
static int s6e63j0x03_update_gamma(struct s6e63j0x03 *ctx,
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
208
struct s6e63j0x03 *ctx = bl_get_data(bl_dev);
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
220
struct s6e63j0x03 *ctx = panel_to_s6e63j0x03(panel);
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
241
struct s6e63j0x03 *ctx = panel_to_s6e63j0x03(panel);
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
253
static int s6e63j0x03_panel_init(struct s6e63j0x03 *ctx)
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
324
struct s6e63j0x03 *ctx = panel_to_s6e63j0x03(panel);
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
346
struct s6e63j0x03 *ctx = panel_to_s6e63j0x03(panel);
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
436
struct s6e63j0x03 *ctx;
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
439
ctx = devm_drm_panel_alloc(dev, struct s6e63j0x03, panel,
drivers/gpu/drm/panel/panel-samsung-s6e63j0x03.c
495
struct s6e63j0x03 *ctx = mipi_dsi_get_drvdata(dsi);