Home
last modified time | relevance | path

Searched refs:part_type (Results 1 – 25 of 25) sorted by relevance

/external/u-boot/disk/
Dpart.c33 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
Dpart_dos.c37 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,
Dpart_mac.c242 .part_type = PART_TYPE_MAC,
Dpart_iso.c235 .part_type = PART_TYPE_ISO,
Dpart_amiga.c382 .part_type = PART_TYPE_AMIGA,
Dpart_efi.c1076 .part_type = PART_TYPE_EFI,
/external/u-boot/drivers/mmc/
Dmmc_legacy.c145 .part_type = 0,
200 bdesc->part_type = mmc->cfg->part_type; in mmc_create()
Dmmc-uclass.c317 bdesc->part_type = cfg->part_type; in mmc_bind()
Dmmc_spi.c272 .part_type = PART_TYPE_DOS,
Dmvebu_mmc.c425 .part_type = PART_TYPE_DOS,
Dsh_sdhi.c736 .part_type = PART_TYPE_DOS,
747 .part_type = PART_TYPE_DOS,
Dftsdc010_mci.c386 cfg->part_type = PART_TYPE_DOS; in ftsdc_setup_cfg()
/external/u-boot/include/
Dpart.h188 disk_partition_t *info, int part_type);
263 int part_type; member
Dblk.h66 unsigned char part_type; /* partition type */ member
Dmmc.h500 unsigned char part_type; member
/external/u-boot/lib/efi_loader/
Defi_device_path.c642 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/
Dsata.c96 sata_dev_desc[i].part_type = PART_TYPE_UNKNOWN; in __sata_initialize()
/external/u-boot/drivers/block/
Dblk-uclass.c201 if (desc->part_type != PART_TYPE_UNKNOWN) { in blk_list_part()
568 desc->part_type = PART_TYPE_UNKNOWN; in blk_create_device()
Dsandbox.c187 blk_dev->part_type = PART_TYPE_UNKNOWN;
Dblk_legacy.c85 if (desc->part_type != PART_TYPE_UNKNOWN) { in blk_list_part()
Dide.c815 ide_dev_desc[i].part_type = PART_TYPE_UNKNOWN; in ide_init()
/external/u-boot/common/
Dusb_storage.c268 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/
Dhme_utils.c2614 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()
Dhme_subpel.c4098 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/
Dscsi.c472 dev_desc->part_type = PART_TYPE_UNKNOWN; in scsi_init_dev_desc()