Lines Matching defs:s6e8aa0
3 * MIPI-DSI based s6e8aa0 AMOLED LCD 5.3 inch panel driver.
94 struct s6e8aa0 {
123 static inline struct s6e8aa0 *panel_to_s6e8aa0(struct drm_panel *panel)
125 return container_of(panel, struct s6e8aa0, panel);
128 static int s6e8aa0_clear_error(struct s6e8aa0 *ctx)
136 static void s6e8aa0_dcs_write(struct s6e8aa0 *ctx, const void *data, size_t len)
152 static int s6e8aa0_dcs_read(struct s6e8aa0 *ctx, u8 cmd, void *data, size_t len)
182 static void s6e8aa0_apply_level_1_key(struct s6e8aa0 *ctx)
187 static void s6e8aa0_panel_cond_set_v142(struct s6e8aa0 *ctx)
258 static void s6e8aa0_panel_cond_set(struct s6e8aa0 *ctx)
272 static void s6e8aa0_display_condition_set(struct s6e8aa0 *ctx)
277 static void s6e8aa0_etc_source_control(struct s6e8aa0 *ctx)
282 static void s6e8aa0_etc_pentile_control(struct s6e8aa0 *ctx)
298 static void s6e8aa0_etc_power_control(struct s6e8aa0 *ctx)
314 static void s6e8aa0_etc_elvss_control(struct s6e8aa0 *ctx)
321 static void s6e8aa0_elvss_nvm_set_v142(struct s6e8aa0 *ctx)
345 static void s6e8aa0_elvss_nvm_set(struct s6e8aa0 *ctx)
355 static void s6e8aa0_apply_level_2_key(struct s6e8aa0 *ctx)
764 static void s6e8aa0_brightness_set(struct s6e8aa0 *ctx)
782 static void s6e8aa0_panel_init(struct s6e8aa0 *ctx)
802 static void s6e8aa0_set_maximum_return_packet_size(struct s6e8aa0 *ctx,
820 static void s6e8aa0_read_mtp_id(struct s6e8aa0 *ctx)
849 static void s6e8aa0_set_sequence(struct s6e8aa0 *ctx)
857 static int s6e8aa0_power_on(struct s6e8aa0 *ctx)
876 static int s6e8aa0_power_off(struct s6e8aa0 *ctx)
888 struct s6e8aa0 *ctx = panel_to_s6e8aa0(panel);
901 struct s6e8aa0 *ctx = panel_to_s6e8aa0(panel);
925 struct s6e8aa0 *ctx = panel_to_s6e8aa0(panel);
954 static int s6e8aa0_parse_dt(struct s6e8aa0 *ctx)
979 struct s6e8aa0 *ctx;
982 ctx = devm_kzalloc(dev, sizeof(struct s6e8aa0), GFP_KERNEL);
1032 struct s6e8aa0 *ctx = mipi_dsi_get_drvdata(dsi);
1039 { .compatible = "samsung,s6e8aa0" },
1048 .name = "panel-samsung-s6e8aa0",
1060 MODULE_DESCRIPTION("MIPI-DSI based s6e8aa0 AMOLED LCD Panel Driver");