Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtdcore.h10 int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int);
H A Dmtd_uboot.c353 add_mtd_partitions(mtd, parts, nparts); in mtd_probe_devices()
H A Dmtdpart.c866 int add_mtd_partitions(struct mtd_info *master, in add_mtd_partitions() function
H A Dmtdcore.c621 err = add_mtd_partitions(mtd, real_parts, err); in mtd_device_parse_register()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dmtd.h574 int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int);
577 static inline int add_mtd_partitions(struct mtd_info *mtd, in add_mtd_partitions() function
/rk3399_rockchip-uboot/cmd/
H A Dubi.c423 add_mtd_partitions(info, &mtd_part, 1); in ubi_dev_scan()