Home
last modified time | relevance | path

Searched refs:is_vid (Results 1 – 2 of 2) sorted by relevance

/drivers/media/v4l2-core/
Dv4l2-ioctl.c923 bool is_vid = vfd->vfl_type == VFL_TYPE_GRABBER; in check_fmt() local
934 if (is_vid && is_rx && in check_fmt()
939 if (is_vid && is_rx && ops->vidioc_g_fmt_vid_cap_mplane) in check_fmt()
943 if (is_vid && is_rx && ops->vidioc_g_fmt_vid_overlay) in check_fmt()
947 if (is_vid && is_tx && in check_fmt()
952 if (is_vid && is_tx && ops->vidioc_g_fmt_vid_out_mplane) in check_fmt()
956 if (is_vid && is_tx && ops->vidioc_g_fmt_vid_out_overlay) in check_fmt()
1296 bool is_vid = vfd->vfl_type == VFL_TYPE_GRABBER; in v4l_enum_fmt() local
1304 if (unlikely(!is_rx || !is_vid || !ops->vidioc_enum_fmt_vid_cap)) in v4l_enum_fmt()
1309 if (unlikely(!is_rx || !is_vid || !ops->vidioc_enum_fmt_vid_cap_mplane)) in v4l_enum_fmt()
[all …]
Dv4l2-dev.c523 bool is_vid = vdev->vfl_type == VFL_TYPE_GRABBER; in determine_valid_ioctls() local
573 if (is_vid) { in determine_valid_ioctls()
662 if (is_vid || is_vbi || is_sdr) { in determine_valid_ioctls()
675 if (is_vid || is_vbi) { in determine_valid_ioctls()