Lines Matching full:hdl
47 struct v4l2_ctrl_handler hdl; member
66 return &container_of(ctrl->handler, struct adv7343_state, hdl)->sd; in to_sd()
462 v4l2_ctrl_handler_init(&state->hdl, 2); in adv7343_probe()
463 v4l2_ctrl_new_std(&state->hdl, &adv7343_ctrl_ops, in adv7343_probe()
467 v4l2_ctrl_new_std(&state->hdl, &adv7343_ctrl_ops, in adv7343_probe()
471 v4l2_ctrl_new_std(&state->hdl, &adv7343_ctrl_ops, in adv7343_probe()
475 state->sd.ctrl_handler = &state->hdl; in adv7343_probe()
476 if (state->hdl.error) { in adv7343_probe()
477 err = state->hdl.error; in adv7343_probe()
480 v4l2_ctrl_handler_setup(&state->hdl); in adv7343_probe()
490 v4l2_ctrl_handler_free(&state->hdl); in adv7343_probe()
501 v4l2_ctrl_handler_free(&state->hdl); in adv7343_remove()