Home
last modified time | relevance | path

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

/external/u-boot/common/spl/
Dspl_fat.c69 err = file_fat_read(filename, header, sizeof(struct image_header)); in spl_load_image_fat()
89 err = file_fat_read(filename, in spl_load_image_fat()
117 err = file_fat_read(file, (void *)CONFIG_SYS_SPL_ARGS_ADDR, 0); in spl_load_image_fat_os()
141 err = file_fat_read(CONFIG_SPL_FS_LOAD_ARGS_NAME, in spl_load_image_fat_os()
/external/u-boot/env/
Dfat.c111 err = file_fat_read(CONFIG_ENV_FAT_FILE, buf, CONFIG_ENV_SIZE); in env_fat_load()
/external/u-boot/include/
Dfat.h193 int file_fat_read(const char *filename, void *buffer, int maxsize);
/external/u-boot/fs/fat/
Dfat.c1108 int file_fat_read(const char *filename, void *buffer, int maxsize) in file_fat_read() function