Lines Matching refs:argp

662 	void __user *argp = compat_ptr(arg);  in snd_pcm_ioctl_compat()  local
696 return snd_pcm_playback_ioctl1(file, substream, cmd, argp); in snd_pcm_ioctl_compat()
698 return snd_pcm_capture_ioctl1(file, substream, cmd, argp); in snd_pcm_ioctl_compat()
700 return snd_pcm_ioctl_hw_params_compat(substream, 1, argp); in snd_pcm_ioctl_compat()
702 return snd_pcm_ioctl_hw_params_compat(substream, 0, argp); in snd_pcm_ioctl_compat()
704 return snd_pcm_ioctl_sw_params_compat(substream, argp); in snd_pcm_ioctl_compat()
706 return snd_pcm_status_user_compat(substream, argp, false); in snd_pcm_ioctl_compat()
708 return snd_pcm_status_user_compat(substream, argp, true); in snd_pcm_ioctl_compat()
710 return snd_pcm_ioctl_sync_ptr_compat(substream, argp); in snd_pcm_ioctl_compat()
712 return snd_pcm_ioctl_channel_info_compat(substream, argp); in snd_pcm_ioctl_compat()
714 return snd_pcm_ioctl_xferi_compat(substream, SNDRV_PCM_STREAM_PLAYBACK, argp); in snd_pcm_ioctl_compat()
716 return snd_pcm_ioctl_xferi_compat(substream, SNDRV_PCM_STREAM_CAPTURE, argp); in snd_pcm_ioctl_compat()
718 return snd_pcm_ioctl_xfern_compat(substream, SNDRV_PCM_STREAM_PLAYBACK, argp); in snd_pcm_ioctl_compat()
720 return snd_pcm_ioctl_xfern_compat(substream, SNDRV_PCM_STREAM_CAPTURE, argp); in snd_pcm_ioctl_compat()
722 return snd_pcm_ioctl_delay_compat(substream, argp); in snd_pcm_ioctl_compat()
724 return snd_pcm_ioctl_rewind_compat(substream, argp); in snd_pcm_ioctl_compat()
726 return snd_pcm_ioctl_forward_compat(substream, argp); in snd_pcm_ioctl_compat()
729 return snd_pcm_status_user_x32(substream, argp, false); in snd_pcm_ioctl_compat()
731 return snd_pcm_status_user_x32(substream, argp, true); in snd_pcm_ioctl_compat()
733 return snd_pcm_ioctl_sync_ptr_x32(substream, argp); in snd_pcm_ioctl_compat()
735 return snd_pcm_ioctl_channel_info_x32(substream, argp); in snd_pcm_ioctl_compat()