Searched refs:_frames (Results 1 – 1 of 1) sorted by relevance
2851 snd_pcm_uframes_t __user *_frames) in snd_pcm_rewind_ioctl() argument2856 if (get_user(frames, _frames)) in snd_pcm_rewind_ioctl()2858 if (put_user(0, _frames)) in snd_pcm_rewind_ioctl()2861 __put_user(result, _frames); in snd_pcm_rewind_ioctl()2866 snd_pcm_uframes_t __user *_frames) in snd_pcm_forward_ioctl() argument2871 if (get_user(frames, _frames)) in snd_pcm_forward_ioctl()2873 if (put_user(0, _frames)) in snd_pcm_forward_ioctl()2876 __put_user(result, _frames); in snd_pcm_forward_ioctl()