Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/mtd/maps/
Dmap_funcs.c30 inline_map_copy_to(map, to, from, len); in simple_map_copy_to()
Dphysmap-gemini.c116 inline_map_copy_to(map, to, from, len); in gemini_flash_map_copy_to()
/linux-6.6.21/arch/mips/cavium-octeon/
Dflash_setup.c62 inline_map_copy_to(map, to, from, len); in octeon_flash_map_copy_to()
/linux-6.6.21/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)