Searched refs:tchild (Results 1 – 1 of 1) sorted by relevance
89 struct device_node *tchild; in of_overlay_apply_single_device_node() local97 tchild = of_get_child_by_name(target, cname); in of_overlay_apply_single_device_node()98 if (tchild != NULL) { in of_overlay_apply_single_device_node()100 ret = of_overlay_apply_one(ov, tchild, child); in of_overlay_apply_single_device_node()101 of_node_put(tchild); 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()105 if (!tchild) in of_overlay_apply_single_device_node()109 tchild->parent = target; in of_overlay_apply_single_device_node()111 ret = of_changeset_attach_node(&ov->cset, tchild); in of_overlay_apply_single_device_node()115 ret = of_overlay_apply_one(ov, tchild, child); in of_overlay_apply_single_device_node()