Lines Matching refs:hdl_user_aud
1582 struct v4l2_ctrl_handler *hdl_user_aud = &dev->ctrl_hdl_user_aud; in vivid_create_controls() local
1610 v4l2_ctrl_handler_init(hdl_user_aud, 2); in vivid_create_controls()
1611 v4l2_ctrl_new_custom(hdl_user_aud, &vivid_ctrl_class, NULL); in vivid_create_controls()
1644 dev->volume = v4l2_ctrl_new_std(hdl_user_aud, NULL, in vivid_create_controls()
1646 dev->mute = v4l2_ctrl_new_std(hdl_user_aud, NULL, in vivid_create_controls()
1917 if (hdl_user_aud->error) in vivid_create_controls()
1918 return hdl_user_aud->error; in vivid_create_controls()
1932 v4l2_ctrl_add_handler(hdl_vid_cap, hdl_user_aud, NULL, false); in vivid_create_controls()
1943 v4l2_ctrl_add_handler(hdl_vid_out, hdl_user_aud, NULL, false); in vivid_create_controls()
1968 v4l2_ctrl_add_handler(hdl_radio_rx, hdl_user_aud, NULL, false); in vivid_create_controls()
1975 v4l2_ctrl_add_handler(hdl_radio_tx, hdl_user_aud, NULL, false); in vivid_create_controls()