Searched refs:__snd_pcm_lib_xfer (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/sound/ |
D | pcm.h | 1085 snd_pcm_sframes_t __snd_pcm_lib_xfer(struct snd_pcm_substream *substream, 1093 return __snd_pcm_lib_xfer(substream, (void __force *)buf, true, frames, false); in snd_pcm_lib_write() 1100 return __snd_pcm_lib_xfer(substream, (void __force *)buf, true, frames, false); in snd_pcm_lib_read() 1107 return __snd_pcm_lib_xfer(substream, (void *)bufs, false, frames, false); in snd_pcm_lib_writev() 1114 return __snd_pcm_lib_xfer(substream, (void *)bufs, false, frames, false); in snd_pcm_lib_readv() 1121 return __snd_pcm_lib_xfer(substream, (void *)buf, true, frames, true); in snd_pcm_kernel_write() 1128 return __snd_pcm_lib_xfer(substream, buf, true, frames, true); in snd_pcm_kernel_read() 1135 return __snd_pcm_lib_xfer(substream, bufs, false, frames, true); in snd_pcm_kernel_writev() 1142 return __snd_pcm_lib_xfer(substream, bufs, false, frames, true); in snd_pcm_kernel_readv()
|
/Linux-v4.19/sound/core/ |
D | pcm_lib.c | 2116 snd_pcm_sframes_t __snd_pcm_lib_xfer(struct snd_pcm_substream *substream, in __snd_pcm_lib_xfer() function 2254 EXPORT_SYMBOL(__snd_pcm_lib_xfer);
|
/Linux-v4.19/sound/core/oss/ |
D | pcm_oss.c | 1237 ret = __snd_pcm_lib_xfer(substream, (void *)ptr, true, in snd_pcm_oss_write3() 1274 ret = __snd_pcm_lib_xfer(substream, (void *)ptr, true, in snd_pcm_oss_read3()
|