Home
last modified time | relevance | path

Searched refs:copy_from (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/drivers/mtd/maps/
Dmap_funcs.c38 map->copy_from = simple_map_copy_from; in simple_map_init()
Dtsunami_flash.c68 .copy_from = tsunami_flash_copy_from,
Dsbc_gxx.c174 .copy_from = sbc_gxx_copy_from,
Dixp4xx.c215 info->map.copy_from = ixp4xx_copy_from; in ixp4xx_flash_probe()
Ddc21285.c143 .copy_from = dc21285_copy_from,
Dlantiq-flash.c144 ltq_mtd->map->copy_from = ltq_copy_from; in ltq_mtd_probe()
Dlatch-addr-flash.c181 info->map.copy_from = lf_copy_from; in latch_addr_flash_probe()
Dgpio-addr-flash.c236 state->map.copy_from = gf_copy_from; in gpio_flash_probe()
Dpci.c82 .copy_from = mtd_pci_copyfrom,
Dpcmciamtd.c477 dev->pcmcia_map.copy_from = pcmcia_copy_from_remap; in pcmciamtd_config()
619 dev->pcmcia_map.copy_from = pcmcia_copy_from; in pcmciamtd_config()
/Linux-v4.19/arch/mips/cavium-octeon/
Dflash_setup.c107 flash_map.copy_from = octeon_flash_map_copy_from; in octeon_flash_probe()
/Linux-v4.19/drivers/media/pci/cobalt/
Dcobalt-flash.c94 map->copy_from = flash_copy_from; in cobalt_flash_probe()
/Linux-v4.19/include/linux/mtd/
Dmap.h222 void (*copy_from)(struct map_info *, void *, unsigned long, ssize_t); member
459 #define map_copy_from(map, to, from, len) (map)->copy_from(map, to, from, len)
/Linux-v4.19/arch/mips/txx9/rbtx4939/
Dsetup.c371 map->copy_from = rbtx4939_flash_copy_from; in rbtx4939_flash_map_init()
/Linux-v4.19/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst3825 :c:func:`copy_from/to_user()` to transfer the data.