Home
last modified time | relevance | path

Searched refs:video_output (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/admin-guide/
H A Dvideo-output.rst12 linux:/sys/class/video_output # tree .
17 | |-- subsystem -> ../../../class/video_output
22 | |-- subsystem -> ../../../class/video_output
27 | |-- subsystem -> ../../../class/video_output
32 |-- subsystem -> ../../../class/video_output
/linux/drivers/video/fbdev/
H A Dpvr2fb.c175 static int video_output = VO_VGA; variable
370 if (cable_type == CT_VGA && video_output != VO_VGA) in pvr2fb_set_par()
371 video_output = VO_VGA; in pvr2fb_set_par()
374 if (var->vmode & FB_VMODE_INTERLACED && video_output != VO_VGA) in pvr2fb_set_par()
380 if (var->vmode & FB_VMODE_DOUBLE && video_output == VO_VGA) in pvr2fb_set_par()
477 if (var->yres < 480 && video_output == VO_VGA) in pvr2fb_check_var()
480 if (video_output != VO_VGA) { in pvr2fb_check_var()
566 if (video_output != VO_VGA && par->is_interlaced) in pvr2_init_display()
592 fb_writel(((video_output == VO_VGA) << 23) | in pvr2_init_display()
817 if (video_output == VO_VGA) in pvr2fb_common_init()
[all …]
/linux/drivers/media/pci/ivtv/
H A Divtv-ioctl.c1053 itv->card->video_outputs[outp].video_output, 0); in ivtv_s_output()