| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-g-ctrl.rst | 20 ``int ioctl(int fd, VIDIOC_G_CTRL, struct v4l2_control *argp)`` 24 ``int ioctl(int fd, VIDIOC_S_CTRL, struct v4l2_control *argp)`` 33 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 58 .. c:type:: v4l2_control 62 .. flat-table:: struct v4l2_control 82 The struct :c:type:`v4l2_control` ``id`` is invalid 88 The struct :c:type:`v4l2_control` ``value`` is out of
|
| H A D | extended-controls.rst | 70 struct :c:type:`v4l2_control`, except for the fact that
|
| H A D | vidioc-dqevent.rst | 134 :c:type:`v4l2_control`.
|
| H A D | control.rst | 460 struct v4l2_control control;
|
| /linux-6.15/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_base.h | 294 struct v4l2_control; 305 struct v4l2_control* ctrl); 307 struct v4l2_control* ctrl);
|
| H A D | matroxfb_maven.c | 1056 struct v4l2_control *p) { in maven_set_control() 1137 struct v4l2_control *p) { in maven_get_control() 1182 static int maven_out_get_ctrl(void* md, struct v4l2_control* p) { in maven_out_get_ctrl() 1186 static int maven_out_set_ctrl(void* md, struct v4l2_control* p) { in maven_out_set_ctrl()
|
| H A D | matroxfb_g450.c | 163 static int g450_set_ctrl(void* md, struct v4l2_control *p) { in g450_set_ctrl() 217 static int g450_get_ctrl(void* md, struct v4l2_control *p) { in g450_get_ctrl()
|
| H A D | matroxfb_base.c | 1127 struct v4l2_control ctrl; in matroxfb_ioctl() 1149 struct v4l2_control ctrl; in matroxfb_ioctl()
|
| /linux-6.15/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_ioctl.c | 1044 struct v4l2_control *control) in atomisp_g_ctrl() 1096 struct v4l2_control *control) in atomisp_s_ctrl() 1178 struct v4l2_control ctrl; in atomisp_camera_g_ext_ctrls() 1206 struct v4l2_control ctrl; in atomisp_g_ext_ctrls() 1235 struct v4l2_control ctrl; in atomisp_camera_s_ext_ctrls() 1269 struct v4l2_control ctrl; in atomisp_s_ext_ctrls()
|
| H A D | atomisp_csi2.c | 291 struct v4l2_control ctrl; in atomisp_csi2_configure_isp2401()
|
| H A D | atomisp_cmd.c | 3116 struct v4l2_control control; in atomisp_color_effect() 3868 struct v4l2_control ctrl; in atomisp_set_sensor_mipi_to_isp()
|
| /linux-6.15/include/media/ |
| H A D | v4l2-ctrls.h | 1479 int v4l2_g_ctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_control *ctrl); 1493 struct v4l2_control *ctrl);
|
| /linux-6.15/include/uapi/linux/ |
| H A D | videodev2.h | 1843 struct v4l2_control { struct 2722 #define VIDIOC_G_CTRL _IOWR('V', 27, struct v4l2_control) 2723 #define VIDIOC_S_CTRL _IOWR('V', 28, struct v4l2_control)
|
| /linux-6.15/drivers/media/v4l2-core/ |
| H A D | v4l2-ctrls-api.c | 799 int v4l2_g_ctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_control *control) in v4l2_g_ctrl() 862 struct v4l2_control *control) in v4l2_s_ctrl()
|
| H A D | v4l2-ioctl.c | 559 const struct v4l2_control *p = arg; in v4l_print_control() 2349 struct v4l2_control *p = arg; in v4l_g_ctrl() 2381 struct v4l2_control *p = arg; in v4l_s_ctrl() 2930 …IOCTL_INFO(VIDIOC_G_CTRL, v4l_g_ctrl, v4l_print_control, INFO_FL_CTRL | INFO_FL_CLEAR(v4l2_control…
|
| /linux-6.15/drivers/media/platform/samsung/s3c-camif/ |
| H A D | camif-regs.c | 60 static const struct v4l2_control colorfx[] = { in camif_hw_set_effect()
|
| /linux-6.15/drivers/media/platform/via/ |
| H A D | via-camera.c | 230 struct v4l2_control ctrl; in viacam_set_flip()
|
| /linux-6.15/drivers/media/i2c/ |
| H A D | mt9m111.c | 863 static const struct v4l2_control colorfx[] = { in mt9m111_set_colorfx()
|
| /linux-6.15/drivers/media/pci/intel/ipu6/ |
| H A D | ipu6-isys-video.c | 753 struct v4l2_control hb = { .id = V4L2_CID_HBLANK, .value = 0 }; in ipu6_isys_configure_stream_watermark()
|
| /linux-6.15/drivers/media/platform/marvell/ |
| H A D | mcam-core.c | 1006 struct v4l2_control ctrl; in mcam_cam_set_flip()
|
| /linux-6.15/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-hdw.c | 2809 struct v4l2_control ctrl; in pvr2_subdev_set_control()
|