Lines Matching refs:hdl_user_aud
1248 struct v4l2_ctrl_handler *hdl_user_aud = &dev->ctrl_hdl_user_aud; in vivid_create_controls() local
1271 v4l2_ctrl_handler_init(hdl_user_aud, 2); in vivid_create_controls()
1272 v4l2_ctrl_new_custom(hdl_user_aud, &vivid_ctrl_class, NULL); in vivid_create_controls()
1295 dev->volume = v4l2_ctrl_new_std(hdl_user_aud, NULL, in vivid_create_controls()
1297 dev->mute = v4l2_ctrl_new_std(hdl_user_aud, NULL, in vivid_create_controls()
1525 if (hdl_user_aud->error) in vivid_create_controls()
1526 return hdl_user_aud->error; in vivid_create_controls()
1540 v4l2_ctrl_add_handler(hdl_vid_cap, hdl_user_aud, NULL); in vivid_create_controls()
1549 v4l2_ctrl_add_handler(hdl_vid_out, hdl_user_aud, NULL); in vivid_create_controls()
1574 v4l2_ctrl_add_handler(hdl_radio_rx, hdl_user_aud, NULL); in vivid_create_controls()
1581 v4l2_ctrl_add_handler(hdl_radio_tx, hdl_user_aud, NULL); in vivid_create_controls()