Searched refs:vidioc_g_ext_ctrls (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/media/ |
D | v4l2-ioctl.h | 465 int (*vidioc_g_ext_ctrls)(struct file *file, void *fh, member
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-dev.c | 552 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()
|
D | v4l2-ioctl.c | 2055 if (ops->vidioc_g_ext_ctrls == NULL) in v4l_g_ctrl() 2064 int ret = ops->vidioc_g_ext_ctrls(file, fh, &ctrls); in v4l_g_ctrl() 2115 if (ops->vidioc_g_ext_ctrls == NULL) in v4l_g_ext_ctrls() 2117 return check_ext_ctrls(p, 0) ? ops->vidioc_g_ext_ctrls(file, fh, p) : in v4l_g_ext_ctrls()
|
/Linux-v4.19/Documentation/media/ |
D | videodev2.h.rst.exceptions | 530 replace ioctl VIDIOC_S_EXT_CTRLS vidioc_g_ext_ctrls 546 replace ioctl VIDIOC_TRY_EXT_CTRLS vidioc_g_ext_ctrls
|
/Linux-v4.19/drivers/media/usb/pvrusb2/ |
D | pvrusb2-v4l2.c | 841 .vidioc_g_ext_ctrls = pvr2_g_ext_ctrls,
|
/Linux-v4.19/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 1499 .vidioc_g_ext_ctrls = uvc_ioctl_g_ext_ctrls,
|
/Linux-v4.19/Documentation/media/kapi/ |
D | v4l2-controls.rst | 91 vidioc_s_ctrl, vidioc_g_ext_ctrls, vidioc_try_ext_ctrls and vidioc_s_ext_ctrls.
|