Searched refs:mtd_partition (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/include/linux/mtd/ |
D | partitions.h | 39 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()
|
D | mtd.h | 508 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()
|
D | rawnand.h | 1146 struct mtd_partition *partitions;
|
/external/u-boot/drivers/mtd/ |
D | mtdcore.h | 10 int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int); 13 struct mtd_partition **pparts,
|
D | mtdpart.c | 92 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()
|
D | mtd_uboot.c | 251 struct mtd_partition *parts; in mtd_probe_devices()
|
D | mtdcore.c | 601 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/ |
D | pxa3xx_nand.h | 58 const struct mtd_partition *parts[NUM_CHIP_SELECT];
|