Home
last modified time | relevance | path

Searched refs:video_input (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/media/usb/go7007/
H A Dgo7007-usb.c92 .video_input = 0,
96 .video_input = 9,
129 .video_input = 0,
133 .video_input = 9,
174 .video_input = 1,
179 .video_input = 8,
232 .video_input = 3,
237 .video_input = 1,
242 .video_input = 8,
322 .video_input = 2,
[all …]
H A Dgo7007-priv.h103 int video_input; member
/linux/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c288 "no video signal at input %d\n", dev->options.video_input); in hdpvr_start_streaming()
596 if (!fh->legacy_mode && dev->options.video_input == HDPVR_COMPONENT) in vidioc_s_std()
615 if (!fh->legacy_mode && dev->options.video_input == HDPVR_COMPONENT) in vidioc_g_std()
629 if (dev->options.video_input == HDPVR_COMPONENT) in vidioc_querystd()
648 if (dev->options.video_input) in vidioc_s_dv_timings()
670 if (dev->options.video_input) in vidioc_g_dv_timings()
687 if (dev->options.video_input) in vidioc_query_dv_timings()
726 if (dev->options.video_input) in vidioc_enum_dv_timings()
741 if (dev->options.video_input) in vidioc_dv_timings_cap()
795 dev->options.video_input = index; in vidioc_s_input()
[all …]
H A Dhdpvr-core.c248 .video_input = HDPVR_COMPONENT,
311 dev->options.video_input = default_video_input; in hdpvr_probe()
H A Dhdpvr.h48 u8 video_input; member
H A Dhdpvr-control.c160 dev->options.video_input+1); in hdpvr_set_options()
/linux/drivers/media/pci/cx18/
H A Dcx18-video.c17 cx->card->video_inputs[inp].video_input, 0, 0); in cx18_video_set_io()
H A Dcx18-cards.h47 u32 video_input; /* hardware video input */ member
H A Dcx18-driver.c1136 int video_input; in cx18_init_on_first_open() local
1221 video_input = cx->active_input; in cx18_init_on_first_open()
1223 cx18_s_input(NULL, &fh, video_input); in cx18_init_on_first_open()
/linux/drivers/media/pci/ivtv/
H A Divtv-routing.c57 itv->card->video_inputs[inp].video_input, 0, 0); in ivtv_video_set_io()
H A Divtv-cards.h190 u16 video_input; /* hardware video input */ member
H A Divtv-driver.c1267 int video_input; in ivtv_init_on_first_open() local
1311 video_input = itv->active_input; in ivtv_init_on_first_open()
1313 ivtv_s_input(NULL, &fh, video_input); in ivtv_init_on_first_open()
/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-core.c1128 dev->video_input = dev->video_input > 2 ? 2 : dev->video_input; in cx231xx_init_bulk()
1130 cx231xx_coredbg("Setting Video mux to %d\n", dev->video_input); in cx231xx_init_bulk()
1132 video_mux(dev, dev->video_input); in cx231xx_init_bulk()