Home
last modified time | relevance | path

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

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