Searched refs:vfl_type (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-dev.c | 112 static inline unsigned long *devnode_bits(enum vfl_devnode_type vfl_type) in devnode_bits() argument 117 int idx = (vfl_type > VFL_TYPE_RADIO) ? VFL_TYPE_MAX - 1 : vfl_type; in devnode_bits() 123 static inline unsigned long *devnode_bits(enum vfl_devnode_type vfl_type) in devnode_bits() argument 125 return devnode_nums[vfl_type]; in devnode_bits() 132 set_bit(vdev->num, devnode_bits(vdev->vfl_type)); in devnode_set() 138 clear_bit(vdev->num, devnode_bits(vdev->vfl_type)); in devnode_clear() 144 return find_next_zero_bit(devnode_bits(vdev->vfl_type), to, from); in devnode_find() 558 bool is_vid = vdev->vfl_type == VFL_TYPE_VIDEO && in determine_valid_ioctls() 560 bool is_vbi = vdev->vfl_type == VFL_TYPE_VBI; in determine_valid_ioctls() 561 bool is_radio = vdev->vfl_type == VFL_TYPE_RADIO; in determine_valid_ioctls() [all …]
|
| /linux/drivers/media/test-drivers/vivid/ |
| H A D | vivid-core.c | 284 if (vdev->vfl_type == VFL_TYPE_RADIO) in vidioc_s_hw_freq_seek() 293 if (vdev->vfl_type == VFL_TYPE_RADIO) in vidioc_enum_freq_bands() 295 if (vdev->vfl_type == VFL_TYPE_SDR) in vidioc_enum_freq_bands() 304 if (vdev->vfl_type == VFL_TYPE_RADIO) in vidioc_g_tuner() 306 if (vdev->vfl_type == VFL_TYPE_SDR) in vidioc_g_tuner() 315 if (vdev->vfl_type == VFL_TYPE_RADIO) in vidioc_s_tuner() 317 if (vdev->vfl_type == VFL_TYPE_SDR) in vidioc_s_tuner() 327 if (vdev->vfl_type == VFL_TYPE_RADIO) in vidioc_g_frequency() 331 if (vdev->vfl_type == VFL_TYPE_SDR) in vidioc_g_frequency() 341 if (vdev->vfl_type == VFL_TYPE_RADIO) in vidioc_s_frequency() [all …]
|
| /linux/drivers/media/pci/cx18/ |
| H A D | cx18-streams.c | 53 int vfl_type; member 409 int vfl_type = cx18_stream_info[type].vfl_type; in cx18_reg_dev() local 437 ret = video_register_device_no_warn(&s->video_dev, vfl_type, num); in cx18_reg_dev() 447 switch (vfl_type) { in cx18_reg_dev()
|
| /linux/drivers/media/common/saa7146/ |
| H A D | saa7146_fops.c | 189 if (vdev->vfl_type != VFL_TYPE_VBI || !dev->ext_vv_data->vbi_write) in fops_write()
|
| /linux/drivers/staging/most/video/ |
| H A D | video.c | 80 switch (vdev->vfl_type) { in comp_vdev_open()
|
| /linux/drivers/media/usb/em28xx/ |
| H A D | em28xx-video.c | 1121 if (owner && owner->vdev->vfl_type == VFL_TYPE_RADIO) in em28xx_start_analog_streaming() 2133 switch (vdev->vfl_type) { in em28xx_v4l2_open() 2165 if (vdev->vfl_type != VFL_TYPE_RADIO) in em28xx_v4l2_open() 2175 if (vdev->vfl_type == VFL_TYPE_RADIO) { in em28xx_v4l2_open()
|
| /linux/drivers/media/platform/ti/vpe/ |
| H A D | vip.c | 3028 static int alloc_stream(struct vip_port *port, int stream_id, int vfl_type) in alloc_stream() argument 3044 stream->vfl_type = vfl_type; in alloc_stream() 3104 ret = video_register_device(vfd, vfl_type, -1); in alloc_stream()
|
| /linux/drivers/media/platform/renesas/vsp1/ |
| H A D | vsp1_video.c | 1272 video->video.vfl_type = VFL_TYPE_VIDEO; in vsp1_video_create()
|
| /linux/drivers/media/platform/ti/omap3isp/ |
| H A D | ispvideo.c | 1536 video->video.vfl_type = VFL_TYPE_VIDEO; in omap3isp_video_init()
|
| /linux/drivers/staging/media/tegra-video/ |
| H A D | vi.c | 1160 chan->video.vfl_type = VFL_TYPE_VIDEO; in tegra_channel_init()
|
| /linux/drivers/media/platform/nuvoton/ |
| H A D | npcm-video.c | 1628 vdev->vfl_type = VFL_TYPE_VIDEO; in npcm_video_setup_video()
|