Searched refs:mtd_parse_partitions (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/linux/mtd/
H A Dpartitions.h90 int mtd_parse_partitions(struct mtd_info *parent, const char **_mtdparts,
96 mtd_parse_partitions(struct mtd_info *parent, const char **_mtdparts, function
/u-boot/drivers/mtd/
H A Dmtd_uboot.c290 ret = mtd_parse_partitions(mtd, &mtdparts, &parts, &nparts);
H A Dmtdpart.c188 * mtd_parse_partitions - Create a partition array from an mtdparts definition
205 int mtd_parse_partitions(struct mtd_info *parent, const char **_mtdparts, function
269 * Each successful call to @mtd_parse_partitions must be followed by a call to

Completed in 113 milliseconds