Home
last modified time | relevance | path

Searched refs:ctrl_hdlr (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/media/i2c/
Dov7740.c953 struct v4l2_ctrl_handler *ctrl_hdlr = &ov7740->ctrl_handler; in ov7740_init_controls() local
956 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 12); in ov7740_init_controls()
960 ctrl_hdlr->lock = &ov7740->mutex; in ov7740_init_controls()
961 ov7740->auto_wb = v4l2_ctrl_new_std(ctrl_hdlr, &ov7740_ctrl_ops, in ov7740_init_controls()
964 ov7740->blue_balance = v4l2_ctrl_new_std(ctrl_hdlr, &ov7740_ctrl_ops, in ov7740_init_controls()
967 ov7740->red_balance = v4l2_ctrl_new_std(ctrl_hdlr, &ov7740_ctrl_ops, in ov7740_init_controls()
971 ov7740->brightness = v4l2_ctrl_new_std(ctrl_hdlr, &ov7740_ctrl_ops, in ov7740_init_controls()
974 ov7740->contrast = v4l2_ctrl_new_std(ctrl_hdlr, &ov7740_ctrl_ops, in ov7740_init_controls()
977 ov7740->saturation = v4l2_ctrl_new_std(ctrl_hdlr, &ov7740_ctrl_ops, in ov7740_init_controls()
979 ov7740->hflip = v4l2_ctrl_new_std(ctrl_hdlr, &ov7740_ctrl_ops, in ov7740_init_controls()
[all …]
Dov5670.c2062 struct v4l2_ctrl_handler *ctrl_hdlr; in ov5670_init_controls() local
2069 ctrl_hdlr = &ov5670->ctrl_handler; in ov5670_init_controls()
2070 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 8); in ov5670_init_controls()
2074 ctrl_hdlr->lock = &ov5670->mutex; in ov5670_init_controls()
2075 ov5670->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, in ov5670_init_controls()
2083 ov5670->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &ov5670_ctrl_ops, in ov5670_init_controls()
2092 ov5670->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov5670_ctrl_ops, in ov5670_init_controls()
2097 ctrl_hdlr, &ov5670_ctrl_ops, V4L2_CID_HBLANK, in ov5670_init_controls()
2105 v4l2_ctrl_new_std(ctrl_hdlr, &ov5670_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ov5670_init_controls()
2110 v4l2_ctrl_new_std(ctrl_hdlr, &ov5670_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in ov5670_init_controls()
[all …]
Dimx258.c1116 struct v4l2_ctrl_handler *ctrl_hdlr; in imx258_init_controls() local
1123 ctrl_hdlr = &imx258->ctrl_handler; in imx258_init_controls()
1124 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 8); in imx258_init_controls()
1129 ctrl_hdlr->lock = &imx258->mutex; in imx258_init_controls()
1130 imx258->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, in imx258_init_controls()
1143 imx258->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &imx258_ctrl_ops, in imx258_init_controls()
1152 ctrl_hdlr, &imx258_ctrl_ops, V4L2_CID_VBLANK, in imx258_init_controls()
1161 ctrl_hdlr, &imx258_ctrl_ops, V4L2_CID_HBLANK, in imx258_init_controls()
1171 ctrl_hdlr, &imx258_ctrl_ops, in imx258_init_controls()
1176 v4l2_ctrl_new_std(ctrl_hdlr, &imx258_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in imx258_init_controls()
[all …]
Dov13858.c1592 struct v4l2_ctrl_handler *ctrl_hdlr; in ov13858_init_controls() local
1602 ctrl_hdlr = &ov13858->ctrl_handler; in ov13858_init_controls()
1603 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 8); in ov13858_init_controls()
1608 ctrl_hdlr->lock = &ov13858->mutex; in ov13858_init_controls()
1609 ov13858->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, in ov13858_init_controls()
1620 ov13858->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &ov13858_ctrl_ops, in ov13858_init_controls()
1629 ctrl_hdlr, &ov13858_ctrl_ops, V4L2_CID_VBLANK, in ov13858_init_controls()
1636 ctrl_hdlr, &ov13858_ctrl_ops, V4L2_CID_HBLANK, in ov13858_init_controls()
1642 ctrl_hdlr, &ov13858_ctrl_ops, in ov13858_init_controls()
1647 v4l2_ctrl_new_std(ctrl_hdlr, &ov13858_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ov13858_init_controls()
[all …]
/Linux-v4.19/drivers/staging/media/imx/
Dimx-media-vdic.c121 struct v4l2_ctrl_handler ctrl_hdlr; member
431 struct vdic_priv, ctrl_hdlr); in vdic_s_ctrl()
472 struct v4l2_ctrl_handler *hdlr = &priv->ctrl_hdlr; in vdic_init_controls()
899 v4l2_ctrl_handler_free(&priv->ctrl_hdlr); in vdic_registered()
908 v4l2_ctrl_handler_free(&priv->ctrl_hdlr); in vdic_unregistered()
Dimx-media-capture.c54 struct v4l2_ctrl_handler ctrl_hdlr; member
696 vfd->ctrl_handler = &priv->ctrl_hdlr; in imx_media_capture_device_register()
754 v4l2_ctrl_handler_init(&priv->ctrl_hdlr, 0); in imx_media_capture_device_init()
764 v4l2_ctrl_handler_free(&priv->ctrl_hdlr); in imx_media_capture_device_remove()
Dimx-media-csi.c111 struct v4l2_ctrl_handler ctrl_hdlr; member
998 v4l2_ctrl_handler_free(&priv->ctrl_hdlr); in csi_link_setup()
999 v4l2_ctrl_handler_init(&priv->ctrl_hdlr, 0); in csi_link_setup()
1833 v4l2_ctrl_handler_init(&priv->ctrl_hdlr, 0); in imx_csi_probe()
1834 priv->sd.ctrl_handler = &priv->ctrl_hdlr; in imx_csi_probe()
1858 v4l2_ctrl_handler_free(&priv->ctrl_hdlr); in imx_csi_probe()
1869 v4l2_ctrl_handler_free(&priv->ctrl_hdlr); in imx_csi_remove()
Dimx-ic-prpencvf.c91 struct v4l2_ctrl_handler ctrl_hdlr; member
1028 struct prp_priv, ctrl_hdlr); in prp_s_ctrl()
1095 struct v4l2_ctrl_handler *hdlr = &priv->ctrl_hdlr; in prp_init_controls()
1257 v4l2_ctrl_handler_free(&priv->ctrl_hdlr); in prp_unregistered()