Searched refs:copy_to (Results 1 – 21 of 21) sorted by relevance
/linux-6.12.1/drivers/mtd/hyperbus/ |
D | hyperbus-core.c | 55 ctlr->ops->copy_to(hbdev, to, from, len); in hyperbus_copy_to() 94 if (ops->copy_to) in hyperbus_register_device() 95 map->copy_to = hyperbus_copy_to; in hyperbus_register_device()
|
/linux-6.12.1/drivers/mtd/maps/ |
D | dc21285.c | 157 dc21285_map.copy_to = dc21285_copy_to_8; in init_dc21285() 163 dc21285_map.copy_to = dc21285_copy_to_16; in init_dc21285() 169 dc21285_map.copy_to = dc21285_copy_to_32; in init_dc21285()
|
D | map_funcs.c | 40 map->copy_to = simple_map_copy_to; in simple_map_init()
|
D | tsunami_flash.c | 70 .copy_to = tsunami_flash_copy_to,
|
D | physmap-ixp4xx.c | 127 map->copy_to = NULL; in of_flash_probe_ixp4xx()
|
D | sbc_gxx.c | 164 .copy_to = sbc_gxx_copy_to
|
D | physmap-gemini.c | 195 map->copy_to = gemini_flash_map_copy_to; in of_flash_probe_gemini()
|
D | lantiq-flash.c | 138 ltq_mtd->map->copy_to = ltq_copy_to; in ltq_mtd_probe()
|
D | pcmciamtd.c | 477 dev->pcmcia_map.copy_to = pcmcia_copy_to_remap; in pcmciamtd_config() 619 dev->pcmcia_map.copy_to = pcmcia_copy_to; in pcmciamtd_config()
|
D | pci.c | 80 .copy_to = mtd_pci_copyto,
|
D | physmap-core.c | 224 map->copy_to = physmap_addr_gpios_copy_to; in physmap_addr_gpios_map_init()
|
/linux-6.12.1/include/linux/ |
D | logic_iomem.h | 32 void (*copy_to)(void *priv, unsigned int offset, const void *buffer, member
|
/linux-6.12.1/include/linux/mtd/ |
D | hyperbus.h | 63 void (*copy_to)(struct hyperbus_device *dev, unsigned long to, member
|
D | map.h | 211 void (*copy_to)(struct map_info *, unsigned long, const void *, ssize_t); member 447 #define map_copy_to(map, to, from, len) (map)->copy_to(map, to, from, len)
|
/linux-6.12.1/lib/ |
D | logic_iomem.c | 313 if (area->ops->copy_to) { in memcpy_toio() 314 area->ops->copy_to(area->priv, start, buffer, size); in memcpy_toio()
|
D | Kconfig.debug | 2850 on the copy_to/from_user infrastructure, making sure basic
|
/linux-6.12.1/arch/mips/cavium-octeon/ |
D | flash_setup.c | 109 flash_map.copy_to = octeon_flash_map_copy_to; in octeon_flash_probe()
|
/linux-6.12.1/drivers/media/pci/cobalt/ |
D | cobalt-flash.c | 95 map->copy_to = flash_copy_to; in cobalt_flash_probe()
|
/linux-6.12.1/net/xdp/ |
D | xsk.c | 229 void *copy_from = xsk_copy_xdp_start(xdp), *copy_to; in __xsk_rcv() local 281 copy_to = xsk_xdp->data - meta_len; in __xsk_rcv() 283 copied = xsk_copy_xdp(copy_to, ©_from, to_len, &from_len, &frag, rem); in __xsk_rcv()
|
/linux-6.12.1/arch/um/drivers/ |
D | virt-pci.c | 435 .copy_to = um_pci_bar_copy_to,
|
/linux-6.12.1/arch/arm/ |
D | Kconfig | 1322 bool "Use kernel mem{cpy,set}() for {copy_to,clear}_user()"
|