Home
last modified time | relevance | path

Searched refs:v4l2_control (Results 1 – 24 of 24) sorted by relevance

/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dvidioc-g-ctrl.rst20 ``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
Dextended-controls.rst70 struct :c:type:`v4l2_control`, except for the fact that
Dvidioc-dqevent.rst134 :c:type:`v4l2_control`.
Dcontrol.rst454 struct v4l2_control control;
/Linux-v6.6/drivers/staging/media/atomisp/include/linux/
Datomisp_platform.h171 int (*g_ctrl)(struct v4l2_subdev *sd, struct v4l2_control *ctrl,
173 int (*s_ctrl)(struct v4l2_subdev *sd, struct v4l2_control *ctrl,
/Linux-v6.6/drivers/video/fbdev/matrox/
Dmatroxfb_base.h294 struct v4l2_control;
305 struct v4l2_control* ctrl);
307 struct v4l2_control* ctrl);
Dmatroxfb_maven.c1056 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()
Dmatroxfb_g450.c163 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()
Dmatroxfb_base.c1127 struct v4l2_control ctrl; in matroxfb_ioctl()
1149 struct v4l2_control ctrl; in matroxfb_ioctl()
/Linux-v6.6/include/media/
Dv4l2-ctrls.h1439 int v4l2_g_ctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_control *ctrl);
1453 struct v4l2_control *ctrl);
Dv4l2-ioctl.h465 struct v4l2_control *a);
467 struct v4l2_control *a);
/Linux-v6.6/drivers/staging/media/atomisp/pci/
Datomisp_ioctl.c1282 struct v4l2_control *control) in atomisp_g_ctrl()
1356 struct v4l2_control *control) in atomisp_s_ctrl()
1482 struct v4l2_control ctrl; in atomisp_camera_g_ext_ctrls()
1557 struct v4l2_control ctrl; in atomisp_g_ext_ctrls()
1588 struct v4l2_control ctrl; in atomisp_camera_s_ext_ctrls()
1678 struct v4l2_control ctrl; in atomisp_s_ext_ctrls()
Datomisp_csi2.c323 struct v4l2_control ctrl; in atomisp_csi2_configure_isp2401()
Datomisp_cmd.c679 struct v4l2_control ctrl; in atomisp_buf_done()
1016 struct v4l2_control ctrl; in atomisp_setup_flash()
3237 struct v4l2_control control; in atomisp_color_effect()
3894 struct v4l2_control ctrl; in atomisp_set_sensor_mipi_to_isp()
/Linux-v6.6/include/uapi/linux/
Dvideodev2.h1798 struct v4l2_control { struct
2643 #define VIDIOC_G_CTRL _IOWR('V', 27, struct v4l2_control)
2644 #define VIDIOC_S_CTRL _IOWR('V', 28, struct v4l2_control)
/Linux-v6.6/drivers/media/v4l2-core/
Dv4l2-ctrls-api.c764 int v4l2_g_ctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_control *control) in v4l2_g_ctrl()
823 struct v4l2_control *control) in v4l2_s_ctrl()
Dv4l2-ioctl.c550 const struct v4l2_control *p = arg; in v4l_print_control()
2265 struct v4l2_control *p = arg; in v4l_g_ctrl()
2299 struct v4l2_control *p = arg; in v4l_s_ctrl()
2850 …IOCTL_INFO(VIDIOC_G_CTRL, v4l_g_ctrl, v4l_print_control, INFO_FL_CTRL | INFO_FL_CLEAR(v4l2_control
/Linux-v6.6/drivers/media/usb/pvrusb2/
Dpvrusb2-v4l2.c574 static int pvr2_g_ctrl(struct file *file, void *priv, struct v4l2_control *vc) in pvr2_g_ctrl()
587 static int pvr2_s_ctrl(struct file *file, void *priv, struct v4l2_control *vc) in pvr2_s_ctrl()
Dpvrusb2-hdw.c2809 struct v4l2_control ctrl; in pvr2_subdev_set_control()
/Linux-v6.6/drivers/media/platform/samsung/s3c-camif/
Dcamif-regs.c60 static const struct v4l2_control colorfx[] = { in camif_hw_set_effect()
/Linux-v6.6/drivers/media/platform/via/
Dvia-camera.c230 struct v4l2_control ctrl; in viacam_set_flip()
/Linux-v6.6/drivers/media/i2c/
Dmt9m111.c869 static const struct v4l2_control colorfx[] = { in mt9m111_set_colorfx()
/Linux-v6.6/drivers/media/usb/cx231xx/
Dcx231xx-417.c1544 struct v4l2_control *ctl) in vidioc_s_ctrl()
/Linux-v6.6/drivers/media/platform/marvell/
Dmcam-core.c1001 struct v4l2_control ctrl; in mcam_cam_set_flip()