Searched refs:video_input (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/media/usb/go7007/ |
H A D | go7007-usb.c | 92 .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 D | go7007-priv.h | 103 int video_input; member
|
/linux/drivers/media/usb/hdpvr/ |
H A D | hdpvr-video.c | 288 "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 D | hdpvr-core.c | 248 .video_input = HDPVR_COMPONENT, 311 dev->options.video_input = default_video_input; in hdpvr_probe()
|
H A D | hdpvr.h | 48 u8 video_input; member
|
H A D | hdpvr-control.c | 160 dev->options.video_input+1); in hdpvr_set_options()
|
/linux/drivers/media/pci/cx18/ |
H A D | cx18-video.c | 17 cx->card->video_inputs[inp].video_input, 0, 0); in cx18_video_set_io()
|
H A D | cx18-cards.h | 47 u32 video_input; /* hardware video input */ member
|
H A D | cx18-driver.c | 1136 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 D | ivtv-routing.c | 57 itv->card->video_inputs[inp].video_input, 0, 0); in ivtv_video_set_io()
|
H A D | ivtv-cards.h | 190 u16 video_input; /* hardware video input */ member
|
H A D | ivtv-driver.c | 1267 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 D | cx231xx-core.c | 1128 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()
|