tchild            414 drivers/of/overlay.c 	struct device_node *tchild;
tchild            420 drivers/of/overlay.c 	for_each_child_of_node(target->np, tchild)
tchild            421 drivers/of/overlay.c 		if (!of_node_cmp(node_kbasename, kbasename(tchild->full_name)))
tchild            424 drivers/of/overlay.c 	if (!tchild) {
tchild            425 drivers/of/overlay.c 		tchild = __of_node_dup(NULL, node_kbasename);
tchild            426 drivers/of/overlay.c 		if (!tchild)
tchild            429 drivers/of/overlay.c 		tchild->parent = target->np;
tchild            430 drivers/of/overlay.c 		tchild->name = __of_get_property(node, "name", NULL);
tchild            432 drivers/of/overlay.c 		if (!tchild->name)
tchild            433 drivers/of/overlay.c 			tchild->name = "<NULL>";
tchild            438 drivers/of/overlay.c 			tchild->phandle = be32_to_cpup(phandle);
tchild            440 drivers/of/overlay.c 		of_node_set_flag(tchild, OF_OVERLAY);
tchild            442 drivers/of/overlay.c 		ret = of_changeset_attach_node(&ovcs->cset, tchild);
tchild            446 drivers/of/overlay.c 		target_child.np = tchild;
tchild            450 drivers/of/overlay.c 		of_node_put(tchild);
tchild            454 drivers/of/overlay.c 	if (node->phandle && tchild->phandle) {
tchild            457 drivers/of/overlay.c 		target_child.np = tchild;
tchild            461 drivers/of/overlay.c 	of_node_put(tchild);