| /rk3399_rockchip-uboot/cmd/ |
| H A D | script_update.c | 113 int part_type; in do_sd_update() local 137 part_type = desc->part_type; in do_sd_update() 138 desc->part_type = PART_TYPE_DOS; in do_sd_update() 149 desc->part_type = part_type; in do_sd_update() 160 int part_type; in do_usb_update() local 197 part_type = desc->part_type; in do_usb_update() 198 desc->part_type = PART_TYPE_DOS; in do_usb_update() 209 desc->part_type = part_type; in do_usb_update()
|
| /rk3399_rockchip-uboot/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 | 210 .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,
|
| H A D | part_amiga.c | 383 .part_type = PART_TYPE_AMIGA,
|
| /rk3399_rockchip-uboot/common/ |
| H A D | android_ab.c | 455 const char *part_type; in ab_update_root_partition() local 473 part_type = part_get_type(dev_desc); in ab_update_root_partition() 474 if (!part_type) in ab_update_root_partition() 481 if (strstr(part_type, "ENV")) in ab_update_root_partition() 483 else if (strstr(part_type, "EFI")) in ab_update_root_partition() 487 if (strstr(part_type, "ENV")) in ab_update_root_partition() 490 else if (strstr(part_type, "EFI")) in ab_update_root_partition()
|
| /rk3399_rockchip-uboot/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 | 303 bdesc->part_type = cfg->part_type; in mmc_bind()
|
| H A D | mmc_spi.c | 272 .part_type = PART_TYPE_DOS,
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | spl.c | 553 char *part_type[] = { "mtdparts", "blkdevparts" }; local 558 env = envf_get(desc, part_type[id]); 560 env = envf_get(desc, part_type[++id]); 562 if (!strstr(env, part_type[id])) { 563 part_list = calloc(1, strlen(env) + strlen(part_type[id]) + 2); 565 strcat(part_list, part_type[id]);
|
| H A D | board.c | 1371 char *part_type[] = { "mtdparts", "blkdevparts" }; in bootargs_add_partition() local 1376 env = env_get(part_type[id]); in bootargs_add_partition() 1378 env = env_get(part_type[++id]); in bootargs_add_partition() 1380 if (!strstr(env, part_type[id])) { in bootargs_add_partition() 1381 part_list = calloc(1, strlen(env) + strlen(part_type[id]) + 2); in bootargs_add_partition() 1383 strcat(part_list, part_type[id]); in bootargs_add_partition()
|
| /rk3399_rockchip-uboot/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 | sandbox.c | 188 blk_dev->part_type = PART_TYPE_UNKNOWN;
|
| H A D | blk_legacy.c | 86 if (desc->part_type != PART_TYPE_UNKNOWN) { in blk_list_part()
|
| H A D | blk-uclass.c | 234 if (desc->part_type != PART_TYPE_UNKNOWN) { in blk_list_part() 672 desc->part_type = PART_TYPE_UNKNOWN; in blk_create_device()
|
| /rk3399_rockchip-uboot/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()
|
| H A D | efi_disk.c | 227 if (desc->part_type != PART_TYPE_ISO) in efi_disk_create_eltorito()
|
| /rk3399_rockchip-uboot/drivers/ata/ |
| H A D | sata.c | 97 sata_dev_desc[i].part_type = PART_TYPE_UNKNOWN; in __sata_initialize()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | part.h | 266 int part_type; member
|
| H A D | blk.h | 81 unsigned char part_type; /* partition type */ member
|