Lines Matching refs:child
86 struct device_node *target, struct device_node *child) in of_overlay_apply_single_device_node() argument
92 cname = kbasename(child->full_name); in of_overlay_apply_single_device_node()
100 ret = of_overlay_apply_one(ov, tchild, child); in of_overlay_apply_single_device_node()
104 tchild = __of_node_dup(child, "%s/%s", target->full_name, cname); in of_overlay_apply_single_device_node()
115 ret = of_overlay_apply_one(ov, tchild, child); in of_overlay_apply_single_device_node()
133 struct device_node *child; in of_overlay_apply_one() local
146 for_each_child_of_node(overlay, child) { in of_overlay_apply_one()
147 ret = of_overlay_apply_single_device_node(ov, target, child); in of_overlay_apply_one()
151 child->name); in of_overlay_apply_one()
152 of_node_put(child); in of_overlay_apply_one()
414 struct device_node *child; in overlay_subtree_check() local
420 for_each_child_of_node(tree, child) { in overlay_subtree_check()
421 if (overlay_subtree_check(child, dn)) { in overlay_subtree_check()
422 of_node_put(child); in overlay_subtree_check()