Lines Matching refs:ctrl_hdlr
1940 struct v4l2_ctrl_handler *ctrl_hdlr; in ov08x40_init_controls() local
1951 ctrl_hdlr = &ov08x->ctrl_handler; in ov08x40_init_controls()
1952 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 10); in ov08x40_init_controls()
1957 ctrl_hdlr->lock = &ov08x->mutex; in ov08x40_init_controls()
1959 ov08x->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, in ov08x40_init_controls()
1971 ov08x->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &ov08x40_ctrl_ops, in ov08x40_init_controls()
1979 ov08x->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov08x40_ctrl_ops, in ov08x40_init_controls()
1987 ov08x->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &ov08x40_ctrl_ops, in ov08x40_init_controls()
1994 ov08x->exposure = v4l2_ctrl_new_std(ctrl_hdlr, &ov08x40_ctrl_ops, in ov08x40_init_controls()
2000 v4l2_ctrl_new_std(ctrl_hdlr, &ov08x40_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ov08x40_init_controls()
2005 v4l2_ctrl_new_std(ctrl_hdlr, &ov08x40_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in ov08x40_init_controls()
2009 v4l2_ctrl_new_std_menu_items(ctrl_hdlr, &ov08x40_ctrl_ops, in ov08x40_init_controls()
2014 v4l2_ctrl_new_std(ctrl_hdlr, &ov08x40_ctrl_ops, in ov08x40_init_controls()
2016 v4l2_ctrl_new_std(ctrl_hdlr, &ov08x40_ctrl_ops, in ov08x40_init_controls()
2019 if (ctrl_hdlr->error) { in ov08x40_init_controls()
2020 ret = ctrl_hdlr->error; in ov08x40_init_controls()
2030 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov08x40_ctrl_ops, in ov08x40_init_controls()
2035 ov08x->sd.ctrl_handler = ctrl_hdlr; in ov08x40_init_controls()
2040 v4l2_ctrl_handler_free(ctrl_hdlr); in ov08x40_init_controls()