/linux-4.4.14/drivers/media/platform/davinci/ |
D | ccdc_hw_device.h | 86 int (*set_control)(struct v4l2_control *ctrl); 88 int (*get_control)(struct v4l2_control *ctrl);
|
/linux-4.4.14/include/media/ |
D | v4l2-ctrls.h | 910 int v4l2_g_ctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_control *ctrl); 912 struct v4l2_control *ctrl); 925 int v4l2_subdev_g_ctrl(struct v4l2_subdev *sd, struct v4l2_control *ctrl); 926 int v4l2_subdev_s_ctrl(struct v4l2_subdev *sd, struct v4l2_control *ctrl);
|
D | v4l2-ioctl.h | 166 struct v4l2_control *a); 168 struct v4l2_control *a);
|
D | v4l2-subdev.h | 192 int (*g_ctrl)(struct v4l2_subdev *sd, struct v4l2_control *ctrl); 193 int (*s_ctrl)(struct v4l2_subdev *sd, struct v4l2_control *ctrl);
|
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-alsa-mixer.c | 89 struct v4l2_control vctrl; in snd_cx18_mixer_tv_vol_get() 109 struct v4l2_control vctrl; in snd_cx18_mixer_tv_vol_put()
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-alsa-mixer.c | 89 struct v4l2_control vctrl; in snd_ivtv_mixer_tv_vol_get() 109 struct v4l2_control vctrl; in snd_ivtv_mixer_tv_vol_put()
|
/linux-4.4.14/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-4.4.14/drivers/media/platform/omap/ |
D | omap_voutdef.h | 153 struct v4l2_control control[MAX_CID];
|
D | omap_vout.c | 1343 static int vidioc_g_ctrl(struct file *file, void *fh, struct v4l2_control *ctrl) in vidioc_g_ctrl() 1376 static int vidioc_s_ctrl(struct file *file, void *fh, struct v4l2_control *a) in vidioc_s_ctrl() 1868 struct v4l2_control *control; in omap_vout_setup_video_data()
|
/linux-4.4.14/drivers/media/usb/usbvision/ |
D | usbvision-video.c | 194 struct v4l2_control ctrl; in show_hue() 209 struct v4l2_control ctrl; in show_contrast() 224 struct v4l2_control ctrl; in show_brightness() 239 struct v4l2_control ctrl; in show_saturation()
|
/linux-4.4.14/include/uapi/linux/ |
D | videodev2.h | 1458 struct v4l2_control { struct 2202 #define VIDIOC_G_CTRL _IOWR('V', 27, struct v4l2_control) 2203 #define VIDIOC_S_CTRL _IOWR('V', 28, struct v4l2_control)
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-v4l2.c | 603 static int pvr2_g_ctrl(struct file *file, void *priv, struct v4l2_control *vc) in pvr2_g_ctrl() 616 static int pvr2_s_ctrl(struct file *file, void *priv, struct v4l2_control *vc) in pvr2_s_ctrl()
|
D | pvrusb2-hdw.c | 2858 struct v4l2_control ctrl; in pvr2_subdev_set_control()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 2909 int v4l2_g_ctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_control *control) in v4l2_g_ctrl() 2923 int v4l2_subdev_g_ctrl(struct v4l2_subdev *sd, struct v4l2_control *control) in v4l2_subdev_g_ctrl() 3226 struct v4l2_control *control) in v4l2_s_ctrl() 3245 int v4l2_subdev_s_ctrl(struct v4l2_subdev *sd, struct v4l2_control *control) in v4l2_subdev_s_ctrl()
|
D | v4l2-ioctl.c | 558 const struct v4l2_control *p = arg; in v4l_print_control() 1957 struct v4l2_control *p = arg; in v4l_g_ctrl() 1991 struct v4l2_control *p = arg; in v4l_s_ctrl() 2442 …_FNC(VIDIOC_G_CTRL, v4l_g_ctrl, v4l_print_control, INFO_FL_CTRL | INFO_FL_CLEAR(v4l2_control, id)),
|
/linux-4.4.14/drivers/media/platform/s3c-camif/ |
D | camif-regs.c | 63 static const struct v4l2_control colorfx[] = { in camif_hw_set_effect()
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 924 struct v4l2_control *ctrl) in uvc_ioctl_g_ctrl() 948 struct v4l2_control *ctrl) in uvc_ioctl_s_ctrl()
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-alsa.c | 802 struct v4l2_control client_ctl; in snd_cx88_alc_put()
|
/linux-4.4.14/drivers/staging/media/bcm2048/ |
D | radio-bcm2048.c | 2372 struct v4l2_control *ctrl) in bcm2048_vidioc_g_ctrl() 2392 struct v4l2_control *ctrl) in bcm2048_vidioc_s_ctrl()
|
/linux-4.4.14/drivers/media/platform/ |
D | via-camera.c | 238 struct v4l2_control ctrl; in viacam_set_flip()
|
/linux-4.4.14/drivers/media/i2c/ |
D | s5k6aa.c | 592 static const struct v4l2_control colorfx[] = { in s5k6aa_set_colorfx()
|
/linux-4.4.14/drivers/media/platform/marvell-ccic/ |
D | mcam-core.c | 971 struct v4l2_control ctrl; in mcam_cam_set_flip()
|
/linux-4.4.14/drivers/media/usb/cx231xx/ |
D | cx231xx-417.c | 1537 struct v4l2_control *ctl) in vidioc_s_ctrl()
|