Lines Matching refs:ctrl_hdl
208 struct v4l2_ctrl_handler ctrl_hdl; member
230 ctrl_hdl)->sd)
669 v4l2_ctrl_handler_init(&state->ctrl_hdl, 4); in adv7180_init_controls()
671 v4l2_ctrl_new_std(&state->ctrl_hdl, &adv7180_ctrl_ops, in adv7180_init_controls()
674 v4l2_ctrl_new_std(&state->ctrl_hdl, &adv7180_ctrl_ops, in adv7180_init_controls()
677 v4l2_ctrl_new_std(&state->ctrl_hdl, &adv7180_ctrl_ops, in adv7180_init_controls()
680 v4l2_ctrl_new_std(&state->ctrl_hdl, &adv7180_ctrl_ops, in adv7180_init_controls()
683 v4l2_ctrl_new_custom(&state->ctrl_hdl, &adv7180_ctrl_fast_switch, NULL); in adv7180_init_controls()
685 v4l2_ctrl_new_std_menu_items(&state->ctrl_hdl, &adv7180_ctrl_ops, in adv7180_init_controls()
691 state->sd.ctrl_handler = &state->ctrl_hdl; in adv7180_init_controls()
692 if (state->ctrl_hdl.error) { in adv7180_init_controls()
693 int err = state->ctrl_hdl.error; in adv7180_init_controls()
695 v4l2_ctrl_handler_free(&state->ctrl_hdl); in adv7180_init_controls()
698 v4l2_ctrl_handler_setup(&state->ctrl_hdl); in adv7180_init_controls()
704 v4l2_ctrl_handler_free(&state->ctrl_hdl); in adv7180_exit_controls()