Searched refs:part_type (Results 1 – 25 of 28) 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() 231 dev_desc->part_type = PART_TYPE_UNKNOWN; in part_init() 238 dev_desc->part_type = entry->part_type; in part_init() 299 dev_desc->part_type); in part_print() 326 dev_desc->part_type); in part_get_info() 526 if (((*dev_desc)->part_type == PART_TYPE_UNKNOWN) || in blk_get_device_part_str() 634 struct disk_partition *info, int part_type) in part_get_info_by_name_type() argument
|
| A D | part_dos.c | 32 static inline int is_extended(int part_type) in is_extended() argument 34 return (part_type == DOS_PART_TYPE_EXTENDED || in is_extended() 35 part_type == DOS_PART_TYPE_EXTENDED_LBA || in is_extended() 36 part_type == DOS_PART_TYPE_EXTENDED_LINUX); in is_extended() 513 .part_type = PART_TYPE_DOS,
|
| A D | part_mac.c | 242 .part_type = PART_TYPE_MAC,
|
| A D | part_iso.c | 236 .part_type = PART_TYPE_ISO,
|
| A D | part_amiga.c | 382 .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 | 437 bdesc->part_type = cfg->part_type; in mmc_bind()
|
| 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 | mvebu_mmc.c | 457 cfg->part_type = PART_TYPE_DOS; in mvebu_mmc_probe()
|
| A D | ftsdc010_mci.c | 387 cfg->part_type = PART_TYPE_DOS; in ftsdc_setup_cfg()
|
| /u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/ |
| A D | stm32prog.c | 417 part->part_type = PART_BINARY; in parse_type() 432 part->part_type = PART_FIP; in parse_type() 434 part->part_type = PART_SYSTEM; in parse_type() 436 part->part_type = PART_FILESYSTEM; in parse_type() 438 part->part_type = RAW_IMAGE; in parse_type() 842 if (part->part_type == RAW_IMAGE) { in init_device() 1110 if (part->part_type == RAW_IMAGE) in create_gpt_partitions() 1129 switch (part->part_type) { in create_gpt_partitions() 1157 if (part->part_type == PART_FIP) { in create_gpt_partitions() 1911 if (part->part_type != RAW_IMAGE) in stm32prog_devices_init() [all …]
|
| A D | stm32prog.h | 125 enum stm32prog_part_type part_type; member
|
| /u-boot/include/ |
| A D | part.h | 200 struct disk_partition *info, int part_type); 282 int part_type) in part_get_info_by_name_type() argument 381 int part_type; member
|
| A D | blk.h | 59 unsigned char part_type; /* partition type */ member
|
| A D | mmc.h | 590 unsigned char part_type; member
|
| /u-boot/drivers/ata/ |
| A D | sata.c | 84 sata_dev_desc[i].part_type = PART_TYPE_UNKNOWN; in __sata_initialize()
|
| /u-boot/drivers/virtio/ |
| A D | virtio_blk.c | 96 desc->part_type = PART_TYPE_UNKNOWN; in virtio_blk_bind()
|
| /u-boot/drivers/block/ |
| A D | blk-uclass.c | 246 if (desc->part_type != PART_TYPE_UNKNOWN) { in blk_list_part() 700 desc->part_type = PART_TYPE_UNKNOWN; in blk_create_device() 776 if (desc->part_type != PART_TYPE_UNKNOWN && in blk_post_probe()
|
| A D | blk_legacy.c | 86 if (desc->part_type != PART_TYPE_UNKNOWN) { in blk_list_part()
|
| /u-boot/lib/efi_loader/ |
| A D | efi_device_path.c | 832 if (desc->part_type == PART_TYPE_ISO) in dp_part_size() 858 if (desc->part_type == PART_TYPE_ISO) { in dp_part_node() 878 if (desc->part_type == PART_TYPE_EFI) in dp_part_node() 965 if (desc->part_type == PART_TYPE_ISO) in efi_dp_part_node()
|
| A D | efi_disk.c | 488 if ((part || desc->part_type == PART_TYPE_UNKNOWN) && in efi_disk_add_dev()
|
| /u-boot/test/py/tests/ |
| A D | test_ut.py | 22 def setup_image(cons, mmc_dev, part_type, second_part=False): argument
|
| /u-boot/common/ |
| A D | usb_storage.c | 285 blkdev->part_type = PART_TYPE_UNKNOWN; in usb_stor_probe_device() 295 debug("partype: %d\n", blkdev->part_type); in usb_stor_probe_device() 297 debug("partype: %d\n", blkdev->part_type); in usb_stor_probe_device()
|
| /u-boot/drivers/scsi/ |
| A D | scsi.c | 464 dev_desc->part_type = PART_TYPE_UNKNOWN; in scsi_init_dev_desc()
|
Completed in 54 milliseconds
12