/kernel/linux/linux-5.10/drivers/mtd/hyperbus/ |
H A D | hyperbus-core.c | 46 ctlr->ops->copy_from(hbdev, to, from, len); in hyperbus_copy_from() 96 if (ops->copy_from) in hyperbus_register_device() 97 map->copy_from = hyperbus_copy_from; in hyperbus_register_device()
|
H A D | rpc-if.c | 114 .copy_from = rpcif_hb_copy_from,
|
/kernel/linux/linux-6.6/drivers/mtd/hyperbus/ |
H A D | hyperbus-core.c | 46 ctlr->ops->copy_from(hbdev, to, from, len); in hyperbus_copy_from() 96 if (ops->copy_from) in hyperbus_register_device() 97 map->copy_from = hyperbus_copy_from; in hyperbus_register_device()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | logic_iomem.h | 20 * @copy_from: optional, for memcpy_fromio() 30 void (*copy_from)(void *priv, void *buffer, unsigned int offset, member
|
/kernel/linux/linux-5.10/drivers/mtd/maps/ |
H A D | map_funcs.c | 39 map->copy_from = simple_map_copy_from; in simple_map_init()
|
H A D | tsunami_flash.c | 68 .copy_from = tsunami_flash_copy_from,
|
H A D | physmap-ixp4xx.c | 126 map->copy_from = ixp4xx_copy_from; in of_flash_probe_ixp4xx()
|
H A D | physmap-bt1-rom.c | 123 map->copy_from = bt1_rom_map_copy_from; in of_flash_probe_bt1_rom()
|
H A D | physmap-gemini.c | 194 map->copy_from = gemini_flash_map_copy_from; in of_flash_probe_gemini()
|
H A D | lantiq-flash.c | 142 ltq_mtd->map->copy_from = ltq_copy_from; in ltq_mtd_probe()
|
H A D | dc21285.c | 143 .copy_from = dc21285_copy_from,
|
H A D | sbc_gxx.c | 162 .copy_from = sbc_gxx_copy_from,
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | hyperbus.h | 52 * @copy_from: copy data from flash memory 61 void (*copy_from)(struct hyperbus_device *hbdev, void *to, member
|
/kernel/linux/linux-6.6/drivers/mtd/maps/ |
H A D | map_funcs.c | 39 map->copy_from = simple_map_copy_from; in simple_map_init()
|
H A D | physmap-ixp4xx.c | 126 map->copy_from = ixp4xx_copy_from; in of_flash_probe_ixp4xx()
|
H A D | tsunami_flash.c | 68 .copy_from = tsunami_flash_copy_from,
|
H A D | physmap-bt1-rom.c | 122 map->copy_from = bt1_rom_map_copy_from; in of_flash_probe_bt1_rom()
|
H A D | physmap-gemini.c | 194 map->copy_from = gemini_flash_map_copy_from; in of_flash_probe_gemini()
|
H A D | lantiq-flash.c | 137 ltq_mtd->map->copy_from = ltq_copy_from; in ltq_mtd_probe()
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | hyperbus.h | 52 * @copy_from: copy data from flash memory 61 void (*copy_from)(struct hyperbus_device *hbdev, void *to, member
|
/kernel/linux/linux-6.6/lib/ |
H A D | logic_iomem.c | 290 if (area->ops->copy_from) { in memcpy_fromio() 291 area->ops->copy_from(area->priv, buffer, start, size); in memcpy_fromio()
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/ |
H A D | flash_setup.c | 107 flash_map.copy_from = octeon_flash_map_copy_from; in octeon_flash_probe()
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/ |
H A D | flash_setup.c | 108 flash_map.copy_from = octeon_flash_map_copy_from; in octeon_flash_probe()
|
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/ |
H A D | cobalt-flash.c | 94 map->copy_from = flash_copy_from; in cobalt_flash_probe()
|
/kernel/linux/linux-6.6/drivers/media/pci/cobalt/ |
H A D | cobalt-flash.c | 94 map->copy_from = flash_copy_from; in cobalt_flash_probe()
|