Lines Matching refs:hdl
585 v4l2_ctrl_handler_log_status(&state->hdl, prefix); in msp_log_status()
684 struct v4l2_ctrl_handler *hdl; in msp_probe() local
798 hdl = &state->hdl; in msp_probe()
799 v4l2_ctrl_handler_init(hdl, 6); in msp_probe()
801 v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe()
803 v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe()
805 v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe()
808 state->volume = v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe()
810 v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe()
812 state->muted = v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe()
814 sd->ctrl_handler = hdl; in msp_probe()
815 if (hdl->error) { in msp_probe()
816 int err = hdl->error; in msp_probe()
818 v4l2_ctrl_handler_free(hdl); in msp_probe()
823 v4l2_ctrl_handler_setup(hdl); in msp_probe()
879 v4l2_ctrl_handler_free(&state->hdl); in msp_remove()