Searched refs:vidioc_try_ext_ctrls (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-ioctl.h | 206 * @vidioc_try_ext_ctrls: pointer to the function that implements 472 int (*vidioc_try_ext_ctrls)(struct file *file, void *fh, member
|
/kernel/linux/linux-6.6/include/media/ |
H A D | v4l2-ioctl.h | 206 * @vidioc_try_ext_ctrls: pointer to the function that implements 472 int (*vidioc_try_ext_ctrls)(struct file *file, void *fh, member
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-dev.c | 581 if (vdev->ctrl_handler || ops->vidioc_try_ext_ctrls) in determine_valid_ioctls()
|
H A D | v4l2-ioctl.c | 2348 if (ops->vidioc_try_ext_ctrls == NULL) in v4l_try_ext_ctrls() 2351 ops->vidioc_try_ext_ctrls(file, fh, p) : -EINVAL; in v4l_try_ext_ctrls()
|
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-v4l2.c | 825 .vidioc_try_ext_ctrls = pvr2_try_ext_ctrls,
|
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-v4l2.c | 821 .vidioc_try_ext_ctrls = pvr2_try_ext_ctrls,
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-dev.c | 585 if (vdev->ctrl_handler || ops->vidioc_try_ext_ctrls) in determine_valid_ioctls()
|
H A D | v4l2-ioctl.c | 2384 if (ops->vidioc_try_ext_ctrls == NULL) in v4l_try_ext_ctrls() 2387 ops->vidioc_try_ext_ctrls(file, fh, p) : -EINVAL; in v4l_try_ext_ctrls()
|
/kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
H A D | uvc_v4l2.c | 1546 .vidioc_try_ext_ctrls = uvc_ioctl_try_ext_ctrls,
|
/kernel/linux/linux-6.6/drivers/media/usb/uvc/ |
H A D | uvc_v4l2.c | 1580 .vidioc_try_ext_ctrls = uvc_ioctl_try_ext_ctrls,
|
Completed in 24 milliseconds