Home
last modified time | relevance | path

Searched refs:add_mtd_partitions (Results 1 – 5 of 5) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/mtd/
Dmtdcore.h10 int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int);
Dmtd_uboot.c334 add_mtd_partitions(mtd, parts, nparts); in mtd_probe_devices()
Dmtdpart.c865 int add_mtd_partitions(struct mtd_info *master, in add_mtd_partitions() function
Dmtdcore.c618 err = add_mtd_partitions(mtd, real_parts, err); in mtd_device_parse_register()
/third_party/uboot/u-boot-2020.01/include/linux/mtd/
Dmtd.h592 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