Searched refs:part_get_info_whole_disk (Results 1 - 5 of 5) sorted by relevance

/u-boot/include/
H A Dpart.h216 * part_get_info_whole_disk() - get partition info for the special case of
223 int part_get_info_whole_disk(struct blk_desc *desc,
361 static inline int part_get_info_whole_disk(struct blk_desc *desc, function
/u-boot/disk/
H A Dpart.c372 int part_get_info_whole_disk(struct blk_desc *desc, function
575 part_get_info_whole_disk(*desc, info);
H A Dpart_dos.c237 ret = part_get_info_whole_disk(desc, &wdinfo);
/u-boot/lib/efi_loader/
H A Defi_file.c890 r = part_get_info_whole_disk(fh->fs->desc, &part);
/u-boot/fs/
H A Dfs.c458 ret = part_get_info_whole_disk(desc, &fs_partition);

Completed in 163 milliseconds