Searched refs:snd_pcm_lib_readv (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/sound/core/
H A Dpcm_compat.c451 err = snd_pcm_lib_readv(substream, bufs, frames); snd_pcm_ioctl_xfern_compat()
H A Dpcm_lib.c2392 snd_pcm_sframes_t snd_pcm_lib_readv(struct snd_pcm_substream *substream, snd_pcm_lib_readv() function
2413 EXPORT_SYMBOL(snd_pcm_lib_readv); variable
H A Dpcm_native.c2944 result = snd_pcm_lib_readv(substream, bufs, xfern.frames); snd_pcm_capture_ioctl1()
3110 result = snd_pcm_lib_readv(substream, bufs, frames); snd_pcm_readv()
/linux-4.4.14/sound/core/oss/
H A Dpcm_oss.c1318 ret = snd_pcm_lib_readv(substream, (void __user **)bufs, frames); snd_pcm_oss_readv3()
1321 ret = snd_pcm_lib_readv(substream, (void __user **)bufs, frames); snd_pcm_oss_readv3()
/linux-4.4.14/include/sound/
H A Dpcm.h1086 snd_pcm_sframes_t snd_pcm_lib_readv(struct snd_pcm_substream *substream,

Completed in 182 milliseconds