Searched refs:mtdparts_next (Results 1 – 1 of 1) sorted by relevance
206 const char *mtdparts_next = mtdparts; in mtd_probe_devices() local252 for (; mtdparts[0] != '\0'; mtdparts = mtdparts_next) { in mtd_probe_devices()258 mtdparts_next = strchr(mtdparts, ';'); in mtd_probe_devices()259 if (!mtdparts_next) in mtd_probe_devices()260 mtdparts_next = mtdparts + strlen(mtdparts); in mtd_probe_devices()262 mtdparts_next++; in mtd_probe_devices()265 if (colon > mtdparts_next) in mtd_probe_devices()305 mtdparts = mtdparts_next; in mtd_probe_devices()