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()
520 v4l2_ctrl_handler_init(&state->hdl, 4); in s2250_probe()
521 v4l2_ctrl_new_std(&state->hdl, &s2250_ctrl_ops, in s2250_probe()
523 v4l2_ctrl_new_std(&state->hdl, &s2250_ctrl_ops, in s2250_probe()
525 v4l2_ctrl_new_std(&state->hdl, &s2250_ctrl_ops, in s2250_probe()
527 v4l2_ctrl_new_std(&state->hdl, &s2250_ctrl_ops, in s2250_probe()
529 sd->ctrl_handler = &state->hdl; in s2250_probe()
530 if (state->hdl.error) { in s2250_probe()
531 int err = state->hdl.error; in s2250_probe()
533 v4l2_ctrl_handler_free(&state->hdl); in s2250_probe()
597 v4l2_ctrl_handler_free(&state->hdl); in s2250_probe()
607 v4l2_ctrl_handler_free(&state->hdl); in s2250_remove()