Searched refs:vfl_type (Results 1 – 7 of 7) sorted by relevance
107 /* Note: these utility functions all assume that vfl_type is in the range111 /* 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...]
934 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 …]
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 in vidioc_s_frequency() [all...]
53 int vfl_type; member409 int vfl_type = cx18_stream_info[type].vfl_type; in cx18_reg_dev() local437 ret = video_register_device_no_warn(&s->video_dev, vfl_type, num); in cx18_reg_dev()447 switch (vfl_type) { in cx18_reg_dev()
80 switch (vdev->vfl_type) { in comp_vdev_open()
1249 video->video.vfl_type = VFL_TYPE_VIDEO; in vsp1_video_create()
1628 vdev->vfl_type = VFL_TYPE_VIDEO; in npcm_video_setup_video()