Searched refs:part_type (Results 1 – 25 of 29) sorted by relevance
12
/u-boot/disk/ |
A D | part.c | 36 if (dev_desc->part_type == PART_TYPE_UNKNOWN) { in part_driver_lookup_type() 42 dev_desc->part_type = entry->part_type; in part_driver_lookup_type() 48 if (dev_desc->part_type == entry->part_type) in part_driver_lookup_type() 244 dev_desc->part_type = PART_TYPE_UNKNOWN; in part_init() 251 dev_desc->part_type = entry->part_type; in part_init() 315 dev_desc->part_type); in part_print() 344 dev_desc->part_type); in part_get_info() 554 if (((*dev_desc)->part_type == PART_TYPE_UNKNOWN) || in blk_get_device_part_str() 662 struct disk_partition *info, int part_type) in part_get_info_by_name_type() argument
|
A D | part_dos.c | 34 static inline int is_extended(int part_type) in is_extended() argument 36 return (part_type == DOS_PART_TYPE_EXTENDED || in is_extended() 37 part_type == DOS_PART_TYPE_EXTENDED_LBA || in is_extended() 38 part_type == DOS_PART_TYPE_EXTENDED_LINUX); in is_extended() 513 .part_type = PART_TYPE_DOS,
|
A D | part_mac.c | 244 .part_type = PART_TYPE_MAC,
|
A D | part_iso.c | 238 .part_type = PART_TYPE_ISO,
|
A D | part_amiga.c | 384 .part_type = PART_TYPE_AMIGA,
|
/u-boot/drivers/mmc/ |
A D | mmc_legacy.c | 141 .part_type = 0, 205 bdesc->part_type = mmc->cfg->part_type; in mmc_create()
|
A D | mmc-uclass.c | 415 bdesc->part_type = cfg->part_type; in mmc_bind()
|
A D | mvebu_mmc.c | 427 .part_type = PART_TYPE_DOS,
|
A D | sh_sdhi.c | 742 .part_type = PART_TYPE_DOS, 753 .part_type = PART_TYPE_DOS,
|
A D | mmc_spi.c | 472 plat->cfg.part_type = PART_TYPE_DOS; in mmc_spi_probe()
|
A D | ftsdc010_mci.c | 389 cfg->part_type = PART_TYPE_DOS; in ftsdc_setup_cfg()
|
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/ |
A D | stm32prog.c | 225 part->part_type = PART_BINARY; in parse_type() 240 part->part_type = PART_SYSTEM; in parse_type() 242 part->part_type = PART_FILESYSTEM; in parse_type() 244 part->part_type = RAW_IMAGE; in parse_type() 647 if (part->part_type == RAW_IMAGE) { in init_device() 910 if (part->part_type == RAW_IMAGE) in create_gpt_partitions() 929 if (part->part_type == PART_BINARY) in create_gpt_partitions() 939 if (part->part_type == PART_SYSTEM) in create_gpt_partitions() 1054 if (part->part_type == PART_SYSTEM && in stm32prog_alt_add() 1641 if (part->part_type != RAW_IMAGE) in stm32prog_devices_init() [all …]
|
A D | stm32prog.h | 91 enum stm32prog_part_type part_type; member
|
/u-boot/include/ |
A D | part.h | 200 struct disk_partition *info, int part_type); 300 int part_type; member
|
A D | blk.h | 68 unsigned char part_type; /* partition type */ member
|
A D | mmc.h | 594 unsigned char part_type; member
|
/u-boot/drivers/ata/ |
A D | sata.c | 98 sata_dev_desc[i].part_type = PART_TYPE_UNKNOWN; in __sata_initialize()
|
/u-boot/drivers/virtio/ |
A D | virtio_blk.c | 89 desc->part_type = PART_TYPE_UNKNOWN; in virtio_blk_bind()
|
/u-boot/lib/efi_loader/ |
A D | efi_device_path.c | 732 if (desc->part_type == PART_TYPE_ISO) in dp_part_size() 753 if (desc->part_type == PART_TYPE_ISO) { in dp_part_node() 773 if (desc->part_type == PART_TYPE_EFI) in dp_part_node() 879 if (desc->part_type == PART_TYPE_ISO) in efi_dp_part_node()
|
A D | efi_disk.c | 433 if ((part || desc->part_type == PART_TYPE_UNKNOWN) && in efi_disk_add_dev()
|
/u-boot/drivers/block/ |
A D | sandbox.c | 197 blk_dev->part_type = PART_TYPE_UNKNOWN;
|
A D | blk_legacy.c | 87 if (desc->part_type != PART_TYPE_UNKNOWN) { in blk_list_part()
|
A D | blk-uclass.c | 232 if (desc->part_type != PART_TYPE_UNKNOWN) { in blk_list_part() 591 desc->part_type = PART_TYPE_UNKNOWN; in blk_create_device()
|
/u-boot/common/ |
A D | usb_storage.c | 269 blkdev->part_type = PART_TYPE_UNKNOWN; in usb_stor_probe_device() 279 debug("partype: %d\n", blkdev->part_type); in usb_stor_probe_device() 281 debug("partype: %d\n", blkdev->part_type); in usb_stor_probe_device()
|
/u-boot/drivers/scsi/ |
A D | scsi.c | 466 dev_desc->part_type = PART_TYPE_UNKNOWN; in scsi_init_dev_desc()
|
Completed in 43 milliseconds
12