Searched refs:vidioc_query_ext_ctrl (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-compat-ioctl32.c | 691 if (!ops || !ops->vidioc_query_ext_ctrl) in ctrl_is_pointer() 694 return !ops->vidioc_query_ext_ctrl(file, NULL, &qec) && in ctrl_is_pointer()
|
| H A D | v4l2-dev.c | 584 if (vdev->ctrl_handler || ops->vidioc_query_ext_ctrl) in determine_valid_ioctls() 586 if (vdev->ctrl_handler || ops->vidioc_query_ext_ctrl) in determine_valid_ioctls()
|
| H A D | v4l2-ioctl.c | 2308 if (!ops->vidioc_query_ext_ctrl) in v4l_queryctrl() 2313 ret = ops->vidioc_query_ext_ctrl(file, NULL, &qec); in v4l_queryctrl() 2331 if (ops->vidioc_query_ext_ctrl) in v4l_query_ext_ctrl() 2332 return ops->vidioc_query_ext_ctrl(file, NULL, p); in v4l_query_ext_ctrl()
|
| /linux/include/media/ |
| H A D | v4l2-ioctl.h | 458 int (*vidioc_query_ext_ctrl)(struct file *file, void *priv, member
|
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-v4l2.c | 796 .vidioc_query_ext_ctrl = pvr2_query_ext_ctrl,
|
| /linux/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_ioctl.c | 1557 .vidioc_query_ext_ctrl = atomisp_query_ext_ctrl,
|
| /linux/drivers/media/usb/uvc/ |
| H A D | uvc_v4l2.c | 1257 .vidioc_query_ext_ctrl = uvc_ioctl_query_ext_ctrl,
|