Searched refs:ext_buf (Results 1 – 1 of 1) sorted by relevance
223 static void *get_fl_mem_nand(u32 off, u32 size, void *ext_buf) in get_fl_mem_nand() argument225 u_char *buf = ext_buf ? (u_char*)ext_buf : (u_char*)malloc(size); in get_fl_mem_nand()232 if (!ext_buf) in get_fl_mem_nand()240 static void *get_node_mem_nand(u32 off, void *ext_buf) in get_node_mem_nand() argument250 ext_buf))) { in get_node_mem_nand()322 static void *get_fl_mem_onenand(u32 off, u32 size, void *ext_buf) in get_fl_mem_onenand() argument324 u_char *buf = ext_buf ? (u_char *)ext_buf : (u_char *)malloc(size); in get_fl_mem_onenand()331 if (!ext_buf) in get_fl_mem_onenand()339 static void *get_node_mem_onenand(u32 off, void *ext_buf) in get_node_mem_onenand() argument349 ext_buf); in get_node_mem_onenand()[all …]