__snd_pcm_lib_xfer 1060 include/sound/pcm.h snd_pcm_sframes_t __snd_pcm_lib_xfer(struct snd_pcm_substream *substream,
__snd_pcm_lib_xfer 1068 include/sound/pcm.h 	return __snd_pcm_lib_xfer(substream, (void __force *)buf, true, frames, false);
__snd_pcm_lib_xfer 1075 include/sound/pcm.h 	return __snd_pcm_lib_xfer(substream, (void __force *)buf, true, frames, false);
__snd_pcm_lib_xfer 1082 include/sound/pcm.h 	return __snd_pcm_lib_xfer(substream, (void *)bufs, false, frames, false);
__snd_pcm_lib_xfer 1089 include/sound/pcm.h 	return __snd_pcm_lib_xfer(substream, (void *)bufs, false, frames, false);
__snd_pcm_lib_xfer 1096 include/sound/pcm.h 	return __snd_pcm_lib_xfer(substream, (void *)buf, true, frames, true);
__snd_pcm_lib_xfer 1103 include/sound/pcm.h 	return __snd_pcm_lib_xfer(substream, buf, true, frames, true);
__snd_pcm_lib_xfer 1110 include/sound/pcm.h 	return __snd_pcm_lib_xfer(substream, bufs, false, frames, true);
__snd_pcm_lib_xfer 1117 include/sound/pcm.h 	return __snd_pcm_lib_xfer(substream, bufs, false, frames, true);
__snd_pcm_lib_xfer 1223 sound/core/oss/pcm_oss.c 		ret = __snd_pcm_lib_xfer(substream, (void *)ptr, true,
__snd_pcm_lib_xfer 1260 sound/core/oss/pcm_oss.c 		ret = __snd_pcm_lib_xfer(substream, (void *)ptr, true,
__snd_pcm_lib_xfer 2249 sound/core/pcm_lib.c EXPORT_SYMBOL(__snd_pcm_lib_xfer);