Home
last modified time | relevance | path

Searched refs:mtd_partition (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/drivers/mtd/
Dmtdcore.h11 int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int);
14 struct mtd_partition **pparts,
Dmtdpart.c382 const struct mtd_partition *part, int partno, in allocate_partition()
588 struct mtd_partition part; in mtd_add_partition()
676 const struct mtd_partition *parts, in add_mtd_partitions()
782 struct mtd_partition **pparts, in parse_mtd_partitions()
Dmtdcore.c580 const struct mtd_partition *parts, in mtd_device_parse_register()
584 struct mtd_partition *real_parts; in mtd_device_parse_register()
/external/u-boot/include/linux/mtd/
Dpartitions.h39 struct mtd_partition { struct
76 int (*parse_fn)(struct mtd_info *, struct mtd_partition **,
Dmtd.h460 struct mtd_partition;
466 const struct mtd_partition *defparts,
519 int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int);
Drawnand.h1119 struct mtd_partition *partitions;
/external/u-boot/drivers/mtd/nand/
Dpxa3xx_nand.h58 const struct mtd_partition *parts[NUM_CHIP_SELECT];
/external/u-boot/cmd/
Dubi.c415 struct mtd_partition mtd_part; in ubi_dev_scan()