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