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