Searched refs:vidioc_s_ctrl (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/drivers/media/usb/usbvision/ |
D | usbvision-video.c | 722 static int vidioc_s_ctrl(struct file *file, void *priv, in vidioc_s_ctrl() function 1266 .vidioc_s_ctrl = vidioc_s_ctrl, 1305 .vidioc_s_ctrl = vidioc_s_ctrl,
|
/linux-4.1.27/drivers/media/pci/saa7164/ |
D | saa7164-vbi.c | 407 static int vidioc_s_ctrl(struct file *file, void *priv, in vidioc_s_ctrl() function 1258 .vidioc_s_ctrl = vidioc_s_ctrl,
|
D | saa7164-encoder.c | 435 static int vidioc_s_ctrl(struct file *file, void *priv, in vidioc_s_ctrl() function 1312 .vidioc_s_ctrl = vidioc_s_ctrl,
|
/linux-4.1.27/include/media/ |
D | v4l2-ioctl.h | 159 int (*vidioc_s_ctrl) (struct file *file, void *fh, member
|
/linux-4.1.27/drivers/media/usb/cx231xx/ |
D | cx231xx-417.c | 1537 static int vidioc_s_ctrl(struct file *file, void *priv, in vidioc_s_ctrl() function 1837 .vidioc_s_ctrl = vidioc_s_ctrl,
|
/linux-4.1.27/drivers/media/platform/ |
D | fsl-viu.c | 1040 static int vidioc_s_ctrl(struct file *file, void *priv, in vidioc_s_ctrl() function 1468 .vidioc_s_ctrl = vidioc_s_ctrl,
|
/linux-4.1.27/drivers/media/platform/omap/ |
D | omap_vout.c | 1387 static int vidioc_s_ctrl(struct file *file, void *fh, struct v4l2_control *a) in vidioc_s_ctrl() function 1849 .vidioc_s_ctrl = vidioc_s_ctrl,
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-dev.c | 548 if (vdev->ctrl_handler || ops->vidioc_s_ctrl || ops->vidioc_s_ext_ctrls) in determine_valid_ioctls()
|
D | v4l2-ioctl.c | 1770 if (ops->vidioc_s_ctrl) in v4l_s_ctrl() 1771 return ops->vidioc_s_ctrl(file, fh, p); in v4l_s_ctrl()
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
D | pvrusb2-v4l2.c | 810 .vidioc_s_ctrl = pvr2_s_ctrl,
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 1488 .vidioc_s_ctrl = uvc_ioctl_s_ctrl,
|
/linux-4.1.27/drivers/staging/media/bcm2048/ |
D | radio-bcm2048.c | 2569 .vidioc_s_ctrl = bcm2048_vidioc_s_ctrl,
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-controls.txt | 82 vidioc_s_ctrl, vidioc_g_ext_ctrls, vidioc_try_ext_ctrls and vidioc_s_ext_ctrls.
|
/linux-4.1.27/drivers/media/pci/zoran/ |
D | zoran_driver.c | 3032 .vidioc_s_ctrl = zoran_s_ctrl,
|