Home
last modified time | relevance | path

Searched defs:bufs (Results 1 – 6 of 6) sorted by relevance

/sound/core/oss/
Dio.c50 void **bufs = (void**)plugin->extra_data; in io_playback_transfer() local
76 void **bufs = (void**)plugin->extra_data; in io_capture_transfer() local
Dpcm_oss.c1332 snd_pcm_sframes_t snd_pcm_oss_writev3(struct snd_pcm_substream *substream, void **bufs, snd_pcm_ufr… in snd_pcm_oss_writev3()
1368 snd_pcm_sframes_t snd_pcm_oss_readv3(struct snd_pcm_substream *substream, void **bufs, snd_pcm_ufra… in snd_pcm_oss_readv3()
/sound/core/
Dpcm_lib.c2164 void __user **bufs = (void __user **)data; in snd_pcm_lib_writev_transfer() local
2198 void __user **bufs, in snd_pcm_lib_writev()
2373 void __user **bufs = (void __user **)data; in snd_pcm_lib_readv_transfer() local
2403 void __user **bufs, in snd_pcm_lib_readv()
Dpcm_compat.c406 u32 bufs; /* this is void **; */ member
422 void __user **bufs; in snd_pcm_ioctl_xfern_compat() local
Dpcm_native.c2872 void __user **bufs; in snd_pcm_playback_ioctl1() local
2952 void *bufs; in snd_pcm_capture_ioctl1() local
3111 void __user **bufs; in snd_pcm_readv() local
3147 void __user **bufs; in snd_pcm_writev() local
/sound/oss/dmasound/
Ddmasound_core.c956 static int set_queue_frags(struct sound_queue *sq, int bufs, int size) in set_queue_frags()