Searched refs:mtdparts_next (Results 1 – 1 of 1) sorted by relevance
221 const char *mtdparts_next = mtdparts; in mtd_probe_devices() local268 for (; mtdparts[0] != '\0'; mtdparts = mtdparts_next) { in mtd_probe_devices()274 mtdparts_next = strchr(mtdparts, ';'); in mtd_probe_devices()275 if (!mtdparts_next) in mtd_probe_devices()276 mtdparts_next = mtdparts + strlen(mtdparts); in mtd_probe_devices()278 mtdparts_next++; in mtd_probe_devices()281 if (colon > mtdparts_next) in mtd_probe_devices()321 mtdparts = mtdparts_next; in mtd_probe_devices()