Home
last modified time | relevance | path

Searched refs:panel_desc (Results 1 – 13 of 13) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/panel/
Dpanel-simple.c48 struct panel_desc { struct
144 const struct panel_desc *desc; argument
433 static struct panel_desc panel_dpi;
440 struct panel_desc *desc; in panel_dpi_probe()
488 const struct panel_desc *desc = panel->desc; in panel_simple_parse_panel_timing_node()
559 struct panel_desc *override_desc; in panel_simple_override_nondefault_lvds_datamapping()
573 static int panel_simple_probe(struct device *dev, const struct panel_desc *desc) in panel_simple_probe()
775 static const struct panel_desc ampire_am_1280800n3tzqw_t00h = {
801 static const struct panel_desc ampire_am_480272h3tmqw_t01h = {
840 static const struct panel_desc ampire_am_800480l1tmqw_t00h = {
[all …]
Dpanel-leadtek-ltk500hd1829.c42 const struct ltk500hd1829_desc *panel_desc; member
538 for (i = 0; i < ctx->panel_desc->num_init; i++) { in ltk500hd1829_prepare()
539 ret = mipi_dsi_generic_write(dsi, &ctx->panel_desc->init[i], in ltk500hd1829_prepare()
577 mode = drm_mode_duplicate(connector->dev, ctx->panel_desc->mode); in ltk500hd1829_get_modes()
580 ctx->panel_desc->mode->hdisplay, ctx->panel_desc->mode->vdisplay, in ltk500hd1829_get_modes()
581 drm_mode_vrefresh(ctx->panel_desc->mode)); in ltk500hd1829_get_modes()
611 ctx->panel_desc = of_device_get_match_data(dev); in ltk500hd1829_probe()
612 if (!ctx->panel_desc) in ltk500hd1829_probe()
Dpanel-edp.c165 struct panel_desc { struct
231 const struct panel_desc *desc;
698 const struct panel_desc *desc = panel->desc; in panel_edp_parse_panel_timing_node()
740 static void panel_edp_set_conservative_timings(struct panel_edp *panel, struct panel_desc *desc) in panel_edp_set_conservative_timings()
761 struct panel_desc *desc; in generic_edp_panel_probe()
834 static int panel_edp_probe(struct device *dev, const struct panel_desc *desc, in panel_edp_probe()
1005 static const struct panel_desc auo_b101ean01 = {
1041 static const struct panel_desc auo_b116xak01 = {
1068 static const struct panel_desc auo_b133htn01 = {
1095 static const struct panel_desc auo_b133xtn01 = {
[all …]
Dpanel-boe-himax8279d.c29 struct panel_desc { struct
45 const struct panel_desc *desc; argument
499 static const struct panel_desc boe_himax8279d8p_panel_desc = {
799 static const struct panel_desc boe_himax8279d10p_panel_desc = {
865 const struct panel_desc *desc; in panel_probe()
Dpanel-leadtek-ltk050h3146w.c38 const struct ltk050h3146w_desc *panel_desc; member
564 ret = ctx->panel_desc->init(ctx); in ltk050h3146w_prepare()
602 mode = drm_mode_duplicate(connector->dev, ctx->panel_desc->mode); in ltk050h3146w_get_modes()
632 ctx->panel_desc = of_device_get_match_data(dev); in ltk050h3146w_probe()
633 if (!ctx->panel_desc) in ltk050h3146w_probe()
655 dsi->mode_flags = ctx->panel_desc->mode_flags; in ltk050h3146w_probe()
Dpanel-innolux-p079zca.c22 struct panel_desc { struct
43 const struct panel_desc *desc; argument
154 static const struct panel_desc innolux_p079zca_panel_desc = {
319 static const struct panel_desc innolux_p097pfg_panel_desc = {
379 const struct panel_desc *desc) in innolux_panel_add()
435 const struct panel_desc *desc; in innolux_panel_probe()
Dpanel-boe-th101mb31ig002-28a.c23 struct panel_desc { struct
42 const struct panel_desc *desc; argument
270 static const struct panel_desc boe_th101mb31ig002_desc = {
295 static const struct panel_desc starry_er88577_desc = {
349 const struct panel_desc *desc; in boe_th101mb31ig002_dsi_probe()
Dpanel-ilitek-ili9806e.c21 struct panel_desc { struct
34 const struct panel_desc *desc; argument
374 static const struct panel_desc com35h3p70ulc_desc = {
538 static const struct panel_desc dmt028vghmcmi_1d_desc = {
Dpanel-boe-tv101wum-nl6.c22 struct panel_desc { struct
47 const struct panel_desc *desc; argument
1436 static const struct panel_desc boe_tv110c9m_desc = {
1465 static const struct panel_desc inx_hj110iz_desc = {
1493 static const struct panel_desc boe_tv101wum_nl6_desc = {
1520 static const struct panel_desc auo_kd101n80_45na_desc = {
1548 static const struct panel_desc boe_tv101wum_n53_desc = {
1575 static const struct panel_desc auo_b101uan08_3_desc = {
1603 static const struct panel_desc boe_tv105wum_nw0_desc = {
1630 static const struct panel_desc starry_qfh032011_53g_desc = {
[all …]
Dpanel-novatek-nt36672e.c28 struct panel_desc { struct
44 const struct panel_desc *desc; argument
402 const struct panel_desc *desc = nt36672e->desc; in nt36672e_on()
483 static const struct panel_desc nt36672e_panel_desc = {
Dpanel-ilitek-ili9882t.c24 struct panel_desc { struct
47 const struct panel_desc *desc; argument
532 static const struct panel_desc starry_ili9882t_desc = {
641 const struct panel_desc *desc; in ili9882t_probe()
Dpanel-novatek-nt36523.c35 const struct panel_desc *desc;
43 struct panel_desc { struct
978 static const struct panel_desc elish_boe_desc = {
996 static const struct panel_desc elish_csot_desc = {
1014 static const struct panel_desc j606f_boe_desc = {
/linux-6.12.1/drivers/video/fbdev/
Dau1200fb.c92 char panel_desc[80]; member