Lines Matching refs:_frames
2874 snd_pcm_uframes_t __user *_frames = arg; in snd_pcm_playback_ioctl1() local
2876 if (get_user(frames, _frames)) in snd_pcm_playback_ioctl1()
2878 if (put_user(0, _frames)) in snd_pcm_playback_ioctl1()
2881 __put_user(result, _frames); in snd_pcm_playback_ioctl1()
2887 snd_pcm_uframes_t __user *_frames = arg; in snd_pcm_playback_ioctl1() local
2889 if (get_user(frames, _frames)) in snd_pcm_playback_ioctl1()
2891 if (put_user(0, _frames)) in snd_pcm_playback_ioctl1()
2894 __put_user(result, _frames); in snd_pcm_playback_ioctl1()
2954 snd_pcm_uframes_t __user *_frames = arg; in snd_pcm_capture_ioctl1() local
2956 if (get_user(frames, _frames)) in snd_pcm_capture_ioctl1()
2958 if (put_user(0, _frames)) in snd_pcm_capture_ioctl1()
2961 __put_user(result, _frames); in snd_pcm_capture_ioctl1()
2967 snd_pcm_uframes_t __user *_frames = arg; in snd_pcm_capture_ioctl1() local
2969 if (get_user(frames, _frames)) in snd_pcm_capture_ioctl1()
2971 if (put_user(0, _frames)) in snd_pcm_capture_ioctl1()
2974 __put_user(result, _frames); in snd_pcm_capture_ioctl1()