Searched refs:tchild (Results 1 – 1 of 1) sorted by relevance
405 struct device_node *tchild; in add_changeset_node() local411 for_each_child_of_node(target->np, tchild) in add_changeset_node()412 if (!of_node_cmp(node_kbasename, kbasename(tchild->full_name))) in add_changeset_node()415 if (!tchild) { in add_changeset_node()416 tchild = __of_node_dup(NULL, node_kbasename); in add_changeset_node()417 if (!tchild) in add_changeset_node()420 tchild->parent = target->np; in add_changeset_node()421 tchild->name = __of_get_property(node, "name", NULL); in add_changeset_node()423 if (!tchild->name) in add_changeset_node()424 tchild->name = "<NULL>"; in add_changeset_node()[all …]