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