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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dpvr2fb.c112 enum { VO_PAL, VO_NTSC, VO_VGA }; enumerator in enum:__anon7246
123 { VO_PAL, "PAL" }, { VO_NTSC, "NTSC" }, { VO_VGA, "VGA" },
175 static int video_output = VO_VGA;
368 if (cable_type == CT_VGA && video_output != VO_VGA)
369 video_output = VO_VGA;
372 if (var->vmode & FB_VMODE_INTERLACED && video_output != VO_VGA)
374 if (var->vmode & FB_VMODE_DOUBLE && video_output == VO_VGA)
462 if (var->yres < 480 && video_output == VO_VGA)
465 if (video_output != VO_VGA) {
550 if (video_output != VO_VGA
[all...]

Completed in 39 milliseconds