Home
last modified time | relevance | path

Searched refs:fs_read (Results 1 – 16 of 16) sorted by relevance

/u-boot/cmd/
A Dcat.c62 if (fs_read(file, addr, 0, 0, &file_size)) { in do_cat()
A Dxxd.c63 if (fs_read(file, addr, 0, 0, &file_size)) { in do_xxd()
A Dsysboot.c37 ret = fs_read(file_path, addr, 0, 0, &len_read); in sysboot_read_file()
/u-boot/drivers/bootcount/
A Dbootcount_ext.c64 ret = fs_read(CONFIG_SYS_BOOTCOUNT_EXT_NAME, CONFIG_SYS_BOOTCOUNT_ADDR, in bootcount_load()
/u-boot/include/
A Dfs.h151 int fs_read(const char *filename, ulong addr, loff_t offset, loff_t len,
/u-boot/drivers/fpga/
A Dzynqpl.c444 if (fs_read(filename, (u32) buf, pos, blocksize, &actread) < 0) in zynq_loadfs()
467 if (fs_read(filename, (u32) buf, pos, blocksize, &actread) < 0) in zynq_loadfs()
470 if (fs_read(filename, (u32) buf, pos, bsize, &actread) < 0) in zynq_loadfs()
/u-boot/boot/
A Dbootmeth-uclass.c316 ret = fs_read(fname, addr, 0, size, &bytes_read); in alloc_file()
412 ret = fs_read(file_path, addr, 0, 0, &len_read); in bootmeth_common_read_file()
/u-boot/lib/efi_loader/
A Defi_var_file.c229 r = fs_read(EFI_VAR_FILE_NAME, map_to_sysmem(buf), 0, EFI_VAR_BUF_SIZE, in efi_var_from_file()
A Defi_file.c479 if (fs_read(fh->path, map_to_sysmem(buffer), fh->offset, in file_read()
/u-boot/drivers/misc/
A Dfs_loader.c185 ret = fs_read(firmwarep->name, (ulong)map_to_sysmem(firmwarep->data), in fw_get_filesystem_firmware()
/u-boot/cmd/mvebu/
A Dbubt.c308 rc = fs_read(file_name, get_load_addr(), 0, 0, &act_read); in mmc_read_file()
445 rc = fs_read(file_name, get_load_addr(), 0, 0, &act_read); in sata_read_file()
621 rc = fs_read(file_name, get_load_addr(), 0, 0, &act_read); in usb_read_file()
/u-boot/common/
A Dsplash_source.c299 res = fs_read(splash_file, bmp_load_addr, 0, 0, &actread); in splash_load_fs()
/u-boot/drivers/dfu/
A Ddfu_mmc.c131 ret = fs_read(dfu->name, (size_t)buf, offset, *len, &size); in mmc_file_op()
/u-boot/drivers/net/phy/
A Daquantia.c159 ret = fs_read(CONFIG_PHY_AQUANTIA_FW_NAME, (ulong)addr, 0, length, in aquantia_read_fw()
/u-boot/fs/
A Dfs.c609 int fs_read(const char *filename, ulong addr, loff_t offset, loff_t len, in fs_read() function
/u-boot/doc/develop/
A Dbootstd.rst712 for PXE boot (over a network) uses `tftp` to read files rather than `fs_read()`.

Completed in 35 milliseconds