Home
last modified time | relevance | path

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

/u-boot/common/spl/
A Dspl_fat.c50 ret = fat_read_file(filename, buf, file_offset, size, &actread); in spl_fit_read()
/u-boot/include/
A Dfat.h211 int fat_read_file(const char *filename, void *buf, loff_t offset, loff_t len,
/u-boot/fs/
A Dfs.c188 .read = fat_read_file,
/u-boot/fs/fat/
A Dfat.c1301 int fat_read_file(const char *filename, void *buf, loff_t offset, loff_t len, in fat_read_file() function

Completed in 13 milliseconds