Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/
H 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);
/OK3568_Linux_fs/kernel/include/sound/
H A Dcore.h223 int copy_to_user_fromio(void __user *dst, const volatile void __iomem *src, size_t count);
/OK3568_Linux_fs/kernel/sound/pci/mixart/
H A Dmixart.c1135 if (copy_to_user_fromio(buf, MIXART_MEM(mgr, pos), count)) in snd_mixart_BA0_read()
1151 if (copy_to_user_fromio(buf, MIXART_REG(mgr, pos), count)) in snd_mixart_BA1_read()
/OK3568_Linux_fs/kernel/sound/pci/
H A Dcs4281.c1115 if (copy_to_user_fromio(buf, chip->ba0 + pos, count)) in snd_cs4281_BA0_read()
1127 if (copy_to_user_fromio(buf, chip->ba1 + pos, count)) in snd_cs4281_BA1_read()
H A Drme32.c283 if (copy_to_user_fromio(dst, in snd_rme32_capture_copy()
H A Drme96.c354 return copy_to_user_fromio(dst, in snd_rme96_capture_copy()
/OK3568_Linux_fs/kernel/sound/pci/nm256/
H A Dnm256.c731 if (copy_to_user_fromio(dst, s->bufptr + pos, count)) in snd_nm256_capture_copy()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_mtk191 copy_to_user_fromio
/OK3568_Linux_fs/kernel/sound/pci/cs46xx/
H A Dcs46xx_lib.c2813 if (copy_to_user_fromio(buf, region->remap_addr + pos, count)) in snd_cs46xx_io_read()