Searched refs:add_mtd_partitions (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | mtdcore.h | 10 int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int);
|
| H A D | mtd_uboot.c | 353 add_mtd_partitions(mtd, parts, nparts); in mtd_probe_devices()
|
| H A D | mtdpart.c | 866 int add_mtd_partitions(struct mtd_info *master, in add_mtd_partitions() function
|
| H A D | mtdcore.c | 621 err = add_mtd_partitions(mtd, real_parts, err); in mtd_device_parse_register()
|
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | mtd.h | 574 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 D | ubi.c | 423 add_mtd_partitions(info, &mtd_part, 1); in ubi_dev_scan()
|