Home
last modified time | relevance | path

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

/linux/drivers/media/v4l2-core/
H A Dv4l2-dev.c107 /* Note: these utility functions all assume that vfl_type is in the range
111 /* Return the bitmap corresponding to vfl_type. */
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()
122 /* Return the bitmap corresponding to vfl_type. */
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()
[all...]
H A Dv4l2-ioctl.c934 bool is_vid = vfd->vfl_type == VFL_TYPE_VIDEO && in check_fmt()
936 bool is_vbi = vfd->vfl_type == VFL_TYPE_VBI; in check_fmt()
937 bool is_sdr = vfd->vfl_type == VFL_TYPE_SDR; in check_fmt()
938 bool is_tch = vfd->vfl_type == VFL_TYPE_TOUCH; in check_fmt()
939 bool is_meta = vfd->vfl_type == VFL_TYPE_VIDEO && in check_fmt()
1704 if (vfd->vfl_type == VFL_TYPE_TOUCH) in v4l_g_fmt()
1767 if (vfd->vfl_type == VFL_TYPE_TOUCH) in v4l_s_fmt()
1875 if (vfd->vfl_type == VFL_TYPE_TOUCH) in v4l_try_fmt()
1981 p->type = (vfd->vfl_type == VFL_TYPE_RADIO) ? in v4l_g_tuner()
1999 p->type = (vfd->vfl_type == VFL_TYPE_RADIO) ? in v4l_s_tuner()
[all …]
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-core.c284 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 in vidioc_s_frequency()
[all...]
/linux/drivers/media/pci/cx18/
H A Dcx18-streams.c53 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/staging/most/video/
H A Dvideo.c80 switch (vdev->vfl_type) { in comp_vdev_open()
/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.c1249 video->video.vfl_type = VFL_TYPE_VIDEO; in vsp1_video_create()
/linux/drivers/media/platform/nuvoton/
H A Dnpcm-video.c1628 vdev->vfl_type = VFL_TYPE_VIDEO; in npcm_video_setup_video()