Lines Matching defs:s6e63m0
23 #include "panel-samsung-s6e63m0.h"
259 struct s6e63m0 {
301 static inline struct s6e63m0 *panel_to_s6e63m0(struct drm_panel *panel)
303 return container_of(panel, struct s6e63m0, panel);
306 static int s6e63m0_clear_error(struct s6e63m0 *ctx)
314 static void s6e63m0_dcs_read(struct s6e63m0 *ctx, const u8 cmd, u8 *data)
322 static void s6e63m0_dcs_write(struct s6e63m0 *ctx, const u8 *data, size_t len)
336 static int s6e63m0_check_lcd_type(struct s6e63m0 *ctx)
381 static void s6e63m0_init(struct s6e63m0 *ctx)
468 static int s6e63m0_power_on(struct s6e63m0 *ctx)
487 static int s6e63m0_power_off(struct s6e63m0 *ctx)
503 struct s6e63m0 *ctx = panel_to_s6e63m0(panel);
522 struct s6e63m0 *ctx = panel_to_s6e63m0(panel);
541 struct s6e63m0 *ctx = panel_to_s6e63m0(panel);
574 struct s6e63m0 *ctx = panel_to_s6e63m0(panel);
635 struct s6e63m0 *ctx = bl_get_data(bd);
671 static int s6e63m0_backlight_register(struct s6e63m0 *ctx, u32 max_brightness)
697 struct s6e63m0 *ctx;
701 ctx = devm_kzalloc(dev, sizeof(struct s6e63m0), GFP_KERNEL);
754 struct s6e63m0 *ctx = dev_get_drvdata(dev);
761 MODULE_DESCRIPTION("s6e63m0 LCD Driver");