Home
last modified time | relevance | path

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

/linux-5.19.10/sound/core/
Dpcm_native.c3252 snd_pcm_uframes_t __user *_frames) in snd_pcm_rewind_ioctl() argument
3257 if (get_user(frames, _frames)) in snd_pcm_rewind_ioctl()
3259 if (put_user(0, _frames)) in snd_pcm_rewind_ioctl()
3262 if (put_user(result, _frames)) in snd_pcm_rewind_ioctl()
3268 snd_pcm_uframes_t __user *_frames) in snd_pcm_forward_ioctl() argument
3273 if (get_user(frames, _frames)) in snd_pcm_forward_ioctl()
3275 if (put_user(0, _frames)) in snd_pcm_forward_ioctl()
3278 if (put_user(result, _frames)) in snd_pcm_forward_ioctl()