Lines Matching full:hdl
49 struct v4l2_ctrl_handler hdl; member
67 return &container_of(ctrl->handler, struct adv7393_state, hdl)->sd; in to_sd()
411 v4l2_ctrl_handler_init(&state->hdl, 3); in adv7393_probe()
412 v4l2_ctrl_new_std(&state->hdl, &adv7393_ctrl_ops, in adv7393_probe()
416 v4l2_ctrl_new_std(&state->hdl, &adv7393_ctrl_ops, in adv7393_probe()
420 v4l2_ctrl_new_std(&state->hdl, &adv7393_ctrl_ops, in adv7393_probe()
424 state->sd.ctrl_handler = &state->hdl; in adv7393_probe()
425 if (state->hdl.error) { in adv7393_probe()
426 int err = state->hdl.error; in adv7393_probe()
428 v4l2_ctrl_handler_free(&state->hdl); in adv7393_probe()
431 v4l2_ctrl_handler_setup(&state->hdl); in adv7393_probe()
435 v4l2_ctrl_handler_free(&state->hdl); in adv7393_probe()
445 v4l2_ctrl_handler_free(&state->hdl); in adv7393_remove()