Searched refs:copy_to_user_fromio (Results 1 - 5 of 5) sorted by relevance

/linux-master/sound/core/
H A Dmemory.c15 * copy_to_user_fromio - copy data from mmio-space to user-space
24 int copy_to_user_fromio(void __user *dst, const volatile void __iomem *src, size_t count) function
32 EXPORT_SYMBOL(copy_to_user_fromio); variable
/linux-master/include/sound/
H A Dcore.h269 int copy_to_user_fromio(void __user *dst, const volatile void __iomem *src, size_t count);
/linux-master/sound/pci/mixart/
H A Dmixart.c1137 if (copy_to_user_fromio(buf, MIXART_MEM(mgr, pos), count))
1153 if (copy_to_user_fromio(buf, MIXART_REG(mgr, pos), count))
/linux-master/sound/pci/
H A Dcs4281.c1116 if (copy_to_user_fromio(buf, chip->ba0 + pos, count))
1128 if (copy_to_user_fromio(buf, chip->ba1 + pos, count))
/linux-master/sound/pci/cs46xx/
H A Dcs46xx_lib.c2799 if (copy_to_user_fromio(buf, region->remap_addr + pos, count))

Completed in 138 milliseconds