Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/
Dmtdcore.h11 int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int);
Dmtdpart.c675 int add_mtd_partitions(struct mtd_info *master, in add_mtd_partitions() function
Dmtdcore.c597 err = add_mtd_partitions(mtd, real_parts, err); in mtd_device_parse_register()
/external/u-boot/include/linux/mtd/
Dmtd.h519 int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int);
/external/u-boot/cmd/
Dubi.c428 add_mtd_partitions(info, &mtd_part, 1); in ubi_dev_scan()