Home
last modified time | relevance | path

Searched refs:copy_to_user_fromio (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/sound/core/
A Dmemory.c23 int copy_to_user_fromio(void __user *dst, const volatile void __iomem *src, size_t count) in copy_to_user_fromio() function
43 EXPORT_SYMBOL(copy_to_user_fromio);
/linux-6.3-rc2/include/sound/
A Dcore.h269 int copy_to_user_fromio(void __user *dst, const volatile void __iomem *src, size_t count);
/linux-6.3-rc2/sound/pci/mixart/
A Dmixart.c1137 if (copy_to_user_fromio(buf, MIXART_MEM(mgr, pos), count)) in snd_mixart_BA0_read()
1153 if (copy_to_user_fromio(buf, MIXART_REG(mgr, pos), count)) in snd_mixart_BA1_read()
/linux-6.3-rc2/sound/pci/
A Dcs4281.c1119 if (copy_to_user_fromio(buf, chip->ba0 + pos, count)) in snd_cs4281_BA0_read()
1131 if (copy_to_user_fromio(buf, chip->ba1 + pos, count)) in snd_cs4281_BA1_read()
A Drme32.c282 if (copy_to_user_fromio(dst, in snd_rme32_capture_copy()
A Drme96.c349 return copy_to_user_fromio(dst, in snd_rme96_capture_copy()
/linux-6.3-rc2/sound/pci/nm256/
A Dnm256.c727 if (copy_to_user_fromio(dst, s->bufptr + pos, count)) in snd_nm256_capture_copy()
/linux-6.3-rc2/sound/soc/qcom/
A Dlpass-platform.c1240 ret = copy_to_user_fromio(buf, dma_buf, bytes); in lpass_platform_copy()
/linux-6.3-rc2/sound/pci/cs46xx/
A Dcs46xx_lib.c2802 if (copy_to_user_fromio(buf, region->remap_addr + pos, count)) in snd_cs46xx_io_read()

Completed in 47 milliseconds