Home
last modified time | relevance | path

Searched refs:rom_api_download_image (Results 1 – 3 of 3) sorted by relevance

/arch/arm/mach-imx/
A Dspl_imx_romapi.c24 ret = rom_api_download_image(buf, offset, size); in spl_romapi_raw_seekable_read()
98 ret = rom_api_download_image((u8 *)header, offset, size); in spl_romapi_load_image_seekable()
151 ret = rom_api_download_image(ss->end, 0, bytes); in spl_romapi_read_stream()
278 ret = rom_api_download_image(p, 0, pg); in spl_romapi_load_image_stream()
298 ret = rom_api_download_image(p, 0, pg); in spl_romapi_load_image_stream()
320 ret = rom_api_download_image(p, 0, imagesize); in spl_romapi_load_image_stream()
354 ret = rom_api_download_image(p, 0, imagesize); in spl_romapi_load_image_stream()
A Dromapi.c9 u32 rom_api_download_image(u8 *dest, u32 offset, u32 size) in rom_api_download_image() function
/arch/arm/include/asm/mach-imx/
A Dsys_proto.h218 u32 rom_api_download_image(u8 *dest, u32 offset, u32 size);

Completed in 10 milliseconds