Searched refs:vidioc_try_ext_ctrls (Results 1 - 5 of 5) sorted by relevance
/drivers/media/pci/saa7164/ |
H A D | saa7164-encoder.c | 610 static int vidioc_try_ext_ctrls(struct file *file, void *priv, function 1320 .vidioc_try_ext_ctrls = vidioc_try_ext_ctrls,
|
H A D | saa7164-vbi.c | 558 static int vidioc_try_ext_ctrls(struct file *file, void *priv, function 1266 .vidioc_try_ext_ctrls = vidioc_try_ext_ctrls,
|
/drivers/media/v4l2-core/ |
H A D | v4l2-dev.c | 586 if (vdev->ctrl_handler || ops->vidioc_try_ext_ctrls)
|
H A D | v4l2-ioctl.c | 1827 if (ops->vidioc_try_ext_ctrls == NULL) 1829 return check_ext_ctrls(p, 0) ? ops->vidioc_try_ext_ctrls(file, fh, p) :
|
/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-v4l2.c | 837 .vidioc_try_ext_ctrls = pvr2_try_ext_ctrls,
|
Completed in 58 milliseconds