Lines Matching defs:ctrl_hdlr
604 struct v4l2_ctrl_handler *ctrl_hdlr;
608 ctrl_hdlr = &og01a1b->ctrl_handler;
609 ret = v4l2_ctrl_handler_init(ctrl_hdlr, 8);
613 ctrl_hdlr->lock = &og01a1b->mutex;
614 og01a1b->link_freq = v4l2_ctrl_new_int_menu(ctrl_hdlr,
623 og01a1b->pixel_rate = v4l2_ctrl_new_std(ctrl_hdlr, &og01a1b_ctrl_ops,
630 og01a1b->vblank = v4l2_ctrl_new_std(ctrl_hdlr, &og01a1b_ctrl_ops,
641 og01a1b->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &og01a1b_ctrl_ops,
647 v4l2_ctrl_new_std(ctrl_hdlr, &og01a1b_ctrl_ops, V4L2_CID_ANALOGUE_GAIN,
650 v4l2_ctrl_new_std(ctrl_hdlr, &og01a1b_ctrl_ops, V4L2_CID_DIGITAL_GAIN,
655 og01a1b->exposure = v4l2_ctrl_new_std(ctrl_hdlr, &og01a1b_ctrl_ops,
661 v4l2_ctrl_new_std_menu_items(ctrl_hdlr, &og01a1b_ctrl_ops,
666 if (ctrl_hdlr->error)
667 return ctrl_hdlr->error;
669 og01a1b->sd.ctrl_handler = ctrl_hdlr;