/kernel/linux/linux-5.10/drivers/mtd/hyperbus/ |
H A D | hyperbus-core.c | 55 ctlr->ops->copy_to(hbdev, to, from, len); in hyperbus_copy_to() 94 if (ops->copy_to) in hyperbus_register_device() 95 map->copy_to = hyperbus_copy_to; in hyperbus_register_device()
|
/kernel/linux/linux-5.10/drivers/mtd/maps/ |
H A 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()
|
H A D | map_funcs.c | 40 map->copy_to = simple_map_copy_to; in simple_map_init()
|
H A D | tsunami_flash.c | 70 .copy_to = tsunami_flash_copy_to,
|
H A D | physmap-ixp4xx.c | 127 map->copy_to = NULL; in of_flash_probe_ixp4xx()
|
H A D | physmap-gemini.c | 195 map->copy_to = gemini_flash_map_copy_to; in of_flash_probe_gemini()
|
H A D | lantiq-flash.c | 143 ltq_mtd->map->copy_to = ltq_copy_to; in ltq_mtd_probe()
|
H A D | sbc_gxx.c | 164 .copy_to = sbc_gxx_copy_to
|
/kernel/linux/linux-6.6/drivers/mtd/maps/ |
H A 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()
|
H A D | map_funcs.c | 40 map->copy_to = simple_map_copy_to; in simple_map_init()
|
H A D | physmap-ixp4xx.c | 127 map->copy_to = NULL; in of_flash_probe_ixp4xx()
|
H A D | tsunami_flash.c | 70 .copy_to = tsunami_flash_copy_to,
|
H A D | physmap-gemini.c | 195 map->copy_to = gemini_flash_map_copy_to; in of_flash_probe_gemini()
|
H A D | lantiq-flash.c | 138 ltq_mtd->map->copy_to = ltq_copy_to; in ltq_mtd_probe()
|
H A D | sbc_gxx.c | 164 .copy_to = sbc_gxx_copy_to
|
/kernel/linux/linux-6.6/drivers/mtd/hyperbus/ |
H A D | hyperbus-core.c | 55 ctlr->ops->copy_to(hbdev, to, from, len); in hyperbus_copy_to() 94 if (ops->copy_to) in hyperbus_register_device() 95 map->copy_to = hyperbus_copy_to; in hyperbus_register_device()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | logic_iomem.h | 21 * @copy_to: optional, for memcpy_toio() 32 void (*copy_to)(void *priv, unsigned int offset, const void *buffer, member
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | hyperbus.h | 53 * @copy_to: copy data to flash memory 63 void (*copy_to)(struct hyperbus_device *dev, unsigned long to, member
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | hyperbus.h | 53 * @copy_to: copy data to flash memory 63 void (*copy_to)(struct hyperbus_device *dev, unsigned long to, member
|
/kernel/linux/linux-6.6/rust/alloc/vec/ |
H A D | extract_if.rs | 110 src.copy_to(dst, tail_len); in drop()
|
/kernel/linux/linux-6.6/lib/ |
H A D | logic_iomem.c | 313 if (area->ops->copy_to) { in memcpy_toio() 314 area->ops->copy_to(area->priv, start, buffer, size); in memcpy_toio()
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/ |
H A D | flash_setup.c | 108 flash_map.copy_to = octeon_flash_map_copy_to; in octeon_flash_probe()
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/ |
H A D | flash_setup.c | 109 flash_map.copy_to = octeon_flash_map_copy_to; in octeon_flash_probe()
|
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/ |
H A D | cobalt-flash.c | 95 map->copy_to = flash_copy_to; in cobalt_flash_probe()
|
/kernel/linux/linux-6.6/drivers/media/pci/cobalt/ |
H A D | cobalt-flash.c | 95 map->copy_to = flash_copy_to; in cobalt_flash_probe()
|