Searched refs:_frames (Results 1 – 1 of 1) sorted by relevance
3355 snd_pcm_uframes_t __user *_frames) in snd_pcm_rewind_ioctl() argument3360 if (get_user(frames, _frames)) in snd_pcm_rewind_ioctl()3362 if (put_user(0, _frames)) in snd_pcm_rewind_ioctl()3365 if (put_user(result, _frames)) in snd_pcm_rewind_ioctl()3371 snd_pcm_uframes_t __user *_frames) in snd_pcm_forward_ioctl() argument3376 if (get_user(frames, _frames)) in snd_pcm_forward_ioctl()3378 if (put_user(0, _frames)) in snd_pcm_forward_ioctl()3381 if (put_user(result, _frames)) in snd_pcm_forward_ioctl()