| /u-boot/common/spl/ |
| A D | spl_ext.c | 24 if (part_get_info(block_dev, partition, &part_info)) { in spl_load_image_ext() 78 if (part_get_info(block_dev, partition, &part_info)) { in spl_load_image_ext_os()
|
| A D | spl_mmc.c | 198 err = part_get_info(mmc_get_blk_desc(mmc), type_part, &info); in mmc_load_image_raw_partition() 209 err = part_get_info(mmc_get_blk_desc(mmc), partition, &info); in mmc_load_image_raw_partition() 290 err = part_get_info(mmc_get_blk_desc(mmc), type_part, &info); in spl_mmc_do_fs_boot()
|
| /u-boot/cmd/ |
| A D | part.c | 97 int r = part_get_info(desc, p, &info); in do_part_list() 138 err = part_get_info(desc, part, &info); in do_part_info()
|
| A D | bcb.c | 144 ret = part_get_info(desc, part, &info); in __bcb_load() 307 ret = part_get_info(desc, bcb_part, &info); in __bcb_store()
|
| A D | mbr.c | 247 if (part_get_info(dev, i + 1, &p)) in do_verify_mbr()
|
| A D | gpt.c | 328 ret = part_get_info(dev_desc, p, &info); in get_gpt_info() 912 ret = part_get_info(dev_desc, partnum, new_partitions); in do_rename_gpt_parts()
|
| /u-boot/drivers/fwu-mdata/ |
| A D | gpt_blk.c | 38 if (part_get_info(desc, i, &info)) in gpt_get_mdata_partitions() 68 ret = part_get_info(desc, part_num, info); in gpt_get_mdata_disk_part()
|
| /u-boot/arch/arm/mach-rockchip/ |
| A D | board.c | 122 if (part_get_info(desc, p, &info)) in set_dfu_alt_info() 158 if (part_get_info(desc, p, &info)) in gpt_capsule_update_setup()
|
| /u-boot/lib/fwu_updates/ |
| A D | fwu_gpt.c | 23 if (part_get_info(desc, i, &info)) in get_gpt_dfu_identifier()
|
| /u-boot/disk/ |
| A D | part.c | 309 int part_get_info(struct blk_desc *dev_desc, int part, in part_get_info() function 567 ret = part_get_info(*dev_desc, part, info); in blk_get_device_part_str() 579 ret = part_get_info(*dev_desc, p, info); in blk_get_device_part_str() 783 ret = part_get_info(desc, p, &info); in part_get_bootable()
|
| A D | disk-uclass.c | 38 if (part_get_info(desc, part, &info)) in part_create_block_devices()
|
| /u-boot/include/ |
| A D | part.h | 109 int part_get_info(struct blk_desc *dev_desc, int part, 261 static inline int part_get_info(struct blk_desc *dev_desc, int part, in part_get_info() function
|
| /u-boot/board/st/common/ |
| A D | stm32mp_dfu.c | 61 if (part_get_info(desc, p, &info)) in board_get_alt_info_mmc()
|
| /u-boot/cmd/mvebu/ |
| A D | bubt.c | 368 if (part_get_info(blk_desc, part, &info)) in sata_burn_image() 382 if (part_get_info(blk_desc, part, &info)) in sata_burn_image()
|
| /u-boot/drivers/dfu/ |
| A D | dfu_mmc.c | 408 if (part_get_info(blk_dev, mmcpart, &partinfo) != 0) { in dfu_fill_entity_mmc()
|
| /u-boot/env/ |
| A D | mmc.c | 70 ret = part_get_info(desc, i, &info); in mmc_offset_try_partition()
|
| /u-boot/fs/ |
| A D | fs.c | 470 ret = part_get_info(desc, part, &fs_partition); in fs_set_blk_dev_with_part()
|
| /u-boot/boot/ |
| A D | bootdev-uclass.c | 144 ret = part_get_info(desc, iter->part, &info); in bootdev_find_in_blk()
|
| /u-boot/lib/efi_loader/ |
| A D | efi_file.c | 887 r = part_get_info(fh->fs->desc, fh->fs->part, &part); in efi_file_getinfo()
|
| A D | efi_device_path.c | 854 ret = part_get_info(desc, part, &info); in dp_part_node()
|
| /u-boot/fs/fat/ |
| A D | fat.c | 98 if (part_get_info(dev_desc, part_no, &info)) { in fat_register_device()
|
| /u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/ |
| A D | stm32prog.c | 930 ret = part_get_info(block_dev, part->part_id, in init_device()
|