Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_fat.c70 err = file_fat_read(filename, header, sizeof(struct image_header));
96 err = file_fat_read(filename,
124 err = file_fat_read(file, (void *)CONFIG_SYS_SPL_ARGS_ADDR, 0);
148 err = file_fat_read(CONFIG_SPL_FS_LOAD_ARGS_NAME,
/OK3568_Linux_fs/u-boot/env/
H A Dfat.c98 err = file_fat_read(CONFIG_ENV_FAT_FILE, buf, CONFIG_ENV_SIZE); in env_fat_load()
/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat_write.su
H A Dfat.c1118 int file_fat_read(const char *filename, void *buffer, int maxsize) in file_fat_read() function
/OK3568_Linux_fs/u-boot/include/
H A Dfat.h195 int file_fat_read(const char *filename, void *buffer, int maxsize);
/OK3568_Linux_fs/u-boot/
H A Du-boot.map