Home
last modified time | relevance | path

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

/Linux-v4.19/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.c39 map->copy_to = simple_map_copy_to; in simple_map_init()
Dtsunami_flash.c70 .copy_to = tsunami_flash_copy_to,
Dsbc_gxx.c176 .copy_to = sbc_gxx_copy_to
Dlantiq-flash.c145 ltq_mtd->map->copy_to = ltq_copy_to; in ltq_mtd_probe()
Dgpio-addr-flash.c238 state->map.copy_to = gf_copy_to; in gpio_flash_probe()
Dpci.c83 .copy_to = mtd_pci_copyto,
Dpcmciamtd.c478 dev->pcmcia_map.copy_to = pcmcia_copy_to_remap; in pcmciamtd_config()
620 dev->pcmcia_map.copy_to = pcmcia_copy_to; in pcmciamtd_config()
/Linux-v4.19/arch/mips/cavium-octeon/
Dflash_setup.c108 flash_map.copy_to = octeon_flash_map_copy_to; in octeon_flash_probe()
/Linux-v4.19/drivers/media/pci/cobalt/
Dcobalt-flash.c95 map->copy_to = flash_copy_to; in cobalt_flash_probe()
/Linux-v4.19/include/linux/mtd/
Dmap.h225 void (*copy_to)(struct map_info *, unsigned long, const void *, ssize_t); member
461 #define map_copy_to(map, to, from, len) (map)->copy_to(map, to, from, len)
/Linux-v4.19/fs/proc/
Dvmcore.c182 static int copy_to(void *target, void *src, size_t size, int userbuf) in copy_to() function
207 if (copy_to(dst, buf, tsz, userbuf)) { in vmcoredd_copy_dumps()
287 if (copy_to(buffer, elfcorebuf + *fpos, tsz, userbuf)) in __read_vmcore()
335 if (copy_to(buffer, kaddr, tsz, userbuf)) in __read_vmcore()
/Linux-v4.19/arch/arm/
DKconfig1748 bool "Use kernel mem{cpy,set}() for {copy_to,clear}_user()"
/Linux-v4.19/lib/
DKconfig.debug1866 on the copy_to/from_user infrastructure, making sure basic