Searched refs:known_lcd_panels (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dau1100fb.c477 fbdev->panel = &known_lcd_panels[drv_info.panel_idx];
685 int num_panels = ARRAY_SIZE(known_lcd_panels);
702 known_lcd_panels[i].name,
736 known_lcd_panels[drv_info.panel_idx].name,
H A Dau1200fb.c367 static struct panel_settings known_lcd_panels[] = variable in typeref:struct:panel_settings
650 #define NUM_PANELS (ARRAY_SIZE(known_lcd_panels))
1436 newpanel = &known_lcd_panels[panel_index];
1711 int num_panels = ARRAY_SIZE(known_lcd_panels);
1738 if (!strcmp(this_opt, known_lcd_panels[i].name)) {
1821 panel = &known_lcd_panels[panel_index];
H A Dda8xx-fb.c186 static struct da8xx_panel known_lcd_panels[] = { variable in typeref:struct:da8xx_panel
948 for (i = 0, lcdc_info = known_lcd_panels;
949 i < ARRAY_SIZE(known_lcd_panels);
955 if (i == ARRAY_SIZE(known_lcd_panels)) {
H A Dau1100fb.h267 static struct au1100fb_panel known_lcd_panels[] = variable in typeref:struct:au1100fb_panel
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dau1100fb.c477 fbdev->panel = &known_lcd_panels[drv_info.panel_idx];
685 int num_panels = ARRAY_SIZE(known_lcd_panels);
702 known_lcd_panels[i].name,
736 known_lcd_panels[drv_info.panel_idx].name,
H A Dau1200fb.c367 static struct panel_settings known_lcd_panels[] = variable in typeref:struct:panel_settings
650 #define NUM_PANELS (ARRAY_SIZE(known_lcd_panels))
1436 newpanel = &known_lcd_panels[panel_index];
1711 int num_panels = ARRAY_SIZE(known_lcd_panels);
1738 if (!strcmp(this_opt, known_lcd_panels[i].name)) {
1821 panel = &known_lcd_panels[panel_index];
H A Dda8xx-fb.c186 static struct da8xx_panel known_lcd_panels[] = { variable in typeref:struct:da8xx_panel
948 for (i = 0, lcdc_info = known_lcd_panels;
949 i < ARRAY_SIZE(known_lcd_panels);
955 if (i == ARRAY_SIZE(known_lcd_panels)) {
H A Dau1100fb.h267 static struct au1100fb_panel known_lcd_panels[] = variable in typeref:struct:au1100fb_panel

Completed in 130 milliseconds