Lines Matching refs:hdl
1941 v4l2_ctrl_handler_log_status(&state->hdl, sd->name); in cx25840_log_status()
5258 v4l2_ctrl_handler_init(&state->hdl, 9); in cx25840_probe()
5259 v4l2_ctrl_new_std(&state->hdl, &cx25840_ctrl_ops, in cx25840_probe()
5261 v4l2_ctrl_new_std(&state->hdl, &cx25840_ctrl_ops, in cx25840_probe()
5263 v4l2_ctrl_new_std(&state->hdl, &cx25840_ctrl_ops, in cx25840_probe()
5265 v4l2_ctrl_new_std(&state->hdl, &cx25840_ctrl_ops, in cx25840_probe()
5286 state->volume = v4l2_ctrl_new_std(&state->hdl, in cx25840_probe()
5289 state->mute = v4l2_ctrl_new_std(&state->hdl, in cx25840_probe()
5292 v4l2_ctrl_new_std(&state->hdl, &cx25840_audio_ctrl_ops, in cx25840_probe()
5295 v4l2_ctrl_new_std(&state->hdl, &cx25840_audio_ctrl_ops, in cx25840_probe()
5298 v4l2_ctrl_new_std(&state->hdl, &cx25840_audio_ctrl_ops, in cx25840_probe()
5302 sd->ctrl_handler = &state->hdl; in cx25840_probe()
5303 if (state->hdl.error) { in cx25840_probe()
5304 int err = state->hdl.error; in cx25840_probe()
5306 v4l2_ctrl_handler_free(&state->hdl); in cx25840_probe()
5311 v4l2_ctrl_handler_setup(&state->hdl); in cx25840_probe()
5330 v4l2_ctrl_handler_free(&state->hdl); in cx25840_remove()