Home
last modified time | relevance | path

Searched refs:vidioc_g_ext_ctrls (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/media/
Dv4l2-ioctl.h465 int (*vidioc_g_ext_ctrls)(struct file *file, void *fh, member
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-dev.c552 if (vdev->ctrl_handler || ops->vidioc_g_ctrl || ops->vidioc_g_ext_ctrls) in determine_valid_ioctls()
556 if (vdev->ctrl_handler || ops->vidioc_g_ext_ctrls) in determine_valid_ioctls()
Dv4l2-ioctl.c2060 if (ops->vidioc_g_ext_ctrls == NULL) in v4l_g_ctrl()
2069 int ret = ops->vidioc_g_ext_ctrls(file, fh, &ctrls); in v4l_g_ctrl()
2120 if (ops->vidioc_g_ext_ctrls == NULL) in v4l_g_ext_ctrls()
2122 return check_ext_ctrls(p, 0) ? ops->vidioc_g_ext_ctrls(file, fh, p) : in v4l_g_ext_ctrls()