Searched refs:copy_to (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/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 | 39 map->copy_to = simple_map_copy_to; in simple_map_init()
|
D | tsunami_flash.c | 69 .copy_to = tsunami_flash_copy_to,
|
D | sbc_gxx.c | 176 .copy_to = sbc_gxx_copy_to
|
D | lantiq-flash.c | 152 ltq_mtd->map->copy_to = ltq_copy_to; in ltq_mtd_probe()
|
D | bfin-async-flash.c | 142 state->map.copy_to = bfin_flash_copy_to; in bfin_flash_probe()
|
D | gpio-addr-flash.c | 238 state->map.copy_to = gf_copy_to; in gpio_flash_probe()
|
D | pci.c | 83 .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()
|
/linux-4.4.14/drivers/media/pci/cobalt/ |
D | cobalt-flash.c | 107 map->copy_to = flash_copy_to; in cobalt_flash_probe()
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | flash_setup.c | 108 flash_map.copy_to = octeon_flash_map_copy_to; in octeon_flash_probe()
|
/linux-4.4.14/include/linux/mtd/ |
D | map.h | 228 void (*copy_to)(struct map_info *, unsigned long, const void *, ssize_t); member 469 #define map_copy_to(map, to, from, len) (map)->copy_to(map, to, from, len)
|
/linux-4.4.14/fs/proc/ |
D | vmcore.c | 170 static int copy_to(void *target, void *src, size_t size, int userbuf) in copy_to() function 202 if (copy_to(buffer, elfcorebuf + *fpos, tsz, userbuf)) in __read_vmcore() 220 if (copy_to(buffer, kaddr, tsz, userbuf)) in __read_vmcore()
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 1768 bool "Use kernel mem{cpy,set}() for {copy_to,clear}_user()"
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 1788 on the copy_to/from_user infrastructure, making sure basic
|