Home
last modified time | relevance | path

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

/openbmc/u-boot/common/spl/
H A Dspl_fat.c48 ret = fat_read_file(filename, buf, file_offset, size, &actread); in spl_fit_read()
/openbmc/u-boot/include/
H A Dfat.h201 int fat_read_file(const char *filename, void *buf, loff_t offset, loff_t len,
/openbmc/u-boot/fs/
H A Dfs.c170 .read = fat_read_file,
/openbmc/u-boot/fs/fat/
H A Dfat.c1180 int fat_read_file(const char *filename, void *buf, loff_t offset, loff_t len, in fat_read_file() function