Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/mtd/maps/
Dmap_funcs.c29 inline_map_copy_to(map, to, from, len); in simple_map_copy_to()
/linux-2.6.39/include/linux/mtd/
Dmap.h438 static inline void inline_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssi… in inline_map_copy_to() function
456 #define map_copy_to(map, to, from, len) inline_map_copy_to(map, to, from, len)