Lines Matching defs:child
540 struct device_node *parent, *child;
548 for_each_child_of_node(parent, child) {
549 addr = of_get_property(child, "reg", &len);
553 dev_err(dev, "nvmem: invalid reg on %pOF\n", child);
554 of_node_put(child);
560 of_node_put(child);
567 cell->name = kasprintf(GFP_KERNEL, "%pOFn", child);
569 addr = of_get_property(child, "bits", &len);
586 of_node_put(child);
590 cell->np = of_node_get(child);