Searched refs:mtd_partition (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H 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()
|
| H A D | mtd.h | 513 struct mtd_partition; 519 const struct mtd_partition *defparts, 574 int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int); 578 const struct mtd_partition *parts, in add_mtd_partitions()
|
| H A D | rawnand.h | 1107 struct mtd_partition *partitions;
|
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | mtdcore.h | 10 int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int); 13 struct mtd_partition **pparts,
|
| H A D | mtdpart.c | 93 struct mtd_partition *partition) in mtd_parse_partition() 101 memset(partition, 0, sizeof(struct mtd_partition)); in mtd_parse_partition() 204 struct mtd_partition **_parts, int *_nparts) in mtd_parse_partitions() 206 struct mtd_partition partition = {}, *parts; in mtd_parse_partitions() 274 void mtd_free_parsed_partitions(struct mtd_partition *parts, in mtd_free_parsed_partitions() 572 const struct mtd_partition *part, in allocate_partition() 781 struct mtd_partition part; in mtd_add_partition() 867 const struct mtd_partition *parts, in add_mtd_partitions() 963 struct mtd_partition **pparts, in parse_mtd_partitions()
|
| H A D | mtd_uboot.c | 270 struct mtd_partition *parts; in mtd_probe_devices()
|
| H A D | mtdcore.c | 604 const struct mtd_partition *parts, in mtd_device_parse_register() 608 struct mtd_partition *real_parts; in mtd_device_parse_register()
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | pxa3xx_nand.h | 58 const struct mtd_partition *parts[NUM_CHIP_SELECT];
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | ubi.c | 410 struct mtd_partition mtd_part; in ubi_dev_scan()
|