Searched refs:__snd_pcm_lib_xfer (Results 1 – 6 of 6) sorted by relevance
/linux/include/sound/ |
A D | pcm.h | 1071 snd_pcm_sframes_t __snd_pcm_lib_xfer(struct snd_pcm_substream *substream, 1079 return __snd_pcm_lib_xfer(substream, (void __force *)buf, true, frames, false); in snd_pcm_lib_write() 1086 return __snd_pcm_lib_xfer(substream, (void __force *)buf, true, frames, false); in snd_pcm_lib_read() 1093 return __snd_pcm_lib_xfer(substream, (void *)bufs, false, frames, false); in snd_pcm_lib_writev() 1100 return __snd_pcm_lib_xfer(substream, (void *)bufs, false, frames, false); in snd_pcm_lib_readv() 1107 return __snd_pcm_lib_xfer(substream, (void *)buf, true, frames, true); in snd_pcm_kernel_write() 1114 return __snd_pcm_lib_xfer(substream, buf, true, frames, true); in snd_pcm_kernel_read() 1121 return __snd_pcm_lib_xfer(substream, bufs, false, frames, true); in snd_pcm_kernel_writev() 1128 return __snd_pcm_lib_xfer(substream, bufs, false, frames, true); in snd_pcm_kernel_readv()
|
/linux/sound/core/ |
A D | pcm_lib.c | 2151 snd_pcm_sframes_t __snd_pcm_lib_xfer(struct snd_pcm_substream *substream, in __snd_pcm_lib_xfer() function 2298 EXPORT_SYMBOL(__snd_pcm_lib_xfer);
|
/linux/sound/core/oss/ |
A D | pcm_oss.c | 1241 ret = __snd_pcm_lib_xfer(substream, (void *)ptr, true, in snd_pcm_oss_write3() 1280 ret = __snd_pcm_lib_xfer(substream, (void *)ptr, true, in snd_pcm_oss_read3()
|
/linux/ |
A D | vmlinux.symvers | 2160 0x00000000 __snd_pcm_lib_xfer vmlinux EXPORT_SYMBOL
|
A D | System.map | 49646 ffff800010d45200 T __snd_pcm_lib_xfer
|
A D | .tmp_System.map | 49646 ffff800010d45200 T __snd_pcm_lib_xfer
|
Completed in 980 milliseconds