Searched refs:displaytype (Results 1 - 3 of 3) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dcyblafb.c60 static int displaytype; variable
551 if ((displaytype == DISPLAY_FP) && nativex && var->xres > nativex)
833 if ((displaytype == DISPLAY_FP) && var->xres < nativex) {
1005 if (displaytype == DISPLAY_FP)
1095 if (displaytype == DISPLAY_FP)
1519 displaytype = get_displaytype();
1521 if (displaytype == DISPLAY_FP)
1640 displaytype = DISPLAY_FP;
1642 displaytype = DISPLAY_CRT;
H A Dtridentfb.c55 static int displaytype; variable
1146 displaytype = get_displaytype();
1251 displaytype = DISPLAY_FP;
1253 displaytype = DISPLAY_CRT;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/video/
H A Dtrident.h70 #define flatpanel (displaytype == DISPLAY_FP)

Completed in 106 milliseconds