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()
413 struct device_node *child; in overlay_subtree_check() local
419 for_each_child_of_node(tree, child) { in overlay_subtree_check()
420 if (overlay_subtree_check(child, dn)) in overlay_subtree_check()