Searched refs:ext_buf (Results 1 – 1 of 1) sorted by relevance
222 static void *get_fl_mem_nand(u32 off, u32 size, void *ext_buf) in get_fl_mem_nand() argument224 u_char *buf = ext_buf ? (u_char*)ext_buf : (u_char*)malloc(size); in get_fl_mem_nand()231 if (!ext_buf) in get_fl_mem_nand()239 static void *get_node_mem_nand(u32 off, void *ext_buf) in get_node_mem_nand() argument249 ext_buf))) { in get_node_mem_nand()321 static void *get_fl_mem_onenand(u32 off, u32 size, void *ext_buf) in get_fl_mem_onenand() argument323 u_char *buf = ext_buf ? (u_char *)ext_buf : (u_char *)malloc(size); in get_fl_mem_onenand()330 if (!ext_buf) in get_fl_mem_onenand()338 static void *get_node_mem_onenand(u32 off, void *ext_buf) in get_node_mem_onenand() argument348 ext_buf); in get_node_mem_onenand()[all …]