Home
last modified time | relevance | path

Searched refs:vidioc_query_ext_ctrl (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/include/media/
Dv4l2-ioctl.h462 int (*vidioc_query_ext_ctrl)(struct file *file, void *fh, member
/Linux-v6.6/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c686 if (!ops || !ops->vidioc_query_ext_ctrl) in ctrl_is_pointer()
689 return !ops->vidioc_query_ext_ctrl(file, fh, &qec) && in ctrl_is_pointer()
Dv4l2-dev.c575 if (vdev->ctrl_handler || ops->vidioc_query_ext_ctrl) in determine_valid_ioctls()
Dv4l2-ioctl.c2239 if (ops->vidioc_query_ext_ctrl) in v4l_query_ext_ctrl()
2240 return ops->vidioc_query_ext_ctrl(file, fh, p); in v4l_query_ext_ctrl()
/Linux-v6.6/drivers/media/usb/uvc/
Duvc_v4l2.c1577 .vidioc_query_ext_ctrl = uvc_ioctl_query_ext_ctrl,