Searched refs:vidioc_g_ext_ctrls (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/drivers/media/v4l2-core/ |
| D | v4l2-dev.c | 573 if (vdev->ctrl_handler || ops->vidioc_g_ctrl || ops->vidioc_g_ext_ctrls) in determine_valid_ioctls() 577 if (vdev->ctrl_handler || ops->vidioc_g_ext_ctrls) in determine_valid_ioctls()
|
| D | v4l2-ioctl.c | 2221 if (ops->vidioc_g_ext_ctrls == NULL) in v4l_g_ctrl() 2230 int ret = ops->vidioc_g_ext_ctrls(file, fh, &ctrls); in v4l_g_ctrl() 2283 if (ops->vidioc_g_ext_ctrls == NULL) in v4l_g_ext_ctrls() 2285 return check_ext_ctrls(p, 0) ? ops->vidioc_g_ext_ctrls(file, fh, p) : in v4l_g_ext_ctrls()
|
| /Linux-v5.10/include/media/ |
| D | v4l2-ioctl.h | 468 int (*vidioc_g_ext_ctrls)(struct file *file, void *fh, member
|
| /Linux-v5.10/Documentation/userspace-api/media/ |
| D | videodev2.h.rst.exceptions | 559 replace ioctl VIDIOC_S_EXT_CTRLS vidioc_g_ext_ctrls 575 replace ioctl VIDIOC_TRY_EXT_CTRLS vidioc_g_ext_ctrls
|
| /Linux-v5.10/drivers/media/usb/pvrusb2/ |
| D | pvrusb2-v4l2.c | 823 .vidioc_g_ext_ctrls = pvr2_g_ext_ctrls,
|
| /Linux-v5.10/drivers/media/usb/uvc/ |
| D | uvc_v4l2.c | 1527 .vidioc_g_ext_ctrls = uvc_ioctl_g_ext_ctrls,
|
| /Linux-v5.10/drivers/staging/media/atomisp/pci/ |
| D | atomisp_ioctl.c | 3039 .vidioc_g_ext_ctrls = atomisp_g_ext_ctrls,
|