Searched defs:parts (Results 1 – 16 of 16) sorted by relevance
/u-boot/test/dm/ |
A D | fastboot.c | 25 struct disk_partition parts[2] = { in dm_test_fastboot_mmc_part() local
|
/u-boot/board/emulation/common/ |
A D | qemu_mtdparts.c | 41 static char parts[3 * MTDPARTS_LEN + 1]; in board_mtdparts_default() local
|
/u-boot/cmd/ |
A D | mbr.c | 101 struct disk_partition *parts; in str_to_partitions() local 263 const char *parts = NULL; in do_mbr() local
|
A D | gpt.c | 390 struct disk_partition *parts; in set_gpt_info() local
|
A D | mtdparts.c | 1726 const char *ids, *parts; local
|
/u-boot/board/st/common/ |
A D | stm32mp_mtdparts.c | 70 static char parts[3 * MTDPARTS_LEN + 1]; in board_mtdparts_default() local
|
/u-boot/include/linux/mtd/ |
A D | partitions.h | 104 mtd_free_parsed_partitions(struct mtd_partition *parts, unsigned int nparts) in mtd_free_parsed_partitions()
|
A D | mtd.h | 515 #define mtd_device_register(master, parts, nr_parts) \ argument 572 const struct mtd_partition *parts, in add_mtd_partitions()
|
/u-boot/board/isee/igep00x0/ |
A D | igep00x0.c | 253 static char parts[48]; in board_mtdparts_default() local
|
/u-boot/drivers/mtd/nand/raw/ |
A D | pxa3xx_nand.h | 58 const struct mtd_partition *parts[NUM_CHIP_SELECT]; member
|
/u-boot/arch/arm/mach-snapdragon/ |
A D | dram.c | 45 struct smem_ram_ptn parts[RAM_NUM_PART_ENTRIES]; member
|
/u-boot/drivers/mtd/ |
A D | mtd_uboot.c | 255 struct mtd_partition *parts; in mtd_probe_devices() local
|
A D | mtdpart.c | 208 struct mtd_partition partition = {}, *parts; in mtd_parse_partitions() local 276 void mtd_free_parsed_partitions(struct mtd_partition *parts, in mtd_free_parsed_partitions() 869 const struct mtd_partition *parts, in add_mtd_partitions()
|
A D | mtdcore.c | 603 const struct mtd_partition *parts, in mtd_device_parse_register()
|
/u-boot/include/jffs2/ |
A D | load_kernel.h | 29 struct list_head parts; /* partitions */ member
|
/u-boot/disk/ |
A D | part_efi.c | 421 struct disk_partition *partitions, int parts) in gpt_fill_pte() 706 struct disk_partition *partitions, int parts, in gpt_verify_partitions()
|
Completed in 41 milliseconds