Lines Matching defs:s6e63m0
22 #include "panel-samsung-s6e63m0.h"
97 struct s6e63m0 {
136 static inline struct s6e63m0 *panel_to_s6e63m0(struct drm_panel *panel)
138 return container_of(panel, struct s6e63m0, panel);
141 static int s6e63m0_clear_error(struct s6e63m0 *ctx)
149 static void s6e63m0_dcs_read(struct s6e63m0 *ctx, const u8 cmd, u8 *data)
157 static void s6e63m0_dcs_write(struct s6e63m0 *ctx, const u8 *data, size_t len)
171 static int s6e63m0_check_lcd_type(struct s6e63m0 *ctx)
208 static void s6e63m0_init(struct s6e63m0 *ctx)
281 static int s6e63m0_power_on(struct s6e63m0 *ctx)
300 static int s6e63m0_power_off(struct s6e63m0 *ctx)
316 struct s6e63m0 *ctx = panel_to_s6e63m0(panel);
335 struct s6e63m0 *ctx = panel_to_s6e63m0(panel);
354 struct s6e63m0 *ctx = panel_to_s6e63m0(panel);
387 struct s6e63m0 *ctx = panel_to_s6e63m0(panel);
440 struct s6e63m0 *ctx = bl_get_data(bd);
458 static int s6e63m0_backlight_register(struct s6e63m0 *ctx)
484 struct s6e63m0 *ctx;
487 ctx = devm_kzalloc(dev, sizeof(struct s6e63m0), GFP_KERNEL);
530 struct s6e63m0 *ctx = dev_get_drvdata(dev);
539 MODULE_DESCRIPTION("s6e63m0 LCD Driver");