Searched refs:video_input (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/drivers/media/usb/go7007/ |
D | go7007-usb.c | 100 .video_input = 0, 104 .video_input = 9, 137 .video_input = 0, 141 .video_input = 9, 182 .video_input = 1, 187 .video_input = 8, 240 .video_input = 3, 245 .video_input = 1, 250 .video_input = 8, 330 .video_input = 2, [all …]
|
D | go7007-priv.h | 111 int video_input; member
|
D | go7007-v4l2.c | 711 go->board_info->inputs[input].video_input, 0, in go7007_s_input()
|
/Linux-v4.19/drivers/media/usb/hdpvr/ |
D | hdpvr-video.c | 292 "no video signal at input %d\n", dev->options.video_input); in hdpvr_start_streaming() 597 if (!fh->legacy_mode && dev->options.video_input == HDPVR_COMPONENT) in vidioc_s_std() 616 if (!fh->legacy_mode && dev->options.video_input == HDPVR_COMPONENT) in vidioc_g_std() 630 if (dev->options.video_input == HDPVR_COMPONENT) in vidioc_querystd() 649 if (dev->options.video_input) in vidioc_s_dv_timings() 671 if (dev->options.video_input) in vidioc_g_dv_timings() 688 if (dev->options.video_input) in vidioc_query_dv_timings() 727 if (dev->options.video_input) in vidioc_enum_dv_timings() 742 if (dev->options.video_input) in vidioc_dv_timings_cap() 797 dev->options.video_input = index; in vidioc_s_input() [all …]
|
D | hdpvr-core.c | 251 .video_input = HDPVR_COMPONENT, 313 dev->options.video_input = default_video_input; in hdpvr_probe()
|
D | hdpvr.h | 52 u8 video_input; member
|
D | hdpvr-control.c | 164 dev->options.video_input+1); in hdpvr_set_options()
|
/Linux-v4.19/drivers/media/pci/cx18/ |
D | cx18-video.c | 26 cx->card->video_inputs[inp].video_input, 0, 0); in cx18_video_set_io()
|
D | cx18-cards.h | 56 u32 video_input; /* hardware video input */ member
|
D | cx18-driver.c | 1146 int video_input; in cx18_init_on_first_open() local 1231 video_input = cx->active_input; in cx18_init_on_first_open() 1233 cx18_s_input(NULL, &fh, video_input); in cx18_init_on_first_open()
|
/Linux-v4.19/drivers/media/pci/ivtv/ |
D | ivtv-routing.c | 69 itv->card->video_inputs[inp].video_input, 0, 0); in ivtv_video_set_io()
|
D | ivtv-cards.h | 177 u16 video_input; /* hardware video input */ member
|
D | ivtv-driver.c | 1306 int video_input; in ivtv_init_on_first_open() local 1350 video_input = itv->active_input; in ivtv_init_on_first_open() 1352 ivtv_s_input(NULL, &fh, video_input); in ivtv_init_on_first_open()
|
/Linux-v4.19/drivers/media/usb/cx231xx/ |
D | cx231xx-video.c | 873 dev->video_input = index; in video_mux() 1181 if (n == dev->video_input) { in cx231xx_enum_input() 1200 *i = dev->video_input; in cx231xx_g_input() 1808 dev->video_input = dev->video_input > 2 ? 2 : dev->video_input; in cx231xx_v4l2_open() 2198 video_mux(dev, dev->video_input); in cx231xx_register_analog_devices()
|
D | cx231xx-core.c | 1144 dev->video_input = dev->video_input > 2 ? 2 : dev->video_input; in cx231xx_init_bulk() 1146 cx231xx_coredbg("Setting Video mux to %d\n", dev->video_input); in cx231xx_init_bulk() 1148 video_mux(dev, dev->video_input); in cx231xx_init_bulk()
|
D | cx231xx-avcore.c | 333 (dev->video_input == CX231XX_VMUX_TELEVISION)) in cx231xx_afe_set_mode() 480 int cx231xx_afe_adjust_ref_count(struct cx231xx *dev, u32 video_input) in cx231xx_afe_adjust_ref_count() argument 486 dev->video_input = video_input; in cx231xx_afe_adjust_ref_count() 488 if (video_input == CX231XX_VMUX_TELEVISION) { in cx231xx_afe_adjust_ref_count() 619 dev->video_input = input; in cx231xx_set_video_input_mux() 630 if (pin_type != dev->video_input) { in cx231xx_set_decoder_video_input()
|
D | cx231xx.h | 722 u32 video_input; member 799 int cx231xx_afe_adjust_ref_count(struct cx231xx *dev, u32 video_input);
|
D | cx231xx-cards.c | 1483 dev->video_input = 0; in cx231xx_init_dev()
|