Searched refs:nativex (Results 1 - 2 of 2) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dcyblafb.c51 static int nativex; variable
69 module_param(nativex, int, 0);
551 if ((displaytype == DISPLAY_FP) && nativex && var->xres > nativex)
833 if ((displaytype == DISPLAY_FP) && var->xres < nativex) {
1311 // be fp == 1 and nativex < 640 ... give up then
1406 if (nativex)
1407 return nativex;
1522 nativex = get_nativex();
1643 else if (!strncmp(opt, "nativex
[all...]
H A Dtridentfb.c74 static int nativex; variable
84 module_param(nativex, int, 0);
556 if (nativex)
557 return nativex;
725 if (flatpanel && nativex && var->xres > nativex)
810 if (flatpanel && var->xres < nativex) {
1149 nativex = get_nativex();
1264 else if (!strncmp(opt,"nativex=",8))
1265 nativex
[all...]

Completed in 131 milliseconds