Lines Matching refs:_frames
2872 snd_pcm_uframes_t __user *_frames = arg; in snd_pcm_playback_ioctl1() local
2874 if (get_user(frames, _frames)) in snd_pcm_playback_ioctl1()
2876 if (put_user(0, _frames)) in snd_pcm_playback_ioctl1()
2879 __put_user(result, _frames); in snd_pcm_playback_ioctl1()
2885 snd_pcm_uframes_t __user *_frames = arg; in snd_pcm_playback_ioctl1() local
2887 if (get_user(frames, _frames)) in snd_pcm_playback_ioctl1()
2889 if (put_user(0, _frames)) in snd_pcm_playback_ioctl1()
2892 __put_user(result, _frames); in snd_pcm_playback_ioctl1()
2952 snd_pcm_uframes_t __user *_frames = arg; in snd_pcm_capture_ioctl1() local
2954 if (get_user(frames, _frames)) in snd_pcm_capture_ioctl1()
2956 if (put_user(0, _frames)) in snd_pcm_capture_ioctl1()
2959 __put_user(result, _frames); in snd_pcm_capture_ioctl1()
2965 snd_pcm_uframes_t __user *_frames = arg; in snd_pcm_capture_ioctl1() local
2967 if (get_user(frames, _frames)) in snd_pcm_capture_ioctl1()
2969 if (put_user(0, _frames)) in snd_pcm_capture_ioctl1()
2972 __put_user(result, _frames); in snd_pcm_capture_ioctl1()