Home
last modified time | relevance | path

Searched refs:copy_to (Results 1 – 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/hyperbus/
Dhyperbus-core.c55 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()
/kernel/linux/linux-5.10/drivers/mtd/maps/
Ddc21285.c157 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()
Dmap_funcs.c40 map->copy_to = simple_map_copy_to; in simple_map_init()
Dtsunami_flash.c70 .copy_to = tsunami_flash_copy_to,
Dphysmap-ixp4xx.c127 map->copy_to = NULL; in of_flash_probe_ixp4xx()
Dsbc_gxx.c164 .copy_to = sbc_gxx_copy_to
Dphysmap-gemini.c195 map->copy_to = gemini_flash_map_copy_to; in of_flash_probe_gemini()
Dlantiq-flash.c143 ltq_mtd->map->copy_to = ltq_copy_to; in ltq_mtd_probe()
Dpci.c80 .copy_to = mtd_pci_copyto,
Dpcmciamtd.c477 dev->pcmcia_map.copy_to = pcmcia_copy_to_remap; in pcmciamtd_config()
619 dev->pcmcia_map.copy_to = pcmcia_copy_to; in pcmciamtd_config()
Dphysmap-core.c231 map->copy_to = physmap_addr_gpios_copy_to; in physmap_addr_gpios_map_init()
/kernel/linux/linux-5.10/include/linux/mtd/
Dhyperbus.h63 void (*copy_to)(struct hyperbus_device *dev, unsigned long to, member
Dmap.h211 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)
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
Dflash_setup.c108 flash_map.copy_to = octeon_flash_map_copy_to; in octeon_flash_probe()
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/
Dcobalt-flash.c95 map->copy_to = flash_copy_to; in cobalt_flash_probe()
/kernel/linux/linux-5.10/fs/proc/
Dvmcore.c211 static int copy_to(void *target, void *src, size_t size, int userbuf) in copy_to() function
236 if (copy_to(dst, buf, tsz, userbuf)) { in vmcoredd_copy_dumps()
317 if (copy_to(buffer, elfcorebuf + *fpos, tsz, userbuf)) in __read_vmcore()
365 if (copy_to(buffer, kaddr, tsz, userbuf)) in __read_vmcore()
/kernel/linux/linux-5.10/arch/arm/
DKconfig1616 bool "Use kernel mem{cpy,set}() for {copy_to,clear}_user()"
/kernel/linux/linux-5.10/lib/
DKconfig.debug2152 on the copy_to/from_user infrastructure, making sure basic