Searched refs:mtd_partition (Results 1 – 9 of 9) sorted by relevance
| /u-boot/include/linux/mtd/ |
| A 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()
|
| A D | mtd.h | 507 struct mtd_partition; 513 const struct mtd_partition *defparts, 568 int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int); 572 const struct mtd_partition *parts, in add_mtd_partitions()
|
| A D | rawnand.h | 1147 struct mtd_partition *partitions;
|
| /u-boot/board/emulation/common/ |
| A D | qemu_mtdparts.c | 40 const char *mtd_partition; in board_mtdparts_default() local 65 mtd_partition = CONFIG_MTDPARTS_NOR0; in board_mtdparts_default() 66 board_get_mtdparts("nor0", mtd_partition, ids, parts); in board_mtdparts_default() 72 mtd_partition = CONFIG_MTDPARTS_NOR1; in board_mtdparts_default() 73 board_get_mtdparts("nor1", mtd_partition, ids, parts); in board_mtdparts_default()
|
| /u-boot/drivers/mtd/ |
| A D | mtdcore.h | 10 int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int); 13 struct mtd_partition **pparts,
|
| A D | mtdpart.c | 95 struct mtd_partition *partition) in mtd_parse_partition() 103 memset(partition, 0, sizeof(struct mtd_partition)); in mtd_parse_partition() 206 struct mtd_partition **_parts, int *_nparts) in mtd_parse_partitions() 208 struct mtd_partition partition = {}, *parts; in mtd_parse_partitions() 276 void mtd_free_parsed_partitions(struct mtd_partition *parts, in mtd_free_parsed_partitions() 574 const struct mtd_partition *part, in allocate_partition() 783 struct mtd_partition part; in mtd_add_partition() 869 const struct mtd_partition *parts, in add_mtd_partitions() 965 struct mtd_partition **pparts, in parse_mtd_partitions()
|
| A D | mtd_uboot.c | 255 struct mtd_partition *parts; in mtd_probe_devices()
|
| A D | mtdcore.c | 603 const struct mtd_partition *parts, in mtd_device_parse_register() 607 struct mtd_partition *real_parts; in mtd_device_parse_register()
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | pxa3xx_nand.h | 58 const struct mtd_partition *parts[NUM_CHIP_SELECT];
|
Completed in 67 milliseconds