Searched refs:part_get_info (Results 1 - 22 of 22) sorted by relevance

/u-boot/common/spl/
H A Dspl_ext.c35 if (part_get_info(block_dev, partition, &part_info)) {
80 if (part_get_info(block_dev, partition, &part_info)) {
H A Dspl_mmc.c127 err = part_get_info(mmc_get_blk_desc(mmc), type_part, &info);
138 err = part_get_info(mmc_get_blk_desc(mmc), partition, &info);
219 err = part_get_info(mmc_get_blk_desc(mmc), type_part, &info);
/u-boot/drivers/fwu-mdata/
H A Dgpt_blk.c43 if (part_get_info(desc, i, &info))
70 ret = part_get_info(desc, part_num, info);
/u-boot/lib/fwu_updates/
H A Dfwu_gpt.c23 if (part_get_info(desc, i, &info))
/u-boot/include/
H A Dpart.h213 int part_get_info(struct blk_desc *desc, int part,
359 static inline int part_get_info(struct blk_desc *desc, int part, function
/u-boot/cmd/
H A Dpart.c97 int r = part_get_info(desc, p, &info);
138 err = part_get_info(desc, part, &info);
H A Dbcb.c161 ret = part_get_info(block, part, partition);
H A Dgpt.c351 ret = part_get_info(dev_desc, p, &info);
979 ret = part_get_info(dev_desc, partnum, new_partitions);
/u-boot/disk/
H A Dpart.c366 int part_get_info(struct blk_desc *desc, int part, function
593 ret = part_get_info(*desc, part, info);
605 ret = part_get_info(*desc, p, info);
806 ret = part_get_info(desc, p, &info);
/u-boot/board/st/common/
H A Dstm32mp_dfu.c62 if (part_get_info(desc, p, &info))
/u-boot/arch/arm/mach-rockchip/
H A Dboard.c131 if (part_get_info(desc, p, &info))
171 if (part_get_info(desc, p, &info))
/u-boot/drivers/dfu/
H A Ddfu_mmc.c419 if (part_get_info(blk_dev, mmcpart, &partinfo) != 0) {
/u-boot/boot/
H A Dbootmeth_cros.c158 ret = part_get_info(desc, partnum, info);
H A Dbootdev-uclass.c145 ret = part_get_info(desc, iter->part, &info);
146 log_debug("part_get_info() returned %d\n", ret);
/u-boot/env/
H A Dmmc.c70 ret = part_get_info(desc, i, &info);
/u-boot/cmd/mvebu/
H A Dbubt.c375 if (part_get_info(blk_desc, part, &info))
389 if (part_get_info(blk_desc, part, &info))
/u-boot/drivers/block/
H A Dblk-uclass.c809 if (part_get_info(desc, part, &info))
/u-boot/lib/efi_loader/
H A Defi_file.c888 r = part_get_info(fh->fs->desc, fh->fs->part, &part);
H A Defi_device_path.c734 ret = part_get_info(desc, part, &info);
/u-boot/fs/fat/
H A Dfat.c105 if (part_get_info(dev_desc, part_no, &info)) {
/u-boot/fs/
H A Dfs.c456 ret = part_get_info(desc, part, &fs_partition);
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
H A Dstm32prog.c941 ret = part_get_info(block_dev, part->part_id,

Completed in 362 milliseconds