Home
last modified time | relevance | path

Searched refs:dt (Results 1 – 8 of 8) sorted by relevance

/scripts/dtc/
Dlivetree.c228 struct node * add_orphan_node(struct node *dt, struct node *new_node, char *ref) in add_orphan_node() argument
255 add_child(dt, node); in add_orphan_node()
256 return dt; in add_orphan_node()
407 dti->dt = tree; in build_dt_info()
815 sort_node(dti->dt); in sort_tree()
830 static struct node *build_root_node(struct node *dt, const char *name) in build_root_node() argument
834 an = get_subnode(dt, name); in build_root_node()
836 an = build_and_name_child_node(dt, name); in build_root_node()
862 struct node *dt = dti->dt; in generate_label_tree_internal() local
892 (void)get_node_phandle(dt, node); in generate_label_tree_internal()
[all …]
Dchecks.c157 struct node *dt = dti->dt; in run_check() local
181 check_nodes_props(c, dti, dt); in run_check()
442 struct node *dt = dti->dt; in check_duplicate_label() local
447 othernode = get_node_by_label(dt, label); in check_duplicate_label()
450 otherprop = get_property_by_label(dt, label, &othernode); in check_duplicate_label()
452 othermark = get_marker_label(dt, label, &othernode, in check_duplicate_label()
489 struct node *root = dti->dt; in check_phandle_prop()
536 struct node *root = dti->dt; in check_explicit_phandles()
606 struct node *dt = dti->dt; in fixup_phandle_references() local
617 refnode = get_node_by_ref(dt, m->ref); in fixup_phandle_references()
[all …]
Dyamltree.c223 yaml_tree(dti->dt, &emitter); in dt_to_yaml()
Ddtc.c327 fill_fullpaths(dti->dt, ""); in main()
Dtreesource.c362 write_tree_source_node(f, dti->dt, 0); in dt_to_source()
Ddtc.h327 struct node *dt; /* the device tree */ member
Dflattree.c364 flatten_tree(dti->dt, &bin_emitter, &dtbuf, &strbuf, vi); in dt_to_blob()
537 flatten_tree(dti->dt, &asm_emitter, f, &strbuf, vi); in dt_to_asm()
/scripts/
DMakefile.dtbs64 DT_CHECKER ?= dt-validate