Lines Matching refs:hdl
266 v4l2_ctrl_handler_setup(&state->hdl); in cx18_av_initialize()
1337 v4l2_ctrl_handler_init(&state->hdl, 9); in cx18_av_probe()
1338 v4l2_ctrl_new_std(&state->hdl, &cx18_av_ctrl_ops, in cx18_av_probe()
1340 v4l2_ctrl_new_std(&state->hdl, &cx18_av_ctrl_ops, in cx18_av_probe()
1342 v4l2_ctrl_new_std(&state->hdl, &cx18_av_ctrl_ops, in cx18_av_probe()
1344 v4l2_ctrl_new_std(&state->hdl, &cx18_av_ctrl_ops, in cx18_av_probe()
1347 state->volume = v4l2_ctrl_new_std(&state->hdl, in cx18_av_probe()
1350 v4l2_ctrl_new_std(&state->hdl, in cx18_av_probe()
1353 v4l2_ctrl_new_std(&state->hdl, &cx18_av_audio_ctrl_ops, in cx18_av_probe()
1356 v4l2_ctrl_new_std(&state->hdl, &cx18_av_audio_ctrl_ops, in cx18_av_probe()
1359 v4l2_ctrl_new_std(&state->hdl, &cx18_av_audio_ctrl_ops, in cx18_av_probe()
1362 sd->ctrl_handler = &state->hdl; in cx18_av_probe()
1363 if (state->hdl.error) { in cx18_av_probe()
1364 int err = state->hdl.error; in cx18_av_probe()
1366 v4l2_ctrl_handler_free(&state->hdl); in cx18_av_probe()
1371 v4l2_ctrl_handler_free(&state->hdl); in cx18_av_probe()