/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_clu.h | 15 #include <media/v4l2-ctrls.h> 29 struct v4l2_ctrl_handler ctrls; member
|
H A D | vsp1_brx.h | 13 #include <media/v4l2-ctrls.h> 27 struct v4l2_ctrl_handler ctrls; member
|
H A D | vsp1_lut.h | 15 #include <media/v4l2-ctrls.h> 28 struct v4l2_ctrl_handler ctrls; member
|
H A D | vsp1_hgt.h | 13 #include <media/v4l2-ctrls.h> 25 struct v4l2_ctrl_handler ctrls; member
|
H A D | vsp1_rwpf.c | 259 container_of(ctrl->handler, struct vsp1_rwpf, ctrls); in vsp1_rwpf_s_ctrl() 276 v4l2_ctrl_handler_init(&rwpf->ctrls, ncontrols + 1); in vsp1_rwpf_init_ctrls() 277 v4l2_ctrl_new_std(&rwpf->ctrls, &vsp1_rwpf_ctrl_ops, in vsp1_rwpf_init_ctrls() 280 rwpf->entity.subdev.ctrl_handler = &rwpf->ctrls; in vsp1_rwpf_init_ctrls() 282 return rwpf->ctrls.error; in vsp1_rwpf_init_ctrls()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_csi2.h | 22 #include <media/v4l2-ctrls.h> 40 struct v4l2_ctrl_handler ctrls; member
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_clu.h | 15 #include <media/v4l2-ctrls.h> 29 struct v4l2_ctrl_handler ctrls; member
|
H A D | vsp1_brx.h | 13 #include <media/v4l2-ctrls.h> 27 struct v4l2_ctrl_handler ctrls; member
|
H A D | vsp1_lut.h | 15 #include <media/v4l2-ctrls.h> 28 struct v4l2_ctrl_handler ctrls; member
|
H A D | vsp1_hgo.h | 13 #include <media/v4l2-ctrls.h> 27 } ctrls; member
|
H A D | vsp1_hgt.h | 13 #include <media/v4l2-ctrls.h> 25 struct v4l2_ctrl_handler ctrls; member
|
H A D | vsp1_rwpf.c | 263 container_of(ctrl->handler, struct vsp1_rwpf, ctrls); in vsp1_rwpf_s_ctrl() 280 v4l2_ctrl_handler_init(&rwpf->ctrls, ncontrols + 1); in vsp1_rwpf_init_ctrls() 281 v4l2_ctrl_new_std(&rwpf->ctrls, &vsp1_rwpf_ctrl_ops, in vsp1_rwpf_init_ctrls() 284 rwpf->entity.subdev.ctrl_handler = &rwpf->ctrls; in vsp1_rwpf_init_ctrls() 286 return rwpf->ctrls.error; in vsp1_rwpf_init_ctrls()
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/ |
H A D | mtk-mdp3-m2m.h | 10 #include <media/v4l2-ctrls.h> 34 struct mdp_m2m_ctrls ctrls; member
|
/kernel/linux/linux-5.10/drivers/staging/media/rkvdec/ |
H A D | rkvdec.h | 19 #include <media/v4l2-ctrls.h> 33 const struct rkvdec_ctrl_desc *ctrls; member 77 const struct rkvdec_ctrls *ctrls; member
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/ |
H A D | visl.h | 47 #include <media/v4l2-ctrls.h> 59 const struct visl_ctrl_desc *ctrls; member 66 const struct visl_ctrls *ctrls; member
|
/kernel/linux/linux-6.6/drivers/staging/media/rkvdec/ |
H A D | rkvdec.h | 19 #include <media/v4l2-ctrls.h> 32 const struct rkvdec_ctrl_desc *ctrls; member 81 const struct rkvdec_ctrls *ctrls; member
|
/kernel/linux/linux-6.6/drivers/staging/media/deprecated/atmel/ |
H A D | atmel-sama7g5-isc.c | 43 #include <media/v4l2-ctrls.h> 233 /* Configure what is set via v4l2 ctrls */ in isc_sama7g5_config_cbc() 234 regmap_write(regmap, ISC_CBC_BRIGHT + isc->offsets.cbc, isc->ctrls.brightness); in isc_sama7g5_config_cbc() 235 regmap_write(regmap, ISC_CBC_CONTRAST + isc->offsets.cbc, isc->ctrls.contrast); in isc_sama7g5_config_cbc() 257 struct isc_ctrls *ctrls = &isc->ctrls; in isc_sama7g5_config_ctrls() local 258 struct v4l2_ctrl_handler *hdl = &ctrls->handler; in isc_sama7g5_config_ctrls() 260 ctrls->contrast = 16; in isc_sama7g5_config_ctrls()
|
/kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
H A D | uvc_v4l2.c | 22 #include <media/v4l2-ctrls.h> 1057 struct v4l2_ext_controls *ctrls) in uvc_ioctl_g_ext_ctrls() 1061 struct v4l2_ext_control *ctrl = ctrls->controls; in uvc_ioctl_g_ext_ctrls() 1065 if (ctrls->which == V4L2_CTRL_WHICH_DEF_VAL) { in uvc_ioctl_g_ext_ctrls() 1066 for (i = 0; i < ctrls->count; ++ctrl, ++i) { in uvc_ioctl_g_ext_ctrls() 1071 ctrls->error_idx = i; in uvc_ioctl_g_ext_ctrls() 1085 for (i = 0; i < ctrls->count; ++ctrl, ++i) { in uvc_ioctl_g_ext_ctrls() 1089 ctrls->error_idx = i; in uvc_ioctl_g_ext_ctrls() 1094 ctrls->error_idx = 0; in uvc_ioctl_g_ext_ctrls() 1100 struct v4l2_ext_controls *ctrls, in uvc_ioctl_s_try_ext_ctrls() 1056 uvc_ioctl_g_ext_ctrls(struct file *file, void *fh, struct v4l2_ext_controls *ctrls) uvc_ioctl_g_ext_ctrls() argument 1099 uvc_ioctl_s_try_ext_ctrls(struct uvc_fh *handle, struct v4l2_ext_controls *ctrls, bool commit) uvc_ioctl_s_try_ext_ctrls() argument 1133 uvc_ioctl_s_ext_ctrls(struct file *file, void *fh, struct v4l2_ext_controls *ctrls) uvc_ioctl_s_ext_ctrls() argument 1141 uvc_ioctl_try_ext_ctrls(struct file *file, void *fh, struct v4l2_ext_controls *ctrls) uvc_ioctl_try_ext_ctrls() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/ |
H A D | camss-csid.h | 15 #include <media/v4l2-ctrls.h> 59 struct v4l2_ctrl_handler ctrls; member
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_csi2.h | 25 #include <media/v4l2-ctrls.h> 60 struct v4l2_ctrl_handler ctrls; member
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/i2c/ |
H A D | atomisp-gc0310.c | 29 #include <media/v4l2-ctrls.h> 98 } ctrls; member 332 container_of(ctrl->handler, struct gc0310_device, ctrls.handler); in gc0310_s_ctrl() 467 /* restore value of all ctrls */ in gc0310_s_stream() 468 ret = __v4l2_ctrl_handler_setup(&dev->ctrls.handler); in gc0310_s_stream() 573 struct v4l2_ctrl_handler *hdl = &dev->ctrls.handler; in gc0310_init_controls() 581 dev->ctrls.exposure = in gc0310_init_controls() 585 dev->ctrls.gain = in gc0310_init_controls() 600 v4l2_ctrl_handler_free(&dev->ctrls.handler); in gc0310_remove()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov7251.c | 22 #include <media/v4l2-ctrls.h> 144 struct v4l2_ctrl_handler ctrls; member 158 struct mutex lock; /* lock to protect power state, ctrls and mode */ 1028 struct ov7251, ctrls); in ov7251_s_ctrl() 1362 ret = __v4l2_ctrl_handler_setup(&ov7251->ctrls); in ov7251_s_stream() 1544 v4l2_ctrl_handler_init(&ov7251->ctrls, 7); in ov7251_init_ctrls() 1545 ov7251->ctrls.lock = &ov7251->lock; in ov7251_init_ctrls() 1547 v4l2_ctrl_new_std(&ov7251->ctrls, &ov7251_ctrl_ops, in ov7251_init_ctrls() 1549 v4l2_ctrl_new_std(&ov7251->ctrls, &ov7251_ctrl_ops, in ov7251_init_ctrls() 1551 ov7251->exposure = v4l2_ctrl_new_std(&ov7251->ctrls, in ov7251_init_ctrls() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/ |
H A D | camss-csid.c | 242 ret = v4l2_ctrl_handler_setup(&csid->ctrls); in csid_set_stream() 544 struct csid_device, ctrls); in csid_s_ctrl() 846 ret = v4l2_ctrl_handler_init(&csid->ctrls, 1); in msm_csid_register_entity() 852 csid->testgen_mode = v4l2_ctrl_new_std_menu_items(&csid->ctrls, in msm_csid_register_entity() 857 if (csid->ctrls.error) { in msm_csid_register_entity() 858 dev_err(dev, "Failed to init ctrl: %d\n", csid->ctrls.error); in msm_csid_register_entity() 859 ret = csid->ctrls.error; in msm_csid_register_entity() 863 csid->subdev.ctrl_handler = &csid->ctrls; in msm_csid_register_entity() 894 v4l2_ctrl_handler_free(&csid->ctrls); in msm_csid_register_entity() 907 v4l2_ctrl_handler_free(&csid->ctrls); in msm_csid_unregister_entity() [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | dw9768.c | 10 #include <media/v4l2-ctrls.h> 103 struct v4l2_ctrl_handler ctrls; member 365 struct dw9768, ctrls); in dw9768_set_ctrl() 406 struct v4l2_ctrl_handler *hdl = &dw9768->ctrls; in dw9768_init_controls() 507 v4l2_ctrl_handler_free(&dw9768->ctrls); in dw9768_probe() 518 v4l2_ctrl_handler_free(&dw9768->ctrls); in dw9768_remove()
|
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-ctrls.h | 20 #include <media/mpeg2-ctrls.h> 21 #include <media/fwht-ctrls.h> 22 #include <media/h264-ctrls.h> 23 #include <media/vp8-ctrls.h> 24 #include <media/hevc-ctrls.h> 338 * @ctrls: The list of controls owned by this handler. 366 struct list_head ctrls; member
|