Lines Matching defs:s6e63m0
25 #include "panel-samsung-s6e63m0.h"
261 struct s6e63m0 {
300 static inline struct s6e63m0 *panel_to_s6e63m0(struct drm_panel *panel)
302 return container_of(panel, struct s6e63m0, panel);
305 static int s6e63m0_clear_error(struct s6e63m0 *ctx)
313 static void s6e63m0_dcs_read(struct s6e63m0 *ctx, const u8 cmd, u8 *data)
321 static void s6e63m0_dcs_write(struct s6e63m0 *ctx, const u8 *data, size_t len)
335 static int s6e63m0_check_lcd_type(struct s6e63m0 *ctx)
380 static void s6e63m0_init(struct s6e63m0 *ctx)
467 static int s6e63m0_power_on(struct s6e63m0 *ctx)
486 static int s6e63m0_power_off(struct s6e63m0 *ctx)
502 struct s6e63m0 *ctx = panel_to_s6e63m0(panel);
516 struct s6e63m0 *ctx = panel_to_s6e63m0(panel);
530 struct s6e63m0 *ctx = panel_to_s6e63m0(panel);
558 struct s6e63m0 *ctx = panel_to_s6e63m0(panel);
614 struct s6e63m0 *ctx = bl_get_data(bd);
650 static int s6e63m0_backlight_register(struct s6e63m0 *ctx, u32 max_brightness)
676 struct s6e63m0 *ctx;
680 ctx = devm_kzalloc(dev, sizeof(struct s6e63m0), GFP_KERNEL);
731 struct s6e63m0 *ctx = dev_get_drvdata(dev);
738 MODULE_DESCRIPTION("s6e63m0 LCD Driver");