Lines Matching full:s6e3ha2

3  * MIPI-DSI based s6e3ha2 AMOLED 5.7 inch panel driver.
232 struct s6e3ha2 { struct
244 static int s6e3ha2_dcs_write(struct s6e3ha2 *ctx, const void *data, size_t len) in s6e3ha2_dcs_write() argument
265 static int s6e3ha2_test_key_on_f0(struct s6e3ha2 *ctx) in s6e3ha2_test_key_on_f0()
271 static int s6e3ha2_test_key_off_f0(struct s6e3ha2 *ctx) in s6e3ha2_test_key_off_f0()
277 static int s6e3ha2_test_key_on_fc(struct s6e3ha2 *ctx) in s6e3ha2_test_key_on_fc()
283 static int s6e3ha2_test_key_off_fc(struct s6e3ha2 *ctx) in s6e3ha2_test_key_off_fc()
289 static int s6e3ha2_single_dsi_set(struct s6e3ha2 *ctx) in s6e3ha2_single_dsi_set()
296 static int s6e3ha2_freq_calibration(struct s6e3ha2 *ctx) in s6e3ha2_freq_calibration()
317 static int s6e3ha2_aor_control(struct s6e3ha2 *ctx) in s6e3ha2_aor_control()
323 static int s6e3ha2_caps_elvss_set(struct s6e3ha2 *ctx) in s6e3ha2_caps_elvss_set()
329 static int s6e3ha2_acl_off(struct s6e3ha2 *ctx) in s6e3ha2_acl_off()
335 static int s6e3ha2_acl_off_opr(struct s6e3ha2 *ctx) in s6e3ha2_acl_off_opr()
341 static int s6e3ha2_test_global(struct s6e3ha2 *ctx) in s6e3ha2_test_global()
347 static int s6e3ha2_test(struct s6e3ha2 *ctx) in s6e3ha2_test()
353 static int s6e3ha2_touch_hsync_on1(struct s6e3ha2 *ctx) in s6e3ha2_touch_hsync_on1()
360 static int s6e3ha2_pentile_control(struct s6e3ha2 *ctx) in s6e3ha2_pentile_control()
366 static int s6e3ha2_poc_global(struct s6e3ha2 *ctx) in s6e3ha2_poc_global()
372 static int s6e3ha2_poc_setting(struct s6e3ha2 *ctx) in s6e3ha2_poc_setting()
378 static int s6e3ha2_pcd_set_off(struct s6e3ha2 *ctx) in s6e3ha2_pcd_set_off()
384 static int s6e3ha2_err_fg_set(struct s6e3ha2 *ctx) in s6e3ha2_err_fg_set()
390 static int s6e3ha2_hbm_off(struct s6e3ha2 *ctx) in s6e3ha2_hbm_off()
396 static int s6e3ha2_te_start_setting(struct s6e3ha2 *ctx) in s6e3ha2_te_start_setting()
402 static int s6e3ha2_gamma_update(struct s6e3ha2 *ctx) in s6e3ha2_gamma_update()
415 static int s6e3ha2_set_vint(struct s6e3ha2 *ctx) in s6e3ha2_set_vint()
432 static int s6e3ha2_update_gamma(struct s6e3ha2 *ctx, unsigned int brightness) in s6e3ha2_update_gamma()
451 struct s6e3ha2 *ctx = bl_get_data(bl_dev); in s6e3ha2_set_brightness()
478 static int s6e3ha2_panel_init(struct s6e3ha2 *ctx) in s6e3ha2_panel_init()
496 static int s6e3ha2_power_off(struct s6e3ha2 *ctx) in s6e3ha2_power_off()
503 struct s6e3ha2 *ctx = container_of(panel, struct s6e3ha2, panel); in s6e3ha2_disable()
518 struct s6e3ha2 *ctx = container_of(panel, struct s6e3ha2, panel); in s6e3ha2_unprepare()
523 static int s6e3ha2_power_on(struct s6e3ha2 *ctx) in s6e3ha2_power_on()
546 struct s6e3ha2 *ctx = container_of(panel, struct s6e3ha2, panel); in s6e3ha2_prepare()
568 struct s6e3ha2 *ctx = container_of(panel, struct s6e3ha2, panel); in s6e3ha2_enable()
648 struct s6e3ha2 *ctx = container_of(panel, struct s6e3ha2, panel); in s6e3ha2_get_modes()
681 struct s6e3ha2 *ctx; in s6e3ha2_probe()
723 ctx->bl_dev = backlight_device_register("s6e3ha2", dev, ctx, in s6e3ha2_probe()
755 struct s6e3ha2 *ctx = mipi_dsi_get_drvdata(dsi); in s6e3ha2_remove()
763 { .compatible = "samsung,s6e3ha2", .data = &samsung_s6e3ha2 },
773 .name = "panel-samsung-s6e3ha2",
782 MODULE_DESCRIPTION("MIPI-DSI based s6e3ha2 AMOLED Panel Driver");