VO_VGA            121 drivers/video/fbdev/pvr2fb.c 	{ VO_PAL, "PAL" }, { VO_NTSC, "NTSC" }, { VO_VGA, "VGA" },
VO_VGA            174 drivers/video/fbdev/pvr2fb.c static int video_output = VO_VGA;
VO_VGA            369 drivers/video/fbdev/pvr2fb.c 	if (cable_type == CT_VGA && video_output != VO_VGA)
VO_VGA            370 drivers/video/fbdev/pvr2fb.c 		video_output = VO_VGA;
VO_VGA            373 drivers/video/fbdev/pvr2fb.c 	if (var->vmode & FB_VMODE_INTERLACED && video_output != VO_VGA)
VO_VGA            379 drivers/video/fbdev/pvr2fb.c 	if (var->vmode & FB_VMODE_DOUBLE && video_output == VO_VGA)
VO_VGA            476 drivers/video/fbdev/pvr2fb.c 	if (var->yres < 480 && video_output == VO_VGA)
VO_VGA            479 drivers/video/fbdev/pvr2fb.c 	if (video_output != VO_VGA) {
VO_VGA            565 drivers/video/fbdev/pvr2fb.c 	if (video_output != VO_VGA && par->is_interlaced)
VO_VGA            591 drivers/video/fbdev/pvr2fb.c 	fb_writel(((video_output == VO_VGA) << 23) |
VO_VGA            799 drivers/video/fbdev/pvr2fb.c 	if (video_output == VO_VGA)
VO_VGA            879 drivers/video/fbdev/pvr2fb.c 			video_output = VO_VGA;