Lines Matching full: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; variable
162 /* test if more partitions are following */ in newpart()
165 pr_err("no partitions allowed after a fill-up partition\n"); in newpart()
168 /* more partitions follow, parse them */ in newpart()
304 this_mtd->next = partitions; in mtdpart_setup_real()
305 partitions = this_mtd; in mtdpart_setup_real()
330 * information. It returns partitions for the requested mtd device, or
353 for (part = partitions; part; part = part->next) { in parse_cmdline_partitions()
437 MODULE_DESCRIPTION("Command line configuration of MTD partitions");