Lines Matching refs:hdl
47 struct v4l2_ctrl_handler hdl; member
66 return &container_of(ctrl->handler, struct adv7343_state, hdl)->sd; in to_sd()
470 v4l2_ctrl_handler_init(&state->hdl, 2); in adv7343_probe()
471 v4l2_ctrl_new_std(&state->hdl, &adv7343_ctrl_ops, in adv7343_probe()
475 v4l2_ctrl_new_std(&state->hdl, &adv7343_ctrl_ops, in adv7343_probe()
479 v4l2_ctrl_new_std(&state->hdl, &adv7343_ctrl_ops, in adv7343_probe()
483 state->sd.ctrl_handler = &state->hdl; in adv7343_probe()
484 if (state->hdl.error) { in adv7343_probe()
485 err = state->hdl.error; in adv7343_probe()
488 v4l2_ctrl_handler_setup(&state->hdl); in adv7343_probe()
498 v4l2_ctrl_handler_free(&state->hdl); in adv7343_probe()
509 v4l2_ctrl_handler_free(&state->hdl); in adv7343_remove()