Lines Matching full:partitions
2 * Flash partitions described by the OF (or flattened) device tree
21 #include <linux/mtd/partitions.h>
46 ofpart_node = of_get_child_by_name(mtd_node, "partitions"); in parse_fixed_partitions()
53 …pr_debug("%s: 'partitions' subnode not found on %pOF. Trying to parse direct subnodes as partition… in parse_fixed_partitions()
57 } else if (!of_device_is_compatible(ofpart_node, "fixed-partitions")) { in parse_fixed_partitions()
58 /* The 'partitions' subnode might be used by another parser */ in parse_fixed_partitions()
144 { .compatible = "fixed-partitions" },
151 .name = "fixed-partitions",
172 part = of_get_property(dp, "partitions", &plen); in parse_ofoldpart_partitions()
174 return 0; /* No partitions found */ in parse_ofoldpart_partitions()
239 MODULE_ALIAS("fixed-partitions");