Searched refs:file_fat_read (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_fat.c | 70 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 D | fat.c | 98 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 D | fat_write.su | |
| H A D | fat.c | 1118 int file_fat_read(const char *filename, void *buffer, int maxsize) in file_fat_read() function
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fat.h | 195 int file_fat_read(const char *filename, void *buffer, int maxsize);
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | u-boot.map | |