Searched refs:part_get_info (Results 1 – 18 of 18) sorted by relevance
/u-boot/common/spl/ |
A D | spl_ext.c | 23 if (part_get_info(block_dev, partition, &part_info)) { in spl_load_image_ext() 76 if (part_get_info(block_dev, partition, &part_info)) { in spl_load_image_ext_os()
|
A D | spl_mmc.c | 180 err = part_get_info(mmc_get_blk_desc(mmc), type_part, &info); in mmc_load_image_raw_partition() 191 err = part_get_info(mmc_get_blk_desc(mmc), partition, &info); in mmc_load_image_raw_partition()
|
/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 | read.c | 53 if (part_get_info(dev_desc, part, &part_info)) { in do_read()
|
A D | bcb.c | 131 ret = part_get_info(desc, part, &info); in __bcb_load() 294 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() 874 ret = part_get_info(dev_desc, partnum, new_partitions); in do_rename_gpt_parts()
|
/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/disk/ |
A D | part.c | 327 int part_get_info(struct blk_desc *dev_desc, int part, in part_get_info() function 595 ret = part_get_info(*dev_desc, part, info); in blk_get_device_part_str() 607 ret = part_get_info(*dev_desc, p, info); in blk_get_device_part_str()
|
/u-boot/lib/efi_loader/ |
A D | efi_disk.c | 522 if (part_get_info(desc, part, &info)) in efi_disk_create_partitions() 661 r = part_get_info(diskobj->desc, diskobj->part, &info); in efi_disk_is_system_part()
|
A D | efi_file.c | 818 r = part_get_info(fh->fs->desc, fh->fs->part, &part); in efi_file_getinfo()
|
A D | efi_device_path.c | 751 part_get_info(desc, part, &info); in dp_part_node()
|
/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/env/ |
A D | mmc.c | 42 ret = part_get_info(desc, i, &info); in mmc_offset_try_partition()
|
/u-boot/drivers/dfu/ |
A D | dfu_mmc.c | 404 if (part_get_info(blk_dev, mmcpart, &partinfo) != 0) { in dfu_fill_entity_mmc()
|
/u-boot/fs/ |
A D | fs.c | 418 ret = part_get_info(desc, part, &fs_partition); in fs_set_blk_dev_with_part()
|
/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 | 735 ret = part_get_info(block_dev, part->part_id, in init_device()
|
Completed in 26 milliseconds