Searched refs:inline_map_copy_to (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/mtd/maps/ |
H A D | map_funcs.c | 30 inline_map_copy_to(map, to, from, len); in simple_map_copy_to()
|
H A D | physmap-gemini.c | 116 inline_map_copy_to(map, to, from, len); in gemini_flash_map_copy_to()
|
/openbmc/linux/arch/mips/cavium-octeon/ |
H A D | flash_setup.c | 62 inline_map_copy_to(map, to, from, len); in octeon_flash_map_copy_to()
|
/openbmc/linux/include/linux/mtd/ |
H A D | map.h | 438 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)
|