Lines Matching refs:hdl
121 struct v4l2_ctrl_handler hdl; member
373 struct s2250 *state = container_of(ctrl->handler, struct s2250, hdl); in s2250_s_ctrl()
532 v4l2_ctrl_handler_init(&state->hdl, 4); in s2250_probe()
533 v4l2_ctrl_new_std(&state->hdl, &s2250_ctrl_ops, in s2250_probe()
535 v4l2_ctrl_new_std(&state->hdl, &s2250_ctrl_ops, in s2250_probe()
537 v4l2_ctrl_new_std(&state->hdl, &s2250_ctrl_ops, in s2250_probe()
539 v4l2_ctrl_new_std(&state->hdl, &s2250_ctrl_ops, in s2250_probe()
541 sd->ctrl_handler = &state->hdl; in s2250_probe()
542 if (state->hdl.error) { in s2250_probe()
543 int err = state->hdl.error; in s2250_probe()
545 v4l2_ctrl_handler_free(&state->hdl); in s2250_probe()
609 v4l2_ctrl_handler_free(&state->hdl); in s2250_probe()
619 v4l2_ctrl_handler_free(&state->hdl); in s2250_remove()