Lines Matching refs:ctrl_hdlr
1594 struct v4l2_ctrl_handler *ctrl_hdlr; in ov13858_init_controls() local
1604 ctrl_hdlr = &ov13858->ctrl_handler; in ov13858_init_controls()
1605 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 10); in ov13858_init_controls()
1610 ctrl_hdlr->lock = &ov13858->mutex; in ov13858_init_controls()
1611 ov13858->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr, in ov13858_init_controls()
1623 ov13858->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &ov13858_ctrl_ops, in ov13858_init_controls()
1632 ctrl_hdlr, &ov13858_ctrl_ops, V4L2_CID_VBLANK, in ov13858_init_controls()
1639 ctrl_hdlr, &ov13858_ctrl_ops, V4L2_CID_HBLANK, in ov13858_init_controls()
1646 ctrl_hdlr, &ov13858_ctrl_ops, in ov13858_init_controls()
1651 v4l2_ctrl_new_std(ctrl_hdlr, &ov13858_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ov13858_init_controls()
1656 v4l2_ctrl_new_std(ctrl_hdlr, &ov13858_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in ov13858_init_controls()
1660 v4l2_ctrl_new_std_menu_items(ctrl_hdlr, &ov13858_ctrl_ops, in ov13858_init_controls()
1664 if (ctrl_hdlr->error) { in ov13858_init_controls()
1665 ret = ctrl_hdlr->error; in ov13858_init_controls()
1675 ret = v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &ov13858_ctrl_ops, in ov13858_init_controls()
1680 ov13858->sd.ctrl_handler = ctrl_hdlr; in ov13858_init_controls()
1685 v4l2_ctrl_handler_free(ctrl_hdlr); in ov13858_init_controls()