Searched refs:video_input (Results 1 – 10 of 10) 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 | 293 "no video signal at input %d\n", dev->options.video_input); in hdpvr_start_streaming() 600 if (!fh->legacy_mode && dev->options.video_input == HDPVR_COMPONENT) in vidioc_s_std() 620 if (!fh->legacy_mode && dev->options.video_input == HDPVR_COMPONENT) in vidioc_g_std() 634 if (dev->options.video_input == HDPVR_COMPONENT) in vidioc_querystd() 653 if (dev->options.video_input) in vidioc_s_dv_timings() 675 if (dev->options.video_input) in vidioc_g_dv_timings() 692 if (dev->options.video_input) in vidioc_query_dv_timings() 731 if (dev->options.video_input) in vidioc_enum_dv_timings() 746 if (dev->options.video_input) in vidioc_dv_timings_cap() 800 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/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()
|
| H A D | cx231xx-cards.c | 1473 dev->video_input = 0; in cx231xx_init_dev()
|
| /linux/drivers/media/pci/cx18/ |
| H A D | cx18-driver.c | 1136 int video_input; in cx18_init_on_first_open() local 1218 video_input = cx->active_input; in cx18_init_on_first_open() 1220 cx18_do_s_input(cx, video_input); in cx18_init_on_first_open()
|
| /linux/drivers/media/pci/ivtv/ |
| H A D | ivtv-driver.c | 1254 int video_input; in ivtv_init_on_first_open() local 1295 video_input = itv->active_input; in ivtv_init_on_first_open() 1297 ivtv_do_s_input(itv, video_input); in ivtv_init_on_first_open()
|