Lines Matching defs:s6e63j0x03
35 struct s6e63j0x03 {
114 static inline struct s6e63j0x03 *panel_to_s6e63j0x03(struct drm_panel *panel)
116 return container_of(panel, struct s6e63j0x03, panel);
119 static inline ssize_t s6e63j0x03_dcs_write_seq(struct s6e63j0x03 *ctx,
133 static inline int s6e63j0x03_enable_lv2_command(struct s6e63j0x03 *ctx)
138 static inline int s6e63j0x03_apply_mtp_key(struct s6e63j0x03 *ctx, bool on)
147 static int s6e63j0x03_power_on(struct s6e63j0x03 *ctx)
165 static int s6e63j0x03_power_off(struct s6e63j0x03 *ctx)
182 static int s6e63j0x03_update_gamma(struct s6e63j0x03 *ctx,
208 struct s6e63j0x03 *ctx = bl_get_data(bl_dev);
220 struct s6e63j0x03 *ctx = panel_to_s6e63j0x03(panel);
241 struct s6e63j0x03 *ctx = panel_to_s6e63j0x03(panel);
253 static int s6e63j0x03_panel_init(struct s6e63j0x03 *ctx)
324 struct s6e63j0x03 *ctx = panel_to_s6e63j0x03(panel);
346 struct s6e63j0x03 *ctx = panel_to_s6e63j0x03(panel);
436 struct s6e63j0x03 *ctx;
439 ctx = devm_kzalloc(dev, sizeof(struct s6e63j0x03), GFP_KERNEL);
470 ctx->bl_dev = backlight_device_register("s6e63j0x03", dev, ctx,
498 struct s6e63j0x03 *ctx = mipi_dsi_get_drvdata(dsi);
509 { .compatible = "samsung,s6e63j0x03" },
526 MODULE_DESCRIPTION("MIPI-DSI based s6e63j0x03 AMOLED LCD Panel Driver");