Home
last modified time | relevance | path

Searched refs:known_lcd_panels (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/video/fbdev/
Dau1100fb.c369 int num_panels = ARRAY_SIZE(known_lcd_panels); in au1100fb_setup()
387 if (!strncmp(this_opt, known_lcd_panels[i].name, in au1100fb_setup()
389 fbdev->panel = &known_lcd_panels[i]; in au1100fb_setup()
Dau1200fb.c360 static struct panel_settings known_lcd_panels[] = variable
649 #define NUM_PANELS (ARRAY_SIZE(known_lcd_panels))
1461 newpanel = &known_lcd_panels[panel_index]; in au1200fb_ioctl()
1582 int num_panels = ARRAY_SIZE(known_lcd_panels); in au1200fb_setup()
1608 known_lcd_panels[i].name)) { in au1200fb_setup()
1662 panel = &known_lcd_panels[panel_index]; in au1200fb_drv_probe()
Dda8xx-fb.c187 static struct fb_videomode known_lcd_panels[] = { variable
1316 for (i = 0, lcdc_info = known_lcd_panels; in da8xx_fb_get_videomode()
1317 i < ARRAY_SIZE(known_lcd_panels); i++, lcdc_info++) { in da8xx_fb_get_videomode()
1322 if (i == ARRAY_SIZE(known_lcd_panels)) { in da8xx_fb_get_videomode()
Dau1100fb.h270 static struct au1100fb_panel known_lcd_panels[] = variable