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()
463 v4l2_ctrl_handler_init(&state->hdl, 2); in adv7343_probe()
464 v4l2_ctrl_new_std(&state->hdl, &adv7343_ctrl_ops, in adv7343_probe()
468 v4l2_ctrl_new_std(&state->hdl, &adv7343_ctrl_ops, in adv7343_probe()
472 v4l2_ctrl_new_std(&state->hdl, &adv7343_ctrl_ops, in adv7343_probe()
476 state->sd.ctrl_handler = &state->hdl; in adv7343_probe()
477 if (state->hdl.error) { in adv7343_probe()
478 err = state->hdl.error; in adv7343_probe()
481 v4l2_ctrl_handler_setup(&state->hdl); in adv7343_probe()
491 v4l2_ctrl_handler_free(&state->hdl); in adv7343_probe()
502 v4l2_ctrl_handler_free(&state->hdl); in adv7343_remove()