Searched refs:map_copy_to (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/mtd/chips/ |
H A D | map_ram.c | 119 map_copy_to(map, to, buf, len); in mapram_write()
|
/openbmc/linux/include/linux/mtd/ |
H A 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
|