Searched refs:map_copy_to (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/include/linux/mtd/ |
D | map.h | 447 #define map_copy_to(map, to, from, len) (map)->copy_to(map, to, from, len) macro 456 #define map_copy_to(map, to, from, len) inline_map_copy_to(map, to, from, len) macro
|
/linux-5.19.10/drivers/mtd/chips/ |
D | map_ram.c | 118 map_copy_to(map, to, buf, len); in mapram_write()
|