Lines Matching refs:ctrl_hdl
202 struct v4l2_ctrl_handler ctrl_hdl; member
222 ctrl_hdl)->sd)
603 v4l2_ctrl_handler_init(&state->ctrl_hdl, 4); in adv7180_init_controls()
605 v4l2_ctrl_new_std(&state->ctrl_hdl, &adv7180_ctrl_ops, in adv7180_init_controls()
608 v4l2_ctrl_new_std(&state->ctrl_hdl, &adv7180_ctrl_ops, in adv7180_init_controls()
611 v4l2_ctrl_new_std(&state->ctrl_hdl, &adv7180_ctrl_ops, in adv7180_init_controls()
614 v4l2_ctrl_new_std(&state->ctrl_hdl, &adv7180_ctrl_ops, in adv7180_init_controls()
617 v4l2_ctrl_new_custom(&state->ctrl_hdl, &adv7180_ctrl_fast_switch, NULL); in adv7180_init_controls()
619 state->sd.ctrl_handler = &state->ctrl_hdl; in adv7180_init_controls()
620 if (state->ctrl_hdl.error) { in adv7180_init_controls()
621 int err = state->ctrl_hdl.error; in adv7180_init_controls()
623 v4l2_ctrl_handler_free(&state->ctrl_hdl); in adv7180_init_controls()
626 v4l2_ctrl_handler_setup(&state->ctrl_hdl); in adv7180_init_controls()
632 v4l2_ctrl_handler_free(&state->ctrl_hdl); in adv7180_exit_controls()