Home
last modified time | relevance | path

Searched refs:part_get_info_whole_disk (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dpart.h104 int part_get_info_whole_disk(struct blk_desc *dev_desc, disk_partition_t *info);
226 static inline int part_get_info_whole_disk(struct blk_desc *dev_desc, in part_get_info_whole_disk() function
/openbmc/u-boot/disk/
H A Dpart.c352 int part_get_info_whole_disk(struct blk_desc *dev_desc, disk_partition_t *info) in part_get_info_whole_disk() function
562 part_get_info_whole_disk(*dev_desc, info); in blk_get_device_part_str()
/openbmc/u-boot/lib/efi_loader/
H A Defi_file.c580 r = part_get_info_whole_disk(fh->fs->desc, &part); in efi_file_getinfo()
/openbmc/u-boot/fs/
H A Dfs.c361 ret = part_get_info_whole_disk(desc, &fs_partition); in fs_set_blk_dev_with_part()