Searched refs:part_get_info_by_type (Results 1 - 4 of 4) sorted by relevance

/u-boot/test/dm/
H A Dpart.c121 ret = part_get_info_by_type(dev_desc, part, part_type, &p);
122 printf("part_get_info_by_type(%d, 0x%x) = %d\n", part, part_type, ret);
/u-boot/include/
H A Dpart.h196 * part_get_info_by_type() - Get partitions from a block device using a specific
211 int part_get_info_by_type(struct blk_desc *desc, int part, int part_type,
/u-boot/cmd/
H A Dmbr.c247 if (part_get_info_by_type(dev, i + 1, PART_TYPE_DOS, &p))
/u-boot/disk/
H A Dpart.c331 int part_get_info_by_type(struct blk_desc *desc, int part, int part_type, function
369 return part_get_info_by_type(desc, part, PART_TYPE_UNKNOWN, info);

Completed in 49 milliseconds