Searched refs:ctrl_hdlr (Results 1 – 2 of 2) 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-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()
|