Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_native.c3224 snd_pcm_uframes_t __user *_frames) in snd_pcm_rewind_ioctl() argument
3229 if (get_user(frames, _frames)) in snd_pcm_rewind_ioctl()
3231 if (put_user(0, _frames)) in snd_pcm_rewind_ioctl()
3234 if (put_user(result, _frames)) in snd_pcm_rewind_ioctl()
3240 snd_pcm_uframes_t __user *_frames) in snd_pcm_forward_ioctl() argument
3245 if (get_user(frames, _frames)) in snd_pcm_forward_ioctl()
3247 if (put_user(0, _frames)) in snd_pcm_forward_ioctl()
3250 if (put_user(result, _frames)) in snd_pcm_forward_ioctl()