Searched refs:dt (Results 1 – 10 of 10) sorted by relevance
/scripts/dtc/ |
A D | livetree.c | 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() 834 an = get_subnode(dt, name); in build_root_node() 862 struct node *dt = dti->dt; in generate_label_tree_internal() local 951 struct node *dt = dti->dt; in generate_fixups_tree_internal() local 1032 struct node *dt = dti->dt; in generate_local_fixups_tree_internal() local 1056 dti->dt, allocph); in generate_label_tree() 1064 dti->dt); in generate_fixups_tree() [all …]
|
A 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 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 641 struct node *dt = dti->dt; in fixup_path_references() local 1311 struct node *dt = dti->dt; in check_obsolete_chosen_interrupt_controller() local 1315 if (node != dt) in check_obsolete_chosen_interrupt_controller() 1337 if (node->parent != dti->dt) in check_chosen_node_is_root() [all …]
|
A D | yamltree.c | 223 yaml_tree(dti->dt, &emitter); in dt_to_yaml()
|
A D | dtc.c | 327 fill_fullpaths(dti->dt, ""); in main()
|
A D | treesource.c | 362 write_tree_source_node(f, dti->dt, 0); in dt_to_source()
|
A D | dtc.h | 327 struct node *dt; /* the device tree */ member
|
A 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/dtc/include-prefixes/ |
A D | dt-bindings | 1 ../../../include/dt-bindings
|
/scripts/lib/kdoc/ |
A D | kdoc_output.py | 581 dt = None 586 dt = datetime.strptime(tstamp, fmt) 591 if not dt: 592 dt = datetime.now() 594 self.man_date = dt.strftime("%B %Y")
|
/scripts/ |
A D | Makefile.dtbs | 64 DT_CHECKER ?= dt-validate
|
Completed in 21 milliseconds