Home
last modified time | relevance | path

Searched refs:__snd_pcm_lib_xfer (Results 1 – 3 of 3) sorted by relevance

/linux/include/sound/
A Dpcm.h1182 snd_pcm_sframes_t __snd_pcm_lib_xfer(struct snd_pcm_substream *substream,
1190 return __snd_pcm_lib_xfer(substream, (void __force *)buf, true, frames, false); in snd_pcm_lib_write()
1197 return __snd_pcm_lib_xfer(substream, (void __force *)buf, true, frames, false); in snd_pcm_lib_read()
1204 return __snd_pcm_lib_xfer(substream, (void *)bufs, false, frames, false); in snd_pcm_lib_writev()
1211 return __snd_pcm_lib_xfer(substream, (void *)bufs, false, frames, false); in snd_pcm_lib_readv()
1218 return __snd_pcm_lib_xfer(substream, (void *)buf, true, frames, true); in snd_pcm_kernel_write()
1225 return __snd_pcm_lib_xfer(substream, buf, true, frames, true); in snd_pcm_kernel_read()
1232 return __snd_pcm_lib_xfer(substream, bufs, false, frames, true); in snd_pcm_kernel_writev()
1239 return __snd_pcm_lib_xfer(substream, bufs, false, frames, true); in snd_pcm_kernel_readv()
/linux/sound/core/
A Dpcm_lib.c2271 snd_pcm_sframes_t __snd_pcm_lib_xfer(struct snd_pcm_substream *substream, in __snd_pcm_lib_xfer() function
2417 EXPORT_SYMBOL(__snd_pcm_lib_xfer);
/linux/sound/core/oss/
A Dpcm_oss.c1242 ret = __snd_pcm_lib_xfer(substream, (void *)ptr, true, in snd_pcm_oss_write3()
1281 ret = __snd_pcm_lib_xfer(substream, (void *)ptr, true, in snd_pcm_oss_read3()

Completed in 27 milliseconds