Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/v4l/
H A 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
H A Dextended-controls.rst70 struct :c:type:`v4l2_control`, except for the fact that
H A Dvidioc-dqevent.rst134 :c:type:`v4l2_control`.
/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.h294 struct v4l2_control;
305 struct v4l2_control* ctrl);
307 struct v4l2_control* ctrl);
H A 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()
H A 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()
H A Dmatroxfb_base.c1127 struct v4l2_control ctrl; in matroxfb_ioctl()
1149 struct v4l2_control ctrl; in matroxfb_ioctl()
/linux/include/media/
H A Dv4l2-ctrls.h1439 int v4l2_g_ctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_control *ctrl);
1453 struct v4l2_control *ctrl);
H A Dv4l2-ioctl.h469 struct v4l2_control *a);
471 struct v4l2_control *a);
/linux/include/uapi/linux/
H A Dvideodev2.h1843 struct v4l2_control { struct
2717 #define VIDIOC_G_CTRL _IOWR('V', 27, struct v4l2_control)
2718 #define VIDIOC_S_CTRL _IOWR('V', 28, struct v4l2_control)
/linux/drivers/media/usb/pvrusb2/
H A 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()
H A Dpvrusb2-hdw.c2809 struct v4l2_control ctrl; in pvr2_subdev_set_control()
/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-api.c765 int v4l2_g_ctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_control *control) in v4l2_g_ctrl()
828 struct v4l2_control *control) in v4l2_s_ctrl()
H A Dv4l2-ioctl.c559 const struct v4l2_control *p = arg; in v4l_print_control()
2338 struct v4l2_control *p = arg; in v4l_g_ctrl()
2372 struct v4l2_control *p = arg; in v4l_s_ctrl()
2923 …IOCTL_INFO(VIDIOC_G_CTRL, v4l_g_ctrl, v4l_print_control, INFO_FL_CTRL | INFO_FL_CLEAR(v4l2_control
/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-regs.c60 static const struct v4l2_control colorfx[] = { in camif_hw_set_effect()
/linux/drivers/media/i2c/
H A Dmt9m111.c863 static const struct v4l2_control colorfx[] = { in mt9m111_set_colorfx()