Lines Matching refs:argp
573 void __user *argp = compat_ptr(arg); in snd_pcm_ioctl_compat() local
608 return snd_pcm_common_ioctl(file, substream, cmd, argp); in snd_pcm_ioctl_compat()
612 return snd_pcm_ioctl_sync_ptr_x32(substream, argp); in snd_pcm_ioctl_compat()
614 return snd_pcm_ioctl_sync_ptr_buggy(substream, argp); in snd_pcm_ioctl_compat()
616 return snd_pcm_ioctl_hw_params_compat(substream, 1, argp); in snd_pcm_ioctl_compat()
618 return snd_pcm_ioctl_hw_params_compat(substream, 0, argp); in snd_pcm_ioctl_compat()
620 return snd_pcm_ioctl_sw_params_compat(substream, argp); in snd_pcm_ioctl_compat()
622 return snd_pcm_status_user32(substream, argp, false); in snd_pcm_ioctl_compat()
624 return snd_pcm_status_user32(substream, argp, true); in snd_pcm_ioctl_compat()
626 return snd_pcm_ioctl_channel_info_compat(substream, argp); in snd_pcm_ioctl_compat()
628 return snd_pcm_ioctl_xferi_compat(substream, SNDRV_PCM_STREAM_PLAYBACK, argp); in snd_pcm_ioctl_compat()
630 return snd_pcm_ioctl_xferi_compat(substream, SNDRV_PCM_STREAM_CAPTURE, argp); in snd_pcm_ioctl_compat()
632 return snd_pcm_ioctl_xfern_compat(substream, SNDRV_PCM_STREAM_PLAYBACK, argp); in snd_pcm_ioctl_compat()
634 return snd_pcm_ioctl_xfern_compat(substream, SNDRV_PCM_STREAM_CAPTURE, argp); in snd_pcm_ioctl_compat()
636 return snd_pcm_ioctl_delay_compat(substream, argp); in snd_pcm_ioctl_compat()
638 return snd_pcm_ioctl_rewind_compat(substream, argp); in snd_pcm_ioctl_compat()
640 return snd_pcm_ioctl_forward_compat(substream, argp); in snd_pcm_ioctl_compat()
642 return snd_pcm_status_user_compat64(substream, argp, false); in snd_pcm_ioctl_compat()
644 return snd_pcm_status_user_compat64(substream, argp, true); in snd_pcm_ioctl_compat()
647 return snd_pcm_ioctl_channel_info_x32(substream, argp); in snd_pcm_ioctl_compat()