Searched refs:ctrl_hdlr (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/media/i2c/ |
| H A D | ov02c10.c | 491 struct v4l2_ctrl_handler *ctrl_hdlr = &ov02c10->ctrl_handler; in ov02c10_init_controls() local 498 v4l2_ctrl_handler_init(ctrl_hdlr, 12); in ov02c10_init_controls() 500 ov02c10->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, in ov02c10_init_controls() 512 ov02c10->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &ov02c10_ctrl_ops, in ov02c10_init_controls() 525 ov02c10->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov02c10_ctrl_ops, in ov02c10_init_controls() 530 ov02c10->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov02c10_ctrl_ops, in ov02c10_init_controls() 536 v4l2_ctrl_new_std(ctrl_hdlr, &ov02c10_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ov02c10_init_controls() 539 v4l2_ctrl_new_std(ctrl_hdlr, &ov02c10_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in ov02c10_init_controls() 543 ov02c10->exposure = v4l2_ctrl_new_std(ctrl_hdlr, &ov02c10_ctrl_ops, in ov02c10_init_controls() 550 v4l2_ctrl_new_std(ctrl_hdlr, &ov02c10_ctrl_ops, V4L2_CID_HFLIP, in ov02c10_init_controls() [all …]
|
| /linux/drivers/staging/media/imx/ |
| H A D | imx-media-csc-scaler.c | 59 struct v4l2_ctrl_handler ctrl_hdlr; member 621 ctrl_hdlr); in ipu_csc_scaler_s_ctrl() 712 struct v4l2_ctrl_handler *hdlr = &ctx->ctrl_hdlr; in ipu_csc_scaler_init_controls() 780 ctx->fh.ctrl_handler = &ctx->ctrl_hdlr; in ipu_csc_scaler_open() 806 v4l2_ctrl_handler_free(&ctx->ctrl_hdlr); in ipu_csc_scaler_release()
|
| H A D | imx-ic-prpencvf.c | 85 struct v4l2_ctrl_handler ctrl_hdlr; member 1073 struct prp_priv, ctrl_hdlr); in prp_s_ctrl() 1140 struct v4l2_ctrl_handler *hdlr = &priv->ctrl_hdlr; in prp_init_controls() 1311 v4l2_ctrl_handler_free(&priv->ctrl_hdlr); in prp_unregistered()
|