Lines Matching defs:s6e3ha2

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