Home
last modified time | relevance | path

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

/Linux-v6.6/sound/core/
Dpcm_native.c3257 snd_pcm_uframes_t __user *_frames) in snd_pcm_rewind_ioctl() argument
3262 if (get_user(frames, _frames)) in snd_pcm_rewind_ioctl()
3264 if (put_user(0, _frames)) in snd_pcm_rewind_ioctl()
3267 if (put_user(result, _frames)) in snd_pcm_rewind_ioctl()
3273 snd_pcm_uframes_t __user *_frames) in snd_pcm_forward_ioctl() argument
3278 if (get_user(frames, _frames)) in snd_pcm_forward_ioctl()
3280 if (put_user(0, _frames)) in snd_pcm_forward_ioctl()
3283 if (put_user(result, _frames)) in snd_pcm_forward_ioctl()