Searched refs:ywrap (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dsgivwfb.c46 static int ywrap = 0; variable
287 if (var->xres > var->xres_virtual || (!ywrap && !ypan))
289 if (var->yres > var->yres_virtual || (!ywrap && !ypan))
770 sgivwfb_fix.ywrapstep = ywrap;
H A Dgbefb.c88 static int ypan, ywrap; variable
941 if (var->xres > var->xres_virtual || (!ywrap && !ypan))
943 if (var->yres > var->yres_virtual || (!ywrap && !ypan))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dfbcon.c1791 * ++Geert: Only use ywrap/ypan if the console is in text mode
2057 int ywrap = FBCON_SWAP(ops->rotate, info->fix.ywrapstep, t); local
2064 divides(ywrap, vc->vc_font.height) &&

Completed in 105 milliseconds