Home
last modified time | relevance | path

Searched refs:fs_set_blk_dev_with_part (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/
H A Dfs.h38 int fs_set_blk_dev_with_part(struct blk_desc *desc, int part);
/openbmc/u-boot/fs/
H A Dfs.c353 int fs_set_blk_dev_with_part(struct blk_desc *desc, int part) in fs_set_blk_dev_with_part() function
550 fs_set_blk_dev_with_part(dirs->desc, dirs->part); in fs_readdir()
570 fs_set_blk_dev_with_part(dirs->desc, dirs->part); in fs_closedir()
/openbmc/u-boot/drivers/fastboot/
H A Dfb_getvar.c150 r = fs_set_blk_dev_with_part(dev_desc, r); in getvar_partition_type()
/openbmc/u-boot/drivers/misc/
H A Dfs_loader.c77 ret = fs_set_blk_dev_with_part(desc, in select_fs_dev()
/openbmc/u-boot/lib/efi_loader/
H A Defi_file.c52 return fs_set_blk_dev_with_part(fh->fs->desc, fh->fs->part); in set_blk_dev()