Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/
Dpcm_native.c2813 snd_pcm_uframes_t __user *_frames) in snd_pcm_rewind_ioctl() argument
2818 if (get_user(frames, _frames)) in snd_pcm_rewind_ioctl()
2820 if (put_user(0, _frames)) in snd_pcm_rewind_ioctl()
2823 __put_user(result, _frames); in snd_pcm_rewind_ioctl()
2828 snd_pcm_uframes_t __user *_frames) in snd_pcm_forward_ioctl() argument
2833 if (get_user(frames, _frames)) in snd_pcm_forward_ioctl()
2835 if (put_user(0, _frames)) in snd_pcm_forward_ioctl()
2838 __put_user(result, _frames); in snd_pcm_forward_ioctl()