Searched refs:part_get_info (Results 1 – 14 of 14) sorted by relevance
/openbmc/u-boot/common/spl/ |
H A D | spl_ext.c | 21 if (part_get_info(block_dev, partition, &part_info)) { in spl_load_image_ext() 74 if (part_get_info(block_dev, partition, &part_info)) { in spl_load_image_ext_os()
|
H A D | spl_mmc.c | 164 err = part_get_info(mmc_get_blk_desc(mmc), type_part, &info); in mmc_load_image_raw_partition() 175 err = part_get_info(mmc_get_blk_desc(mmc), partition, &info); in mmc_load_image_raw_partition()
|
/openbmc/u-boot/cmd/ |
H A D | part.c | 95 int r = part_get_info(desc, p, &info); in do_part_list() 136 err = part_get_info(desc, part, &info); in do_part_info()
|
H A D | read.c | 53 if (part_get_info(dev_desc, part, &part_info)) { in do_read()
|
H A D | gpt.c | 320 ret = part_get_info(dev_desc, p, &info); in get_gpt_info() 741 ret = part_get_info(dev_desc, partnum, new_partitions); in do_rename_gpt_parts()
|
/openbmc/u-boot/include/ |
H A D | part.h | 99 int part_get_info(struct blk_desc *dev_desc, int part, disk_partition_t *info); 224 static inline int part_get_info(struct blk_desc *dev_desc, int part, in part_get_info() function
|
/openbmc/u-boot/disk/ |
H A D | part.c | 318 int part_get_info(struct blk_desc *dev_desc, int part, in part_get_info() function 580 ret = part_get_info(*dev_desc, part, info); in blk_get_device_part_str() 592 ret = part_get_info(*dev_desc, p, info); in blk_get_device_part_str()
|
/openbmc/u-boot/env/ |
H A D | mmc.c | 47 ret = part_get_info(desc, i, &info); in mmc_offset_try_partition()
|
/openbmc/u-boot/drivers/dfu/ |
H A D | dfu_mmc.c | 356 if (part_get_info(blk_dev, mmcpart, &partinfo) != 0) { in dfu_fill_entity_mmc()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_disk.c | 331 if (part_get_info(desc, part, &info)) in efi_disk_create_partitions()
|
H A D | efi_file.c | 578 r = part_get_info(fh->fs->desc, fh->fs->part, &part); in efi_file_getinfo()
|
H A D | efi_device_path.c | 656 part_get_info(desc, part, &info); in dp_part_node()
|
/openbmc/u-boot/fs/ |
H A D | fs.c | 359 ret = part_get_info(desc, part, &fs_partition); in fs_set_blk_dev_with_part()
|
/openbmc/u-boot/fs/fat/ |
H A D | fat.c | 96 if (part_get_info(dev_desc, part_no, &info)) { in fat_register_device()
|