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