Home
last modified time | relevance | path

Searched refs:vfl_type (Results 1 – 24 of 24) sorted by relevance

/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-dev.c109 static inline unsigned long *devnode_bits(enum vfl_devnode_type vfl_type) in devnode_bits() argument
114 int idx = (vfl_type > VFL_TYPE_RADIO) ? VFL_TYPE_MAX - 1 : vfl_type; in devnode_bits()
120 static inline unsigned long *devnode_bits(enum vfl_devnode_type vfl_type) in devnode_bits() argument
122 return devnode_nums[vfl_type]; in devnode_bits()
129 set_bit(vdev->num, devnode_bits(vdev->vfl_type)); in devnode_set()
135 clear_bit(vdev->num, devnode_bits(vdev->vfl_type)); in devnode_clear()
141 return find_next_zero_bit(devnode_bits(vdev->vfl_type), to, from); in devnode_find()
538 bool is_vid = vdev->vfl_type == VFL_TYPE_GRABBER; in determine_valid_ioctls()
539 bool is_vbi = vdev->vfl_type == VFL_TYPE_VBI; in determine_valid_ioctls()
540 bool is_radio = vdev->vfl_type == VFL_TYPE_RADIO; in determine_valid_ioctls()
[all …]
Dv4l2-ioctl.c937 bool is_vid = vfd->vfl_type == VFL_TYPE_GRABBER; in check_fmt()
938 bool is_vbi = vfd->vfl_type == VFL_TYPE_VBI; in check_fmt()
939 bool is_sdr = vfd->vfl_type == VFL_TYPE_SDR; in check_fmt()
940 bool is_tch = vfd->vfl_type == VFL_TYPE_TOUCH; in check_fmt()
1586 if (vfd->vfl_type == VFL_TYPE_TOUCH) in v4l_s_fmt()
1688 if (vfd->vfl_type == VFL_TYPE_TOUCH) in v4l_try_fmt()
1788 p->type = (vfd->vfl_type == VFL_TYPE_RADIO) ? in v4l_g_tuner()
1806 p->type = (vfd->vfl_type == VFL_TYPE_RADIO) ? in v4l_s_tuner()
1818 if (vfd->vfl_type == VFL_TYPE_RADIO) in v4l_g_modulator()
1833 if (vfd->vfl_type == VFL_TYPE_RADIO) in v4l_s_modulator()
[all …]
/Linux-v5.4/drivers/media/common/saa7146/
Dsaa7146_fops.c230 if (vdev->vfl_type == VFL_TYPE_VBI) { in fops_open()
271 if (vdev->vfl_type == VFL_TYPE_VBI) { in fops_release()
298 switch (vdev->vfl_type) { in fops_mmap()
334 if (vdev->vfl_type == VFL_TYPE_VBI) { in __fops_poll()
380 switch (vdev->vfl_type) { in fops_read()
411 switch (vdev->vfl_type) { in fops_write()
/Linux-v5.4/drivers/media/platform/vivid/
Dvivid-core.c216 if (vdev->vfl_type == VFL_TYPE_RADIO) in vidioc_s_hw_freq_seek()
225 if (vdev->vfl_type == VFL_TYPE_RADIO) in vidioc_enum_freq_bands()
227 if (vdev->vfl_type == VFL_TYPE_SDR) in vidioc_enum_freq_bands()
236 if (vdev->vfl_type == VFL_TYPE_RADIO) in vidioc_g_tuner()
238 if (vdev->vfl_type == VFL_TYPE_SDR) in vidioc_g_tuner()
247 if (vdev->vfl_type == VFL_TYPE_RADIO) in vidioc_s_tuner()
249 if (vdev->vfl_type == VFL_TYPE_SDR) in vidioc_s_tuner()
259 if (vdev->vfl_type == VFL_TYPE_RADIO) in vidioc_g_frequency()
263 if (vdev->vfl_type == VFL_TYPE_SDR) in vidioc_g_frequency()
273 if (vdev->vfl_type == VFL_TYPE_RADIO) in vidioc_s_frequency()
[all …]
/Linux-v5.4/drivers/media/pci/ivtv/
Divtv-streams.c94 int vfl_type; member
287 int vfl_type = ivtv_stream_info[type].vfl_type; in ivtv_reg_dev() local
313 if (video_register_device_no_warn(&s->vdev, vfl_type, num)) { in ivtv_reg_dev()
320 switch (vfl_type) { in ivtv_reg_dev()
/Linux-v5.4/drivers/media/pci/cx18/
Dcx18-streams.c44 int vfl_type; member
398 int vfl_type = cx18_stream_info[type].vfl_type; in cx18_reg_dev() local
426 ret = video_register_device_no_warn(&s->video_dev, vfl_type, num); in cx18_reg_dev()
436 switch (vfl_type) { in cx18_reg_dev()
/Linux-v5.4/include/media/
Dv4l2-dev.h282 enum vfl_devnode_type vfl_type; member
/Linux-v5.4/drivers/media/usb/dvb-usb/
Dcxusb-analog.c1226 if (vdev->vfl_type == VFL_TYPE_GRABBER) in cxusb_medion_g_tuner()
1262 if (vdev->vfl_type == VFL_TYPE_GRABBER) in cxusb_medion_g_tuner()
1295 if (vdev->vfl_type == VFL_TYPE_GRABBER) in cxusb_medion_s_tuner()
1338 if (vdev->vfl_type == VFL_TYPE_GRABBER) in cxusb_medion_s_frequency()
1567 if (vdev->vfl_type == VFL_TYPE_GRABBER) in cxusb_videoradio_release()
/Linux-v5.4/drivers/staging/most/video/
Dvideo.c76 switch (vdev->vfl_type) { in comp_vdev_open()
/Linux-v5.4/drivers/media/usb/em28xx/
Dem28xx-video.c1131 if (owner && owner->vdev->vfl_type == VFL_TYPE_RADIO) in em28xx_start_analog_streaming()
2143 switch (vdev->vfl_type) { in em28xx_v4l2_open()
2175 if (vdev->vfl_type != VFL_TYPE_RADIO) in em28xx_v4l2_open()
2185 if (vdev->vfl_type == VFL_TYPE_RADIO) { in em28xx_v4l2_open()
/Linux-v5.4/drivers/media/platform/sunxi/sun6i-csi/
Dsun6i_video.c651 vdev->vfl_type = VFL_TYPE_GRABBER; in sun6i_video_init()
/Linux-v5.4/drivers/media/platform/vsp1/
Dvsp1_histo.c554 histo->video.vfl_type = VFL_TYPE_GRABBER; in vsp1_histogram_init()
Dvsp1_video.c1296 video->video.vfl_type = VFL_TYPE_GRABBER; in vsp1_video_create()
/Linux-v5.4/Documentation/media/kapi/
Dv4l2-dev.rst57 :c:type:`v4l2_ioctl_ops` struct. The :c:type:`video_device`->vfl_type and
252 - :c:type:`video_device`->vfl_type: the device type passed to
/Linux-v5.4/drivers/media/platform/xilinx/
Dxilinx-dma.c688 dma->video.vfl_type = VFL_TYPE_GRABBER; in xvip_dma_init()
/Linux-v5.4/Documentation/translations/zh_CN/video4linux/
Dv4l2-framework.txt695 - vfl_type: 传递给 video_register_device 的设备类型。
/Linux-v5.4/drivers/media/pci/saa7134/
Dsaa7134-video.c1137 if (vdev->vfl_type == VFL_TYPE_RADIO) { in video_open()
1169 if (vdev->vfl_type == VFL_TYPE_RADIO) in video_release()
1181 if (vdev->vfl_type == VFL_TYPE_RADIO) in video_release()
/Linux-v5.4/drivers/media/usb/au0828/
Dau0828-video.c1045 if (vdev->vfl_type == VFL_TYPE_GRABBER && dev->vid_timeout_running) { in au0828_v4l2_close()
1049 } else if (vdev->vfl_type == VFL_TYPE_VBI && in au0828_v4l2_close()
/Linux-v5.4/drivers/staging/media/omap4iss/
Diss_video.c1245 video->video.vfl_type = VFL_TYPE_GRABBER; in omap4iss_video_init()
/Linux-v5.4/drivers/media/platform/omap3isp/
Dispvideo.c1456 video->video.vfl_type = VFL_TYPE_GRABBER; in omap3isp_video_init()
/Linux-v5.4/drivers/media/platform/
Daspeed-video.c1557 vdev->vfl_type = VFL_TYPE_GRABBER; in aspeed_video_setup_video()
/Linux-v5.4/drivers/media/usb/tm6000/
Dtm6000-video.c1302 switch (vdev->vfl_type) { in __tm6000_open()
/Linux-v5.4/drivers/media/pci/bt8xx/
Dbttv-driver.c2967 if (vdev->vfl_type == VFL_TYPE_GRABBER) { in bttv_open()
2969 } else if (vdev->vfl_type == VFL_TYPE_VBI) { in bttv_open()
/Linux-v5.4/drivers/media/usb/cx231xx/
Dcx231xx-video.c1742 switch (vdev->vfl_type) { in cx231xx_v4l2_open()