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()
292 this_mtd->next = partitions; in mtdpart_setup_real()
293 partitions = this_mtd; in mtdpart_setup_real()
318 * information. It returns partitions for the requested mtd device, or
341 for (part = partitions; part; part = part->next) { in parse_cmdline_partitions()
425 MODULE_DESCRIPTION("Command line configuration of MTD partitions");