Home
last modified time | relevance | path

Searched refs:_frames (Results 1 – 1 of 1) sorted by relevance

/linux/sound/core/
A Dpcm_native.c3189 snd_pcm_uframes_t __user *_frames) in snd_pcm_rewind_ioctl() argument
3194 if (get_user(frames, _frames)) in snd_pcm_rewind_ioctl()
3196 if (put_user(0, _frames)) in snd_pcm_rewind_ioctl()
3199 if (put_user(result, _frames)) in snd_pcm_rewind_ioctl()
3205 snd_pcm_uframes_t __user *_frames) in snd_pcm_forward_ioctl() argument
3210 if (get_user(frames, _frames)) in snd_pcm_forward_ioctl()
3212 if (put_user(0, _frames)) in snd_pcm_forward_ioctl()
3215 if (put_user(result, _frames)) in snd_pcm_forward_ioctl()

Completed in 17 milliseconds