Lines Matching refs:ctrl_hdl
203 struct v4l2_ctrl_handler ctrl_hdl; member
225 ctrl_hdl)->sd)
619 v4l2_ctrl_handler_init(&state->ctrl_hdl, 4); in adv7180_init_controls()
621 v4l2_ctrl_new_std(&state->ctrl_hdl, &adv7180_ctrl_ops, in adv7180_init_controls()
624 v4l2_ctrl_new_std(&state->ctrl_hdl, &adv7180_ctrl_ops, in adv7180_init_controls()
627 v4l2_ctrl_new_std(&state->ctrl_hdl, &adv7180_ctrl_ops, in adv7180_init_controls()
630 v4l2_ctrl_new_std(&state->ctrl_hdl, &adv7180_ctrl_ops, in adv7180_init_controls()
633 v4l2_ctrl_new_custom(&state->ctrl_hdl, &adv7180_ctrl_fast_switch, NULL); in adv7180_init_controls()
635 state->sd.ctrl_handler = &state->ctrl_hdl; in adv7180_init_controls()
636 if (state->ctrl_hdl.error) { in adv7180_init_controls()
637 int err = state->ctrl_hdl.error; in adv7180_init_controls()
639 v4l2_ctrl_handler_free(&state->ctrl_hdl); in adv7180_init_controls()
642 v4l2_ctrl_handler_setup(&state->ctrl_hdl); in adv7180_init_controls()
648 v4l2_ctrl_handler_free(&state->ctrl_hdl); in adv7180_exit_controls()