Lines Matching full:partitions
3 * Flash partitions described by the OF (or flattened) device tree
17 #include <linux/mtd/partitions.h>
42 ofpart_node = of_get_child_by_name(mtd_node, "partitions"); in parse_fixed_partitions()
49 …pr_debug("%s: 'partitions' subnode not found on %pOF. Trying to parse direct subnodes as partition… in parse_fixed_partitions()
53 } else if (!of_device_is_compatible(ofpart_node, "fixed-partitions")) { in parse_fixed_partitions()
54 /* The 'partitions' subnode might be used by another parser */ in parse_fixed_partitions()
143 { .compatible = "fixed-partitions" },
150 .name = "fixed-partitions",
171 part = of_get_property(dp, "partitions", &plen); in parse_ofoldpart_partitions()
173 return 0; /* No partitions found */ in parse_ofoldpart_partitions()
238 MODULE_ALIAS("fixed-partitions");