Home
last modified time | relevance | path

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

/external/u-boot/include/linux/mtd/
Dpartitions.h39 struct mtd_partition { struct
76 int (*parse_fn)(struct mtd_info *, struct mtd_partition **,
91 struct mtd_partition **_parts, int *_nparts);
92 void mtd_free_parsed_partitions(struct mtd_partition *parts,
97 struct mtd_partition **_parts, int *_nparts) in mtd_parse_partitions()
104 mtd_free_parsed_partitions(struct mtd_partition *parts, unsigned int nparts) in mtd_free_parsed_partitions()
Dmtd.h508 struct mtd_partition;
514 const struct mtd_partition *defparts,
569 int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int);
573 const struct mtd_partition *parts, in add_mtd_partitions()
Drawnand.h1146 struct mtd_partition *partitions;
/external/u-boot/drivers/mtd/
Dmtdcore.h10 int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int);
13 struct mtd_partition **pparts,
Dmtdpart.c92 struct mtd_partition *partition) in mtd_parse_partition()
100 memset(partition, 0, sizeof(struct mtd_partition)); in mtd_parse_partition()
203 struct mtd_partition **_parts, int *_nparts) in mtd_parse_partitions()
205 struct mtd_partition partition = {}, *parts; in mtd_parse_partitions()
273 void mtd_free_parsed_partitions(struct mtd_partition *parts, in mtd_free_parsed_partitions()
571 const struct mtd_partition *part, in allocate_partition()
780 struct mtd_partition part; in mtd_add_partition()
866 const struct mtd_partition *parts, in add_mtd_partitions()
962 struct mtd_partition **pparts, in parse_mtd_partitions()
Dmtd_uboot.c251 struct mtd_partition *parts; in mtd_probe_devices()
Dmtdcore.c601 const struct mtd_partition *parts, in mtd_device_parse_register()
605 struct mtd_partition *real_parts; in mtd_device_parse_register()
/external/u-boot/drivers/mtd/nand/raw/
Dpxa3xx_nand.h58 const struct mtd_partition *parts[NUM_CHIP_SELECT];