Searched refs:fs_read (Results 1 – 11 of 11) sorted by relevance
/openbmc/u-boot/drivers/bootcount/ |
H A D | bootcount_ext.c | 47 ret = fs_read(CONFIG_SYS_BOOTCOUNT_EXT_NAME, CONFIG_SYS_BOOTCOUNT_ADDR, in bootcount_load()
|
/openbmc/u-boot/drivers/fpga/ |
H A D | zynqpl.c | 435 if (fs_read(filename, (u32) buf, pos, blocksize, &actread) < 0) in zynq_loadfs() 458 if (fs_read(filename, (u32) buf, pos, blocksize, &actread) < 0) in zynq_loadfs() 461 if (fs_read(filename, (u32) buf, pos, bsize, &actread) < 0) in zynq_loadfs()
|
/openbmc/u-boot/include/ |
H A D | fs.h | 85 int fs_read(const char *filename, ulong addr, loff_t offset, loff_t len,
|
/openbmc/u-boot/drivers/misc/ |
H A D | fs_loader.c | 173 ret = fs_read(firmwarep->name, (ulong)map_to_sysmem(firmwarep->data), in fw_get_filesystem_firmware()
|
/openbmc/u-boot/cmd/mvebu/ |
H A D | bubt.c | 212 rc = fs_read(file_name, get_load_addr(), 0, 0, &act_read); in mmc_read_file() 395 rc = fs_read(file_name, get_load_addr(), 0, 0, &act_read); in usb_read_file()
|
/openbmc/u-boot/board/gdsys/p1022/ |
H A D | controlcenterd-id.c | 898 if (fs_read(path, (ulong)buf, 0, 12, &i) < 0) in load_key_chunk() 914 if (fs_read(path, (ulong)result, 0, in load_key_chunk() 1094 if (fs_read(image_path, image_addr, 0, 0, &image_size) < 0) in second_stage_init()
|
/openbmc/u-boot/common/ |
H A D | splash_source.c | 255 res = fs_read(splash_file, bmp_load_addr, 0, 0, &actread); in splash_load_fs()
|
/openbmc/u-boot/drivers/dfu/ |
H A D | dfu_mmc.c | 140 ret = fs_read(dfu->name, (size_t)buf, 0, 0, &size); in mmc_file_op()
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | aquantia.c | 112 ret = fs_read(CONFIG_PHY_AQUANTIA_FW_NAME, (ulong)addr, 0, length, in aquantia_read_fw()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_file.c | 307 if (fs_read(fh->path, map_to_sysmem(buffer), fh->offset, in file_read()
|
/openbmc/u-boot/fs/ |
H A D | fs.c | 499 int fs_read(const char *filename, ulong addr, loff_t offset, loff_t len, in fs_read() function
|