Home
last modified time | relevance | path

Searched refs:inline_map_copy_to (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/mtd/maps/
Dmap_funcs.c29 inline_map_copy_to(map, to, from, len); in simple_map_copy_to()
/Linux-v4.19/arch/mips/cavium-octeon/
Dflash_setup.c61 inline_map_copy_to(map, to, from, len); in octeon_flash_map_copy_to()
/Linux-v4.19/include/linux/mtd/
Dmap.h452 static inline void inline_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssi… in inline_map_copy_to() function
470 #define map_copy_to(map, to, from, len) inline_map_copy_to(map, to, from, len)