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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dpvr2fb.c175 static int video_output = VO_VGA; variable
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 && par->is_interlaced)
576 fb_writel(((video_output == VO_VGA) << 23) |
773 if (video_output
[all...]
H A Doutput.c25 #include <linux/video_output.h>
75 .name = "video_output",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-cards.h106 u16 video_output; /* hardware video output */ member in struct:ivtv_card_output
H A Divtv-cards.c85 .video_output = 0,
88 .video_output = 1,
91 .video_output = 2,
94 .video_output = 3,
97 .video_output = 4,
100 .video_output = 5,
H A Divtv-ioctl.c934 route.output = itv->card->video_outputs[outp].video_output;

Completed in 130 milliseconds