Searched refs:fat_read_file (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_fat.c | 49 ret = fat_read_file(filename, buf, file_offset, size, &actread); in spl_fit_read()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | fat.h | 201 int fat_read_file(const char *filename, void *buf, loff_t offset, loff_t len,
|
| /rk3399_rockchip-uboot/fs/ |
| H A D | fs.c | 158 .read = fat_read_file,
|
| /rk3399_rockchip-uboot/fs/fat/ |
| H A D | fat.c | 1130 int fat_read_file(const char *filename, void *buf, loff_t offset, loff_t len, in fat_read_file() function
|