Lines Matching refs:hdl
1946 v4l2_ctrl_handler_log_status(&state->hdl, sd->name); in cx25840_log_status()
5267 v4l2_ctrl_handler_init(&state->hdl, 9); in cx25840_probe()
5268 v4l2_ctrl_new_std(&state->hdl, &cx25840_ctrl_ops, in cx25840_probe()
5270 v4l2_ctrl_new_std(&state->hdl, &cx25840_ctrl_ops, in cx25840_probe()
5272 v4l2_ctrl_new_std(&state->hdl, &cx25840_ctrl_ops, in cx25840_probe()
5274 v4l2_ctrl_new_std(&state->hdl, &cx25840_ctrl_ops, in cx25840_probe()
5295 state->volume = v4l2_ctrl_new_std(&state->hdl, in cx25840_probe()
5298 state->mute = v4l2_ctrl_new_std(&state->hdl, in cx25840_probe()
5301 v4l2_ctrl_new_std(&state->hdl, &cx25840_audio_ctrl_ops, in cx25840_probe()
5304 v4l2_ctrl_new_std(&state->hdl, &cx25840_audio_ctrl_ops, in cx25840_probe()
5307 v4l2_ctrl_new_std(&state->hdl, &cx25840_audio_ctrl_ops, in cx25840_probe()
5311 sd->ctrl_handler = &state->hdl; in cx25840_probe()
5312 if (state->hdl.error) { in cx25840_probe()
5313 int err = state->hdl.error; in cx25840_probe()
5315 v4l2_ctrl_handler_free(&state->hdl); in cx25840_probe()
5320 v4l2_ctrl_handler_setup(&state->hdl); in cx25840_probe()
5339 v4l2_ctrl_handler_free(&state->hdl); in cx25840_remove()