Searched refs:fs_set_blk_dev_with_part (Results 1 – 9 of 9) sorted by relevance
| /u-boot/include/ |
| A D | fs.h | 80 int fs_set_blk_dev_with_part(struct blk_desc *desc, int part);
|
| /u-boot/test/dm/ |
| A D | host.c | 62 ut_assertok(fs_set_blk_dev_with_part(desc, 0)); in dm_test_host()
|
| /u-boot/drivers/fastboot/ |
| A D | fb_getvar.c | 216 r = fs_set_blk_dev_with_part(dev_desc, r); in getvar_partition_type()
|
| /u-boot/fs/ |
| A D | fs.c | 464 int fs_set_blk_dev_with_part(struct blk_desc *desc, int part) in fs_set_blk_dev_with_part() function 660 fs_set_blk_dev_with_part(dirs->desc, dirs->part); in fs_readdir() 680 fs_set_blk_dev_with_part(dirs->desc, dirs->part); in fs_closedir()
|
| /u-boot/drivers/misc/ |
| A D | fs_loader.c | 89 ret = fs_set_blk_dev_with_part(desc, in select_fs_dev()
|
| /u-boot/boot/ |
| A D | bootmeth-uclass.c | 259 ret = fs_set_blk_dev_with_part(desc, bflow->part); in setup_fs()
|
| A D | bootdev-uclass.c | 182 ret = fs_set_blk_dev_with_part(desc, bflow->part); in bootdev_find_in_blk()
|
| /u-boot/lib/efi_loader/ |
| A D | efi_disk.c | 369 if (fs_set_blk_dev_with_part(desc, part)) in efi_fs_exists()
|
| A D | efi_file.c | 58 return fs_set_blk_dev_with_part(fh->fs->desc, fh->fs->part); in set_blk_dev()
|
Completed in 18 milliseconds