Searched refs:dt (Results 1 – 8 of 8) sorted by relevance
| /scripts/dtc/ |
| D | livetree.c | 228 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 …]
|
| D | checks.c | 157 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 …]
|
| D | yamltree.c | 223 yaml_tree(dti->dt, &emitter); in dt_to_yaml()
|
| D | dtc.c | 327 fill_fullpaths(dti->dt, ""); in main()
|
| D | treesource.c | 362 write_tree_source_node(f, dti->dt, 0); in dt_to_source()
|
| D | dtc.h | 327 struct node *dt; /* the device tree */ member
|
| D | flattree.c | 364 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/ |
| D | Makefile.dtbs | 64 DT_CHECKER ?= dt-validate
|