s6e63m0
static inline struct s6e63m0 *panel_to_s6e63m0(struct drm_panel *panel)
return container_of(panel, struct s6e63m0, panel);
static int s6e63m0_clear_error(struct s6e63m0 *ctx)
static void s6e63m0_dcs_read(struct s6e63m0 *ctx, const u8 cmd, u8 *data)
static void s6e63m0_dcs_write(struct s6e63m0 *ctx, const u8 *data, size_t len)
static int s6e63m0_check_lcd_type(struct s6e63m0 *ctx)
static void s6e63m0_init(struct s6e63m0 *ctx)
static int s6e63m0_power_on(struct s6e63m0 *ctx)
static int s6e63m0_power_off(struct s6e63m0 *ctx)
struct s6e63m0 *ctx = panel_to_s6e63m0(panel);
struct s6e63m0 *ctx = panel_to_s6e63m0(panel);
struct s6e63m0 *ctx = panel_to_s6e63m0(panel);
struct s6e63m0 *ctx = panel_to_s6e63m0(panel);
struct s6e63m0 *ctx = bl_get_data(bd);
static int s6e63m0_backlight_register(struct s6e63m0 *ctx, u32 max_brightness)
struct s6e63m0 *ctx;
ctx = devm_kzalloc(dev, sizeof(struct s6e63m0), GFP_KERNEL);
struct s6e63m0 *ctx = dev_get_drvdata(dev);