| /u-boot/disk/ |
| A D | part_iso.c | 73 dev_desc->devnum, part_num); in part_get_info_iso_verb() 95 dev_desc->devnum, part_num); in part_get_info_iso_verb() 103 pbr->ident_str, dev_desc->devnum, part_num); in part_get_info_iso_verb() 111 bootaddr, dev_desc->devnum, part_num); in part_get_info_iso_verb() 121 dev_desc->devnum, part_num); in part_get_info_iso_verb() 127 dev_desc->devnum, part_num); in part_get_info_iso_verb() 134 dev_desc->devnum, part_num); in part_get_info_iso_verb() 149 if(entry_num==part_num) { /* part found */ in part_get_info_iso_verb() 164 part_num, dev_desc->devnum); in part_get_info_iso_verb() 172 part_num, dev_desc->devnum); in part_get_info_iso_verb() [all …]
|
| A D | part_dos.c | 53 int part_num, unsigned int disksig) in print_one_part() argument 60 part_num, lba_start, lba_size, disksig, part_num, p->sys_ind, in print_one_part() 138 int part_num, unsigned int disksig) in print_partition_extended() argument 145 if (part_num > MAX_EXT_PARTS) in print_partition_extended() 183 part_num++; in print_partition_extended() 196 part_num, disksig); in print_partition_extended() 208 int part_num, int which_part, in part_get_info_extended() argument 217 if (part_num > MAX_EXT_PARTS) in part_get_info_extended() 250 (part_num == which_part) && in part_get_info_extended() 271 part_num++; in part_get_info_extended() [all …]
|
| A D | part.c | 766 int part_num, char *name) in part_set_generic_name() argument 794 sprintf(name, "%s%c%d", devtype, 'a' + dev_desc->devnum, part_num); in part_set_generic_name()
|
| /u-boot/drivers/mmc/ |
| A D | mmc_boot.c | 101 int mmc_set_part_conf(struct mmc *mmc, u8 ack, u8 part_num, u8 access) in mmc_set_part_conf() argument 107 EXT_CSD_BOOT_PART_NUM(part_num) | in mmc_set_part_conf()
|
| A D | mmc_private.h | 123 int mmc_switch_part(struct mmc *mmc, unsigned int part_num);
|
| A D | mmc.c | 989 static int mmc_set_capacity(struct mmc *mmc, int part_num) in mmc_set_capacity() argument 991 switch (part_num) { in mmc_set_capacity() 1006 mmc->capacity = mmc->capacity_gp[part_num - 4]; in mmc_set_capacity() 1017 int mmc_switch_part(struct mmc *mmc, unsigned int part_num) in mmc_switch_part() argument 1026 | (part_num & PART_ACCESS_MASK)); in mmc_switch_part() 1033 if ((ret == 0) || ((ret == -ENODEV) && (part_num == 0))) { in mmc_switch_part() 1034 ret = mmc_set_capacity(mmc, part_num); in mmc_switch_part() 1035 mmc_get_blk_desc(mmc)->hwpart = part_num; in mmc_switch_part()
|
| /u-boot/cmd/ |
| A D | mtdparts.c | 1255 int part_num; local 1260 part_num = 0; 1295 part_num++; 1360 *part_num = 0; 1366 (*part_num)++; 1373 *part_num = 0; 1399 *part_num = pnum; 1492 int part_num; local 1501 part_num = 0; 1517 part_num++; [all …]
|
| A D | jffs2.c | 429 static struct part_info* jffs2_part_info(struct mtd_device *dev, unsigned int part_num) in jffs2_part_info() argument 439 part_num, MTD_DEV_TYPE(dev->id->type), in jffs2_part_info() 442 if (part_num >= dev->num_parts) { in jffs2_part_info() 444 part_num, MTD_DEV_TYPE(dev->id->type), in jffs2_part_info() 454 if (part_num == num++) { in jffs2_part_info()
|
| A D | mmc.c | 800 u8 ack, part_num, access; in do_mmc_partconf() local 820 part_num = simple_strtoul(argv[3], NULL, 10); in do_mmc_partconf() 824 return mmc_set_part_conf(mmc, ack, part_num, access); in do_mmc_partconf()
|
| A D | flash.c | 22 u8 *part_num, struct part_info **part);
|
| A D | nand.c | 43 u8 *part_num, struct part_info **part);
|
| /u-boot/test/py/tests/ |
| A D | test_ums.py | 114 part_num = env__block_devs[0]['writable_fs_partition'] 115 host_ums_part_node = '%s-part%d' % (host_ums_dev_node, part_num)
|
| /u-boot/include/jffs2/ |
| A D | load_kernel.h | 67 u8 *part_num, struct part_info **part);
|
| /u-boot/arch/arm/mach-mediatek/mt7623/ |
| A D | preloader.h | 79 u8 part_num; member
|
| /u-boot/drivers/dfu/ |
| A D | dfu_nand.c | 213 u8 part_num; in dfu_fill_entity_nand() local 227 ret = find_dev_and_part(mtd_id, &mtd_dev, &part_num, &pi); in dfu_fill_entity_nand()
|
| A D | dfu_sf.c | 165 u8 part_num; in dfu_fill_entity_sf() local 180 ret = find_dev_and_part(mtd_id, &mtd_dev, &part_num, &pi); in dfu_fill_entity_sf()
|
| A D | dfu_mtd.c | 278 u8 part_num; in dfu_fill_entity_mtd() local 290 ret = find_dev_and_part(mtd_id, &mtd_dev, &part_num, &pi); in dfu_fill_entity_mtd()
|
| /u-boot/include/ |
| A D | part.h | 253 int part_num, char *name);
|
| A D | mmc.h | 857 int mmc_switch_part(struct mmc *mmc, unsigned int part_num); 873 int mmc_set_part_conf(struct mmc *mmc, u8 ack, u8 part_num, u8 access);
|
| /u-boot/common/ |
| A D | fdt_support.c | 815 int part_num, ret; in fdt_node_set_part_info() local 838 part_num = 0; in fdt_node_set_part_info() 845 part_num, part->name, part->size, in fdt_node_set_part_info() 913 part_num++; in fdt_node_set_part_info()
|
| A D | avb_verify.c | 341 int part_num = 0; in get_partition() local 361 ret = mmc_switch_part(part->mmc, part_num); in get_partition()
|
| /u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/ |
| A D | stm32prog.c | 79 u8 *part_num, struct part_info **part); 754 u8 part_num; in init_device() local 759 &part_num, &mtd_part); in init_device()
|