Searched refs:copy_to_iter_fromio (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/sound/core/ |
H A D | memory.c | 30 return copy_to_iter_fromio(&iter, (const void __iomem *)src, count); in copy_to_user_fromio() 44 int copy_to_iter_fromio(struct iov_iter *dst, const void __iomem *src, in copy_to_iter_fromio() function 64 EXPORT_SYMBOL(copy_to_iter_fromio);
|
/openbmc/linux/include/sound/ |
H A D | pcm.h | 1558 int copy_to_iter_fromio(struct iov_iter *itert, const void __iomem *src,
|
/openbmc/linux/sound/pci/nm256/ |
H A D | nm256.c | 713 return copy_to_iter_fromio(dst, s->bufptr + pos, count); in snd_nm256_capture_copy()
|
/openbmc/linux/sound/soc/qcom/ |
H A D | lpass-platform.c | 1241 ret = copy_to_iter_fromio(buf, dma_buf, bytes); in lpass_platform_copy()
|
/openbmc/linux/sound/pci/ |
H A D | rme32.c | 270 return copy_to_iter_fromio(dst, in snd_rme32_capture_copy()
|
H A D | rme96.c | 338 return copy_to_iter_fromio(dst, in snd_rme96_capture_copy()
|