Searched refs:copy_to_user_fromio (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/sound/core/ |
| H A 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 34 EXPORT_SYMBOL(copy_to_user_fromio);
|
| /linux-6.15/include/sound/ |
| H A D | core.h | 269 int copy_to_user_fromio(void __user *dst, const volatile void __iomem *src, size_t count);
|
| /linux-6.15/sound/pci/mixart/ |
| H A 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-6.15/sound/pci/ |
| H A D | cs4281.c | 1116 if (copy_to_user_fromio(buf, chip->ba0 + pos, count)) in snd_cs4281_BA0_read() 1128 if (copy_to_user_fromio(buf, chip->ba1 + pos, count)) in snd_cs4281_BA1_read()
|
| /linux-6.15/sound/pci/cs46xx/ |
| H A D | cs46xx_lib.c | 2799 if (copy_to_user_fromio(buf, region->remap_addr + pos, count)) in snd_cs46xx_io_read()
|