Lines Matching full:partitions
34 * 1 NOR Flash with 2 partitions, 1 NAND with one
43 #include <linux/mtd/partitions.h>
59 static struct cmdline_mtd_partition *partitions; variable
154 /* test if more partitions are following */ in newpart()
157 pr_err("no partitions allowed after a fill-up partition\n"); in newpart()
160 /* more partitions follow, parse them */ in newpart()
296 this_mtd->next = partitions; in mtdpart_setup_real()
297 partitions = this_mtd; in mtdpart_setup_real()
322 * information. It returns partitions for the requested mtd device, or
345 for (part = partitions; part; part = part->next) { in parse_cmdline_partitions()
429 MODULE_DESCRIPTION("Command line configuration of MTD partitions");