Searched refs:tchild (Results 1 – 1 of 1) sorted by relevance
414 struct device_node *tchild; in add_changeset_node() local420 for_each_child_of_node(target->np, tchild) in add_changeset_node()421 if (!of_node_cmp(node_kbasename, kbasename(tchild->full_name))) in add_changeset_node()424 if (!tchild) { in add_changeset_node()425 tchild = __of_node_dup(NULL, node_kbasename); in add_changeset_node()426 if (!tchild) in add_changeset_node()429 tchild->parent = target->np; in add_changeset_node()430 tchild->name = __of_get_property(node, "name", NULL); in add_changeset_node()432 if (!tchild->name) in add_changeset_node()433 tchild->name = "<NULL>"; in add_changeset_node()[all …]