Searched refs:is_tft (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Depson1355fb.c505 int is_color, is_dual, is_tft; local
539 is_tft = (panel & 0x01) != 0;
542 lcd_bpp = epson1355_width_tab[is_tft][(panel >> 4) & 3];
569 "is_color=%d, is_dual=%d, is_tft=%d\n",
570 xres, yres, is_color, is_dual, is_tft);
H A Ds1d13xxxfb.c407 int is_color, is_dual, is_tft; local
446 is_tft = (panel & 0x01) != 0;
447 lcd_bpp = s1d13xxxfb_width_tab[is_tft][(panel >> 4) & 3];
483 "is_color=%d, is_dual=%d, is_tft=%d\n",
484 xres, yres, xres_virtual, yres_virtual, is_color, is_dual, is_tft);

Completed in 23 milliseconds