Searched refs:v4l2_control (Results 1 – 22 of 22) sorted by relevance
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-g-ctrl.rst | 18 .. c:function:: int ioctl( int fd, VIDIOC_G_CTRL, struct v4l2_control *argp ) 21 .. c:function:: int ioctl( int fd, VIDIOC_S_CTRL, struct v4l2_control *argp ) 32 Pointer to struct :c:type:`v4l2_control`. 39 field of a struct :c:type:`v4l2_control` and call the 42 fields of a struct :c:type:`v4l2_control` and call the 59 .. c:type:: v4l2_control 63 .. flat-table:: struct v4l2_control 84 The struct :c:type:`v4l2_control` ``id`` is invalid 90 The struct :c:type:`v4l2_control` ``value`` is out of
|
D | vidioc-dqevent.rst | 150 :c:type:`v4l2_control`.
|
D | control.rst | 442 struct v4l2_control control;
|
D | extended-controls.rst | 70 struct :c:type:`v4l2_control`, except for the fact that
|
/Linux-v4.19/drivers/video/fbdev/matrox/ |
D | matroxfb_base.h | 295 struct v4l2_control; 306 struct v4l2_control* ctrl); 308 struct v4l2_control* ctrl);
|
D | matroxfb_maven.c | 1055 struct v4l2_control *p) { in maven_set_control() 1136 struct v4l2_control *p) { in maven_get_control() 1181 static int maven_out_get_ctrl(void* md, struct v4l2_control* p) { in maven_out_get_ctrl() 1185 static int maven_out_set_ctrl(void* md, struct v4l2_control* p) { in maven_out_set_ctrl()
|
D | matroxfb_g450.c | 162 static int g450_set_ctrl(void* md, struct v4l2_control *p) { in g450_set_ctrl() 216 static int g450_get_ctrl(void* md, struct v4l2_control *p) { in g450_get_ctrl()
|
D | matroxfb_base.c | 1125 struct v4l2_control ctrl; in matroxfb_ioctl() 1147 struct v4l2_control ctrl; in matroxfb_ioctl()
|
/Linux-v4.19/include/media/ |
D | v4l2-ctrls.h | 1094 int v4l2_g_ctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_control *ctrl); 1108 struct v4l2_control *ctrl);
|
D | v4l2-ioctl.h | 462 struct v4l2_control *a); 464 struct v4l2_control *a);
|
/Linux-v4.19/include/uapi/linux/ |
D | videodev2.h | 1573 struct v4l2_control { struct 2339 #define VIDIOC_G_CTRL _IOWR('V', 27, struct v4l2_control) 2340 #define VIDIOC_S_CTRL _IOWR('V', 28, struct v4l2_control)
|
/Linux-v4.19/drivers/media/usb/pvrusb2/ |
D | pvrusb2-v4l2.c | 595 static int pvr2_g_ctrl(struct file *file, void *priv, struct v4l2_control *vc) in pvr2_g_ctrl() 608 static int pvr2_s_ctrl(struct file *file, void *priv, struct v4l2_control *vc) in pvr2_s_ctrl()
|
D | pvrusb2-hdw.c | 2795 struct v4l2_control ctrl; in pvr2_subdev_set_control()
|
/Linux-v4.19/drivers/media/platform/s3c-camif/ |
D | camif-regs.c | 63 static const struct v4l2_control colorfx[] = { in camif_hw_set_effect()
|
/Linux-v4.19/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 958 struct v4l2_control *ctrl) in uvc_ioctl_g_ctrl() 982 struct v4l2_control *ctrl) in uvc_ioctl_s_ctrl()
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 583 const struct v4l2_control *p = arg; in v4l_print_control() 2043 struct v4l2_control *p = arg; in v4l_g_ctrl() 2077 struct v4l2_control *p = arg; in v4l_s_ctrl() 2608 …IOCTL_INFO(VIDIOC_G_CTRL, v4l_g_ctrl, v4l_print_control, INFO_FL_CTRL | INFO_FL_CLEAR(v4l2_control…
|
D | v4l2-ctrls.c | 3081 int v4l2_g_ctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_control *control) in v4l2_g_ctrl() 3398 struct v4l2_control *control) in v4l2_s_ctrl()
|
/Linux-v4.19/drivers/staging/media/bcm2048/ |
D | radio-bcm2048.c | 2353 struct v4l2_control *ctrl) in bcm2048_vidioc_g_ctrl() 2373 struct v4l2_control *ctrl) in bcm2048_vidioc_s_ctrl()
|
/Linux-v4.19/drivers/media/platform/ |
D | via-camera.c | 240 struct v4l2_control ctrl; in viacam_set_flip()
|
/Linux-v4.19/drivers/media/platform/marvell-ccic/ |
D | mcam-core.c | 963 struct v4l2_control ctrl; in mcam_cam_set_flip()
|
/Linux-v4.19/drivers/media/i2c/ |
D | s5k6aa.c | 593 static const struct v4l2_control colorfx[] = { in s5k6aa_set_colorfx()
|
/Linux-v4.19/drivers/media/usb/cx231xx/ |
D | cx231xx-417.c | 1566 struct v4l2_control *ctl) in vidioc_s_ctrl()
|