Searched refs:copy_to_iter_fromio (Results 1 - 6 of 6) sorted by relevance

/linux-master/sound/core/
H A Dmemory.c30 return copy_to_iter_fromio(&iter, (const void __iomem *)src, count);
35 * copy_to_iter_fromio - copy data from mmio-space to iov_iter
44 int copy_to_iter_fromio(struct iov_iter *dst, const void __iomem *src, function
64 EXPORT_SYMBOL(copy_to_iter_fromio); variable
/linux-master/sound/soc/qcom/
H A Dlpass-platform.c1242 ret = copy_to_iter_fromio(buf, dma_buf, bytes);
/linux-master/include/sound/
H A Dpcm.h1577 int copy_to_iter_fromio(struct iov_iter *itert, const void __iomem *src,
/linux-master/sound/pci/nm256/
H A Dnm256.c713 return copy_to_iter_fromio(dst, s->bufptr + pos, count);
/linux-master/sound/pci/
H A Drme32.c270 return copy_to_iter_fromio(dst,
H A Drme96.c336 return copy_to_iter_fromio(dst,

Completed in 217 milliseconds