Searched refs:copy_to (Results 1 – 17 of 17) sorted by relevance
/Linux-v5.4/drivers/mtd/hyperbus/ |
D | hyperbus-core.c | 56 ctlr->ops->copy_to(hbdev, to, from, len); in hyperbus_copy_to() 103 if (ops->copy_to) in hyperbus_register_device() 104 map->copy_to = hyperbus_copy_to; in hyperbus_register_device()
|
/Linux-v5.4/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 | sbc_gxx.c | 164 .copy_to = sbc_gxx_copy_to
|
D | physmap-gemini.c | 200 map->copy_to = gemini_flash_map_copy_to; in of_flash_probe_gemini()
|
D | lantiq-flash.c | 143 ltq_mtd->map->copy_to = ltq_copy_to; in ltq_mtd_probe()
|
D | pci.c | 80 .copy_to = mtd_pci_copyto,
|
D | pcmciamtd.c | 478 dev->pcmcia_map.copy_to = pcmcia_copy_to_remap; in pcmciamtd_config() 620 dev->pcmcia_map.copy_to = pcmcia_copy_to; in pcmciamtd_config()
|
D | physmap-core.c | 223 map->copy_to = physmap_addr_gpios_copy_to; in physmap_addr_gpios_map_init()
|
/Linux-v5.4/include/linux/mtd/ |
D | hyperbus.h | 50 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-v5.4/arch/mips/cavium-octeon/ |
D | flash_setup.c | 108 flash_map.copy_to = octeon_flash_map_copy_to; in octeon_flash_probe()
|
/Linux-v5.4/drivers/media/pci/cobalt/ |
D | cobalt-flash.c | 95 map->copy_to = flash_copy_to; in cobalt_flash_probe()
|
/Linux-v5.4/fs/proc/ |
D | vmcore.c | 208 static int copy_to(void *target, void *src, size_t size, int userbuf) in copy_to() function 233 if (copy_to(dst, buf, tsz, userbuf)) { in vmcoredd_copy_dumps() 313 if (copy_to(buffer, elfcorebuf + *fpos, tsz, userbuf)) in __read_vmcore() 361 if (copy_to(buffer, kaddr, tsz, userbuf)) in __read_vmcore()
|
/Linux-v5.4/arch/arm/ |
D | Kconfig | 1635 bool "Use kernel mem{cpy,set}() for {copy_to,clear}_user()"
|
/Linux-v5.4/lib/ |
D | Kconfig.debug | 1892 on the copy_to/from_user infrastructure, making sure basic
|