Searched refs:_mtdparts (Results 1 – 2 of 2) sorted by relevance
90 int mtd_parse_partitions(struct mtd_info *parent, const char **_mtdparts,96 mtd_parse_partitions(struct mtd_info *parent, const char **_mtdparts, in mtd_parse_partitions() argument
92 static int mtd_parse_partition(const char **_mtdparts, in mtd_parse_partition() argument95 const char *mtdparts = *_mtdparts; in mtd_parse_partition()180 *_mtdparts = mtdparts; in mtd_parse_partition()203 int mtd_parse_partitions(struct mtd_info *parent, const char **_mtdparts, in mtd_parse_partitions() argument207 const char *mtdparts = *_mtdparts; in mtd_parse_partitions()232 ret = mtd_parse_partition(_mtdparts, &parts[idx]); in mtd_parse_partitions()255 if (*_mtdparts[0] == ';') in mtd_parse_partitions()256 (*_mtdparts)++; in mtd_parse_partitions()