/external/u-boot/disk/ |
D | part.c | 33 if (dev_desc->part_type == PART_TYPE_UNKNOWN) { in part_driver_lookup_type() 39 dev_desc->part_type = entry->part_type; in part_driver_lookup_type() 45 if (dev_desc->part_type == entry->part_type) in part_driver_lookup_type() 235 dev_desc->part_type = PART_TYPE_UNKNOWN; in part_init() 242 dev_desc->part_type = entry->part_type; in part_init() 300 dev_desc->part_type); in part_print() 329 dev_desc->part_type); in part_get_info() 535 if (((*dev_desc)->part_type == PART_TYPE_UNKNOWN) || in blk_get_device_part_str() 642 disk_partition_t *info, int part_type) in part_get_info_by_name_type() argument
|
D | part_dos.c | 37 static inline int is_extended(int part_type) in is_extended() argument 39 return (part_type == 0x5 || in is_extended() 40 part_type == 0xf || in is_extended() 41 part_type == 0x85); in is_extended() 311 .part_type = PART_TYPE_DOS,
|
D | part_mac.c | 242 .part_type = PART_TYPE_MAC,
|
D | part_iso.c | 235 .part_type = PART_TYPE_ISO,
|
D | part_amiga.c | 382 .part_type = PART_TYPE_AMIGA,
|
D | part_efi.c | 1076 .part_type = PART_TYPE_EFI,
|
/external/u-boot/drivers/mmc/ |
D | mmc_legacy.c | 145 .part_type = 0, 200 bdesc->part_type = mmc->cfg->part_type; in mmc_create()
|
D | mmc-uclass.c | 317 bdesc->part_type = cfg->part_type; in mmc_bind()
|
D | mmc_spi.c | 272 .part_type = PART_TYPE_DOS,
|
D | mvebu_mmc.c | 425 .part_type = PART_TYPE_DOS,
|
D | sh_sdhi.c | 736 .part_type = PART_TYPE_DOS, 747 .part_type = PART_TYPE_DOS,
|
D | ftsdc010_mci.c | 386 cfg->part_type = PART_TYPE_DOS; in ftsdc_setup_cfg()
|
/external/u-boot/include/ |
D | part.h | 188 disk_partition_t *info, int part_type); 263 int part_type; member
|
D | blk.h | 66 unsigned char part_type; /* partition type */ member
|
D | mmc.h | 500 unsigned char part_type; member
|
/external/u-boot/lib/efi_loader/ |
D | efi_device_path.c | 642 if (desc->part_type == PART_TYPE_ISO) in dp_part_size() 663 if (desc->part_type == PART_TYPE_ISO) { in dp_part_node() 683 if (desc->part_type == PART_TYPE_EFI) in dp_part_node() 789 if (desc->part_type == PART_TYPE_ISO) in efi_dp_part_node()
|
/external/u-boot/drivers/ata/ |
D | sata.c | 96 sata_dev_desc[i].part_type = PART_TYPE_UNKNOWN; in __sata_initialize()
|
/external/u-boot/drivers/block/ |
D | blk-uclass.c | 201 if (desc->part_type != PART_TYPE_UNKNOWN) { in blk_list_part() 568 desc->part_type = PART_TYPE_UNKNOWN; in blk_create_device()
|
D | sandbox.c | 187 blk_dev->part_type = PART_TYPE_UNKNOWN;
|
D | blk_legacy.c | 85 if (desc->part_type != PART_TYPE_UNKNOWN) { in blk_list_part()
|
D | ide.c | 815 ide_dev_desc[i].part_type = PART_TYPE_UNKNOWN; in ide_init()
|
/external/u-boot/common/ |
D | usb_storage.c | 268 blkdev->part_type = PART_TYPE_UNKNOWN; in usb_stor_probe_device() 278 debug("partype: %d\n", blkdev->part_type); in usb_stor_probe_device() 280 debug("partype: %d\n", blkdev->part_type); in usb_stor_probe_device()
|
/external/libhevc/encoder/ |
D | hme_utils.c | 2614 WORD32 part_type = ps_part_type_results[i].u1_part_type; in hme_decide_part_types() local 2617 U08 u1_num_parts = gau1_num_parts_in_part_type[part_type]; in hme_decide_part_types() 2720 (gai1_is_part_vertical[ge_part_type_to_part_id[part_type][0]] in hme_decide_part_types() 2724 apu1_inp[1] + (gai1_is_part_vertical[ge_part_type_to_part_id[part_type][0]] in hme_decide_part_types() 2755 if((part_type == PRT_2Nx2N) || (e_cu_size != CU_64x64)) in hme_decide_part_types() 2858 ge_part_type_to_part_id[part_type][0], ge_part_type_to_part_id[part_type][1] in hme_decide_part_types()
|
D | hme_subpel.c | 4098 S32 part_type; in hme_subpel_refine_cu_hs() local 4111 part_type = ge_part_id_to_part_type[part_id]; in hme_subpel_refine_cu_hs() 4125 if(PART_ID_2Nx2N == part_type) in hme_subpel_refine_cu_hs() 4131 else if(PRT_NxN == part_type) in hme_subpel_refine_cu_hs() 4143 if((PART_ID_2Nx2N == part_type) || (PRT_NxN == part_type)) in hme_subpel_refine_cu_hs()
|
/external/u-boot/drivers/scsi/ |
D | scsi.c | 472 dev_desc->part_type = PART_TYPE_UNKNOWN; in scsi_init_dev_desc()
|