Lines Matching refs:child
88 struct device_node *target, struct device_node *child) in of_overlay_apply_single_device_node() argument
94 cname = kbasename(child->full_name); in of_overlay_apply_single_device_node()
102 ret = of_overlay_apply_one(ov, tchild, child); in of_overlay_apply_single_device_node()
106 tchild = __of_node_dup(child, "%s/%s", target->full_name, cname); in of_overlay_apply_single_device_node()
117 ret = of_overlay_apply_one(ov, tchild, child); in of_overlay_apply_single_device_node()
135 struct device_node *child; in of_overlay_apply_one() local
148 for_each_child_of_node(overlay, child) { in of_overlay_apply_one()
149 ret = of_overlay_apply_single_device_node(ov, target, child); in of_overlay_apply_one()
152 target->full_name, child->name); in of_overlay_apply_one()
153 of_node_put(child); in of_overlay_apply_one()
407 struct device_node *child; in overlay_subtree_check() local
413 for_each_child_of_node(tree, child) { in overlay_subtree_check()
414 if (overlay_subtree_check(child, dn)) { in overlay_subtree_check()
415 of_node_put(child); in overlay_subtree_check()