Searched refs:_frames (Results 1 – 1 of 1) sorted by relevance
3372 snd_pcm_uframes_t __user *_frames) in snd_pcm_rewind_ioctl() argument3377 if (get_user(frames, _frames)) in snd_pcm_rewind_ioctl()3379 if (put_user(0, _frames)) in snd_pcm_rewind_ioctl()3382 if (put_user(result, _frames)) in snd_pcm_rewind_ioctl()3388 snd_pcm_uframes_t __user *_frames) in snd_pcm_forward_ioctl() argument3393 if (get_user(frames, _frames)) in snd_pcm_forward_ioctl()3395 if (put_user(0, _frames)) in snd_pcm_forward_ioctl()3398 if (put_user(result, _frames)) in snd_pcm_forward_ioctl()