Home
last modified time | relevance | path

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

/Linux-v6.6/sound/core/
Dmemory.c24 int copy_to_user_fromio(void __user *dst, const volatile void __iomem *src, size_t count) in copy_to_user_fromio() function
32 EXPORT_SYMBOL(copy_to_user_fromio);
/Linux-v6.6/include/sound/
Dcore.h269 int copy_to_user_fromio(void __user *dst, const volatile void __iomem *src, size_t count);
/Linux-v6.6/sound/pci/mixart/
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-v6.6/sound/pci/
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()
/Linux-v6.6/sound/pci/cs46xx/
Dcs46xx_lib.c2799 if (copy_to_user_fromio(buf, region->remap_addr + pos, count)) in snd_cs46xx_io_read()