Lines Matching full:partitions
3 * Flash partitions described by the OF (or flattened) device tree
17 #include <linux/mtd/partitions.h>
61 ofpart_node = of_get_child_by_name(mtd_node, "partitions"); in parse_fixed_partitions()
68 …pr_debug("%s: 'partitions' subnode not found on %pOF. Trying to parse direct subnodes as partition… in parse_fixed_partitions()
79 /* The 'partitions' subnode might be used by another parser */ in parse_fixed_partitions()
174 { .compatible = "fixed-partitions" },
176 { .compatible = "brcm,bcm4908-partitions", .data = &bcm4908_partitions_quirks, },
177 { .compatible = "linksys,ns-partitions", .data = &linksys_ns_partitions_quirks, },
184 .name = "fixed-partitions",
205 part = of_get_property(dp, "partitions", &plen); in parse_ofoldpart_partitions()
207 return 0; /* No partitions found */ in parse_ofoldpart_partitions()
272 MODULE_ALIAS("fixed-partitions");