| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | script_update.c | 112 int part_type; in do_sd_update() local 127 part_type = desc->part_type; in do_sd_update() 128 desc->part_type = PART_TYPE_DOS; in do_sd_update() 139 desc->part_type = part_type; in do_sd_update() 150 int part_type; in do_usb_update() local 187 part_type = desc->part_type; in do_usb_update() 188 desc->part_type = PART_TYPE_DOS; in do_usb_update() 199 desc->part_type = part_type; in do_usb_update()
|
| /OK3568_Linux_fs/kernel/arch/mips/sibyte/bcm1480/ |
| H A D | setup.c | 30 static unsigned int part_type; variable 78 if (part_type == K_SYS_PART_BCM1480) in sys_rev_decode() 80 else if (part_type == K_SYS_PART_BCM1280) in sys_rev_decode() 88 if (part_type == K_SYS_PART_BCM1455) in sys_rev_decode() 90 else if (part_type == K_SYS_PART_BCM1255) in sys_rev_decode() 98 printk("Unknown part type %x\n", part_type); in sys_rev_decode() 114 part_type = G_SYS_PART(sys_rev); in bcm1480_setup()
|
| /OK3568_Linux_fs/u-boot/disk/ |
| H A D | part.c | 41 if (dev_desc->part_type == PART_TYPE_UNKNOWN) { in part_driver_lookup_type() 47 dev_desc->part_type = entry->part_type; in part_driver_lookup_type() 53 if (dev_desc->part_type == entry->part_type) in part_driver_lookup_type() 246 dev_desc->part_type = PART_TYPE_UNKNOWN; in part_init() 253 dev_desc->part_type = entry->part_type; in part_init() 323 dev_desc->part_type); in part_print() 340 dev_desc->part_type); in part_get_type() 365 dev_desc->part_type); in part_get_info() 571 if (((*dev_desc)->part_type == PART_TYPE_UNKNOWN) || in blk_get_device_part_str()
|
| H A D | part_dos.c | 38 static inline int is_extended(int part_type) in is_extended() argument 40 return (part_type == 0x5 || in is_extended() 41 part_type == 0xf || in is_extended() 42 part_type == 0x85); in is_extended() 302 .part_type = PART_TYPE_DOS,
|
| H A D | part_rkram.c | 146 .part_type = PART_TYPE_RKRAM,
|
| H A D | part_env.c | 209 .part_type = PART_TYPE_ENV,
|
| H A D | part_mac.c | 243 .part_type = PART_TYPE_MAC,
|
| H A D | part_iso.c | 236 .part_type = PART_TYPE_ISO,
|
| H A D | part_rkparm.c | 241 .part_type = PART_TYPE_RKPARM,
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | android_ab.c | 450 const char *part_type; in ab_update_root_partition() local 468 part_type = part_get_type(dev_desc); in ab_update_root_partition() 469 if (!part_type) in ab_update_root_partition() 475 if (strstr(part_type, "ENV")) in ab_update_root_partition() 477 else if (strstr(part_type, "EFI")) in ab_update_root_partition()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/ |
| H A D | cper-x86.c | 237 u8 part_type = CHECK_BUS_PART_TYPE(check); in print_err_info() local 239 printk("%sParticipation Type: %u, %s\n", pfx, part_type, in print_err_info() 240 part_type < ARRAY_SIZE(ia_check_bus_part_type_strs) ? in print_err_info() 241 ia_check_bus_part_type_strs[part_type] : "unknown"); in print_err_info()
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | mmc_legacy.c | 125 .part_type = 0, 180 bdesc->part_type = mmc->cfg->part_type; in mmc_create()
|
| H A D | bcmstb_sdhci.c | 60 host->cfg.part_type = PART_TYPE_DOS; in bcmstb_sdhci_init()
|
| H A D | mmc-uclass.c | 302 bdesc->part_type = cfg->part_type; in mmc_bind()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | block.c | 117 unsigned int part_type; member 172 unsigned int part_type); 483 target_part = md->part_type; in __mmc_blk_ioctl_cmd() 809 unsigned int part_type) in mmc_blk_part_switch_pre() argument 813 if (part_type == EXT_CSD_PART_CONFIG_ACC_RPMB) { in mmc_blk_part_switch_pre() 826 unsigned int part_type) in mmc_blk_part_switch_post() argument 830 if (part_type == EXT_CSD_PART_CONFIG_ACC_RPMB) { in mmc_blk_part_switch_post() 840 unsigned int part_type) in mmc_blk_part_switch() argument 845 if (main_md->part_curr == part_type) in mmc_blk_part_switch() 851 ret = mmc_blk_part_switch_pre(card, part_type); in mmc_blk_part_switch() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | mc5.c | 344 switch (mc5->part_type) { in t3_mc5_init() 352 CH_ERR(adap, "Unsupported TCAM type %d\n", mc5->part_type); in t3_mc5_init() 415 mc5->part_type = (unsigned char)G_TMTYPE(cfg); in t3_mc5_prep() 417 mc5->part_type |= 4; in t3_mc5_prep()
|
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | envf.c | 30 static const char *part_type[] = { "mtdparts", "blkdevparts", }; variable 214 list = env_get_string(env, env_size, part_type[0]); in envf_get_part_table() 216 list = env_get_string(env, env_size, part_type[1]); in envf_get_part_table()
|
| /OK3568_Linux_fs/u-boot/drivers/block/ |
| H A D | systemace.c | 251 bdesc->part_type = PART_TYPE_UNKNOWN; in systemace_bind() 278 systemace_dev.part_type = PART_TYPE_UNKNOWN; in systemace_get_dev()
|
| H A D | blk-uclass.c | 234 if (desc->part_type != PART_TYPE_UNKNOWN) { in blk_list_part() 623 desc->part_type = PART_TYPE_UNKNOWN; in blk_create_device()
|
| H A D | sandbox.c | 188 blk_dev->part_type = PART_TYPE_UNKNOWN;
|
| /OK3568_Linux_fs/u-boot/lib/efi_loader/ |
| H A D | efi_device_path.c | 365 if (desc->part_type == PART_TYPE_ISO) in dp_part_size() 406 if (desc->part_type == PART_TYPE_ISO) { in dp_part_fill() 426 if (desc->part_type == PART_TYPE_EFI) in dp_part_fill()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/ |
| H A D | direct.py | 390 if self.ptable_format == 'msdos' and part.part_type: 577 if part.part_type: 579 part.num, part.part_type) 581 (part.num, part.part_type,
|
| /OK3568_Linux_fs/u-boot/drivers/ata/ |
| H A D | sata.c | 97 sata_dev_desc[i].part_type = PART_TYPE_UNKNOWN; in __sata_initialize()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | part.h | 266 int part_type; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/brocade/bna/ |
| H A D | bfa_defs.h | 265 u32 part_type; /* partition type */ member
|