Searched refs:add_mtd_partitions (Results 1 – 5 of 5) sorted by relevance
/third_party/uboot/u-boot-2020.01/drivers/mtd/ |
D | mtdcore.h | 10 int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int);
|
D | mtd_uboot.c | 334 add_mtd_partitions(mtd, parts, nparts); in mtd_probe_devices()
|
D | mtdpart.c | 865 int add_mtd_partitions(struct mtd_info *master, in add_mtd_partitions() function
|
D | mtdcore.c | 618 err = add_mtd_partitions(mtd, real_parts, err); in mtd_device_parse_register()
|
/third_party/uboot/u-boot-2020.01/include/linux/mtd/ |
D | mtd.h | 592 int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int); 595 static inline int add_mtd_partitions(struct mtd_info *mtd, in add_mtd_partitions() function
|