Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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,
/rk3399_rockchip-uboot/env/
H A Dfat.c98 err = file_fat_read(CONFIG_ENV_FAT_FILE, buf, CONFIG_ENV_SIZE); in env_fat_load()
/rk3399_rockchip-uboot/include/
H A Dfat.h195 int file_fat_read(const char *filename, void *buffer, int maxsize);
/rk3399_rockchip-uboot/fs/fat/
H A Dfat.c1118 int file_fat_read(const char *filename, void *buffer, int maxsize) in file_fat_read() function