Searched refs:copy_to_user_fromio (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/sound/core/ |
D | memory.c | 24 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/ |
D | core.h | 269 int copy_to_user_fromio(void __user *dst, const volatile void __iomem *src, size_t count);
|
/Linux-v6.6/sound/pci/mixart/ |
D | mixart.c | 1137 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/ |
D | cs4281.c | 1119 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/ |
D | cs46xx_lib.c | 2799 if (copy_to_user_fromio(buf, region->remap_addr + pos, count)) in snd_cs46xx_io_read()
|