Searched refs:mtd_node (Results 1 – 2 of 2) sorted by relevance
52 struct device_node *mtd_node; in parse_fixed_partitions() local 60 mtd_node = mtd_get_of_node(master); in parse_fixed_partitions() 61 if (!mtd_node) in parse_fixed_partitions() 65 ofpart_node = of_get_child_by_name(mtd_node, "partitions"); in parse_fixed_partitions() 73 master->name, mtd_node); in parse_fixed_partitions() 74 ofpart_node = mtd_node; in parse_fixed_partitions() 78 ofpart_node = of_node_get(mtd_node); in parse_fixed_partitions() 126 mtd_node); in parse_fixed_partitions() 152 master->name, pp, mtd_node); in parse_fixed_partitions() 158 mtd_node); in parse_fixed_partitions() [all...]
149 struct device_node *mtd_node; in scpart_parse() local153 mtd_node = mtd_get_of_node(master); in scpart_parse()154 if (!mtd_node) { in scpart_parse()159 ofpart_node = of_get_child_by_name(mtd_node, "partitions"); in scpart_parse()162 master->name, mtd_node); in scpart_parse()