Lines Matching refs:hdl
266 v4l2_ctrl_handler_setup(&state->hdl); in cx18_av_initialize()
1327 v4l2_ctrl_handler_init(&state->hdl, 9); in cx18_av_probe()
1328 v4l2_ctrl_new_std(&state->hdl, &cx18_av_ctrl_ops, in cx18_av_probe()
1330 v4l2_ctrl_new_std(&state->hdl, &cx18_av_ctrl_ops, in cx18_av_probe()
1332 v4l2_ctrl_new_std(&state->hdl, &cx18_av_ctrl_ops, in cx18_av_probe()
1334 v4l2_ctrl_new_std(&state->hdl, &cx18_av_ctrl_ops, in cx18_av_probe()
1337 state->volume = v4l2_ctrl_new_std(&state->hdl, in cx18_av_probe()
1340 v4l2_ctrl_new_std(&state->hdl, in cx18_av_probe()
1343 v4l2_ctrl_new_std(&state->hdl, &cx18_av_audio_ctrl_ops, in cx18_av_probe()
1346 v4l2_ctrl_new_std(&state->hdl, &cx18_av_audio_ctrl_ops, in cx18_av_probe()
1349 v4l2_ctrl_new_std(&state->hdl, &cx18_av_audio_ctrl_ops, in cx18_av_probe()
1352 sd->ctrl_handler = &state->hdl; in cx18_av_probe()
1353 if (state->hdl.error) { in cx18_av_probe()
1354 int err = state->hdl.error; in cx18_av_probe()
1356 v4l2_ctrl_handler_free(&state->hdl); in cx18_av_probe()
1361 v4l2_ctrl_handler_free(&state->hdl); in cx18_av_probe()