Home
last modified time | relevance | path

Searched refs:panel_desc (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H A Dpanel-simple.c57 struct panel_desc { struct
106 const struct panel_desc *desc;
408 static struct panel_desc panel_dpi;
415 struct panel_desc *desc; in panel_dpi_probe()
463 const struct panel_desc *desc = panel->desc; in panel_simple_parse_panel_timing_node()
503 static int panel_simple_probe(struct device *dev, const struct panel_desc *desc) in panel_simple_probe()
676 static const struct panel_desc ampire_am_1280800n3tzqw_t00h = {
702 static const struct panel_desc ampire_am_480272h3tmqw_t01h = {
726 static const struct panel_desc ampire_am800480r3tmqwa1h = {
751 static const struct panel_desc armadeus_st0700_adap
[all...]
H A Dpanel-boe-tv101wum-nl6.c21 struct panel_desc { struct
46 const struct panel_desc *desc;
606 static const struct panel_desc boe_tv101wum_nl6_desc = {
633 static const struct panel_desc auo_kd101n80_45na_desc = {
661 static const struct panel_desc boe_tv101wum_n53_desc = {
688 static const struct panel_desc auo_b101uan08_3_desc = {
716 static const struct panel_desc boe_tv105wum_nw0_desc = {
814 const struct panel_desc *desc; in boe_panel_probe()
H A Dpanel-innolux-p079zca.c30 struct panel_desc { struct
51 const struct panel_desc *desc;
221 static const struct panel_desc innolux_p079zca_panel_desc = {
368 static const struct panel_desc innolux_p097pfg_panel_desc = {
430 const struct panel_desc *desc) in innolux_panel_add()
486 const struct panel_desc *desc; in innolux_panel_probe()
H A Dpanel-leadtek-ltk050h3146w.c38 const struct ltk050h3146w_desc *panel_desc; member
493 ret = ctx->panel_desc->init(ctx); in ltk050h3146w_prepare()
533 mode = drm_mode_duplicate(connector->dev, ctx->panel_desc->mode); in ltk050h3146w_get_modes()
563 ctx->panel_desc = of_device_get_match_data(dev); in ltk050h3146w_probe()
564 if (!ctx->panel_desc) in ltk050h3146w_probe()
H A Dpanel-boe-himax8279d.c30 struct panel_desc { struct
46 const struct panel_desc *desc;
523 static const struct panel_desc boe_himax8279d8p_panel_desc = {
823 static const struct panel_desc boe_himax8279d10p_panel_desc = {
895 const struct panel_desc *desc; in panel_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H A Dpanel-simple.c45 * struct panel_desc - Describes a simple panel.
47 struct panel_desc { struct
146 const struct panel_desc *desc;
457 static struct panel_desc panel_dpi;
464 struct panel_desc *desc; in panel_dpi_probe()
512 const struct panel_desc *desc = panel->desc; in panel_simple_parse_panel_timing_node()
552 static int panel_simple_probe(struct device *dev, const struct panel_desc *desc) in panel_simple_probe()
727 static const struct panel_desc ampire_am_1280800n3tzqw_t00h = {
753 static const struct panel_desc ampire_am_480272h3tmqw_t01h = {
792 static const struct panel_desc ampire_am_800480l1tmqw_t00
[all...]
H A Dpanel-edp.c148 * struct panel_desc - Describes a simple panel.
150 struct panel_desc { struct
221 const struct panel_desc *desc;
701 const struct panel_desc *desc = panel->desc; in panel_edp_parse_panel_timing_node()
745 struct panel_desc *desc; in generic_edp_panel_probe()
830 static int panel_edp_probe(struct device *dev, const struct panel_desc *desc, in panel_edp_probe()
975 static const struct panel_desc auo_b101ean01 = {
998 static const struct panel_desc auo_b116xak01 = {
1025 static const struct panel_desc auo_b133han05 = {
1052 static const struct panel_desc auo_b133htn0
[all...]
H A Dpanel-innolux-p079zca.c29 struct panel_desc { struct
50 const struct panel_desc *desc;
220 static const struct panel_desc innolux_p079zca_panel_desc = {
367 static const struct panel_desc innolux_p097pfg_panel_desc = {
429 const struct panel_desc *desc) in innolux_panel_add()
485 const struct panel_desc *desc; in innolux_panel_probe()
H A Dpanel-leadtek-ltk050h3146w.c37 const struct ltk050h3146w_desc *panel_desc; member
484 ret = ctx->panel_desc->init(ctx); in ltk050h3146w_prepare()
524 mode = drm_mode_duplicate(connector->dev, ctx->panel_desc->mode); in ltk050h3146w_get_modes()
554 ctx->panel_desc = of_device_get_match_data(dev); in ltk050h3146w_probe()
555 if (!ctx->panel_desc) in ltk050h3146w_probe()
H A Dpanel-boe-himax8279d.c29 struct panel_desc { struct
45 const struct panel_desc *desc;
522 static const struct panel_desc boe_himax8279d8p_panel_desc = {
822 static const struct panel_desc boe_himax8279d10p_panel_desc = {
894 const struct panel_desc *desc; in panel_probe()
H A Dpanel-boe-tv101wum-nl6.c20 struct panel_desc { struct
45 const struct panel_desc *desc;
1901 static const struct panel_desc boe_tv110c9m_desc = {
1930 static const struct panel_desc inx_hj110iz_desc = {
1958 static const struct panel_desc boe_tv101wum_nl6_desc = {
1985 static const struct panel_desc auo_kd101n80_45na_desc = {
2013 static const struct panel_desc boe_tv101wum_n53_desc = {
2040 static const struct panel_desc auo_b101uan08_3_desc = {
2068 static const struct panel_desc boe_tv105wum_nw0_desc = {
2095 static const struct panel_desc starry_qfh032011_53g_des
[all...]
H A Dpanel-novatek-nt36523.c35 const struct panel_desc *desc;
45 struct panel_desc { struct
982 static const struct panel_desc elish_boe_desc = {
1000 static const struct panel_desc elish_csot_desc = {
1018 static const struct panel_desc j606f_boe_desc = {
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dau1200fb.c92 char panel_desc[80]; member
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dau1200fb.c92 char panel_desc[80]; member

Completed in 18 milliseconds