Searched refs:num_panels (Results 1 - 4 of 4) 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.c685 int num_panels = ARRAY_SIZE(known_lcd_panels); local
689 if (num_panels <= 0) {
700 for (i = 0; i < num_panels; i++) {
708 if (i >= num_panels) {
H A Dau1200fb.c1711 int num_panels = ARRAY_SIZE(known_lcd_panels); local
1737 for (i = 0; i < num_panels; i++) {
1744 if ((panel_idx < 0) || (panel_idx >= num_panels)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dau1100fb.c685 int num_panels = ARRAY_SIZE(known_lcd_panels); local
689 if (num_panels <= 0) {
700 for (i = 0; i < num_panels; i++) {
708 if (i >= num_panels) {
H A Dau1200fb.c1711 int num_panels = ARRAY_SIZE(known_lcd_panels); local
1737 for (i = 0; i < num_panels; i++) {
1744 if ((panel_idx < 0) || (panel_idx >= num_panels)) {

Completed in 125 milliseconds