Lines Matching defs:partitions
34 * 1 NOR Flash with 2 partitions, 1 NAND with one
43 #include <linux/mtd/partitions.h>
67 static struct cmdline_mtd_partition *partitions;
162 /* test if more partitions are following */
165 pr_err("no partitions allowed after a fill-up partition\n");
168 /* more partitions follow, parse them */
304 this_mtd->next = partitions;
305 partitions = this_mtd;
330 * information. It returns partitions for the requested mtd device, or
353 for (part = partitions; part; part = part->next) {
437 MODULE_DESCRIPTION("Command line configuration of MTD partitions");