Home
last modified time | relevance | path

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

/linux-4.1.27/sound/core/
Dpcm_compat.c451 err = snd_pcm_lib_readv(substream, bufs, frames); in snd_pcm_ioctl_xfern_compat()
Dpcm_lib.c2394 snd_pcm_sframes_t snd_pcm_lib_readv(struct snd_pcm_substream *substream, in snd_pcm_lib_readv() function
2415 EXPORT_SYMBOL(snd_pcm_lib_readv);
Dpcm_native.c2946 result = snd_pcm_lib_readv(substream, bufs, xfern.frames); in snd_pcm_capture_ioctl1()
3112 result = snd_pcm_lib_readv(substream, bufs, frames); in snd_pcm_readv()
/linux-4.1.27/include/sound/
Dpcm.h1079 snd_pcm_sframes_t snd_pcm_lib_readv(struct snd_pcm_substream *substream,
/linux-4.1.27/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()