Home
last modified time | relevance | path

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

/external/u-boot/common/spl/
Dspl_fat.c48 ret = fat_read_file(filename, buf, file_offset, size, &actread); in spl_fit_read()
/external/u-boot/include/
Dfat.h199 int fat_read_file(const char *filename, void *buf, loff_t offset, loff_t len,
/external/u-boot/fs/
Dfs.c158 .read = fat_read_file,
/external/u-boot/fs/fat/
Dfat.c1120 int fat_read_file(const char *filename, void *buf, loff_t offset, loff_t len, in fat_read_file() function