Lines Matching defs:dt
228 struct node * add_orphan_node(struct node *dt, struct node *new_node, char *ref)
255 add_child(dt, node);
256 return dt;
407 dti->dt = tree;
815 sort_node(dti->dt);
830 static struct node *build_root_node(struct node *dt, const char *name)
834 an = get_subnode(dt, name);
836 an = build_and_name_child_node(dt, name);
862 struct node *dt = dti->dt;
892 (void)get_node_phandle(dt, node);
908 if (!get_node_by_ref(dti->dt, m->ref))
951 struct node *dt = dti->dt;
960 refnode = get_node_by_ref(dt, m->ref);
979 if (get_node_by_ref(dti->dt, m->ref))
1030 struct node *dt = dti->dt;
1039 refnode = get_node_by_ref(dt, m->ref);
1051 if (!any_label_tree(dti, dti->dt))
1053 generate_label_tree_internal(dti, build_root_node(dti->dt, name),
1054 dti->dt, allocph);
1059 struct node *n = get_subnode(dti->dt, name);
1065 if (!any_fixup_tree(dti, dti->dt))
1068 build_and_name_child_node(dti->dt, name),
1069 dti->dt);
1074 struct node *n = get_subnode(dti->dt, name);
1079 if (!any_local_fixup_tree(dti, dti->dt))
1082 build_and_name_child_node(dti->dt, name),
1083 dti->dt);