Searched refs:copy_to (Results 1 - 19 of 19) sorted by relevance

/linux-master/include/linux/
H A Dlogic_iomem.h21 * @copy_to: optional, for memcpy_toio()
32 void (*copy_to)(void *priv, unsigned int offset, const void *buffer, member in struct:logic_iomem_ops
/linux-master/include/linux/mtd/
H A Dhyperbus.h53 * @copy_to: copy data to flash memory
63 void (*copy_to)(struct hyperbus_device *dev, unsigned long to, member in struct:hyperbus_ops
H A Dmap.h211 void (*copy_to)(struct map_info *, unsigned long, const void *, ssize_t); member in struct:map_info
447 #define map_copy_to(map, to, from, len) (map)->copy_to(map, to, from, len)
/linux-master/drivers/mtd/hyperbus/
H A Dhyperbus-core.c55 ctlr->ops->copy_to(hbdev, to, from, len);
94 if (ops->copy_to)
95 map->copy_to = hyperbus_copy_to;
/linux-master/drivers/mtd/maps/
H A Dmap_funcs.c40 map->copy_to = simple_map_copy_to;
H A Dtsunami_flash.c70 .copy_to = tsunami_flash_copy_to,
H A Dphysmap-ixp4xx.c127 map->copy_to = NULL;
H A Ddc21285.c157 dc21285_map.copy_to = dc21285_copy_to_8;
163 dc21285_map.copy_to = dc21285_copy_to_16;
169 dc21285_map.copy_to = dc21285_copy_to_32;
H A Dsbc_gxx.c164 .copy_to = sbc_gxx_copy_to
H A Dphysmap-gemini.c195 map->copy_to = gemini_flash_map_copy_to;
H A Dlantiq-flash.c138 ltq_mtd->map->copy_to = ltq_copy_to;
H A Dpci.c80 .copy_to = mtd_pci_copyto,
H A Dpcmciamtd.c477 dev->pcmcia_map.copy_to = pcmcia_copy_to_remap;
619 dev->pcmcia_map.copy_to = pcmcia_copy_to;
H A Dphysmap-core.c224 map->copy_to = physmap_addr_gpios_copy_to;
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-flash.c95 map->copy_to = flash_copy_to;
/linux-master/arch/mips/cavium-octeon/
H A Dflash_setup.c109 flash_map.copy_to = octeon_flash_map_copy_to;
/linux-master/lib/
H A Dlogic_iomem.c313 if (area->ops->copy_to) {
314 area->ops->copy_to(area->priv, start, buffer, size);
/linux-master/net/xdp/
H A Dxsk.c231 void *copy_from = xsk_copy_xdp_start(xdp), *copy_to; local
283 copy_to = xsk_xdp->data - meta_len;
285 copied = xsk_copy_xdp(copy_to, &copy_from, to_len, &from_len, &frag, rem);
/linux-master/arch/um/drivers/
H A Dvirt-pci.c435 .copy_to = um_pci_bar_copy_to,

Completed in 210 milliseconds