Searched refs:dt (Results 1 – 6 of 6) sorted by relevance
/scripts/dtc/ |
D | checks.c | 49 typedef void (*tree_check_fn)(struct check *c, struct node *dt); 50 typedef void (*node_check_fn)(struct check *c, struct node *dt, struct node *node); 51 typedef void (*prop_check_fn)(struct check *c, struct node *dt, 114 static void check_nodes_props(struct check *c, struct node *dt, struct node *node) in check_nodes_props() argument 121 c->node_fn(c, dt, node); in check_nodes_props() 126 c->prop_fn(c, dt, node, prop); in check_nodes_props() 130 check_nodes_props(c, dt, child); in check_nodes_props() 133 static int run_check(struct check *c, struct node *dt) in run_check() argument 147 error |= run_check(prq, dt); in run_check() 159 check_nodes_props(c, dt, dt); in run_check() [all …]
|
D | dtc.c | 219 fill_fullpaths(bi->dt, ""); in main()
|
D | livetree.c | 251 bi->dt = tree; in build_boot_info() 608 sort_node(bi->dt); in sort_tree()
|
D | dtc.h | 217 struct node *dt; /* the device tree */ member
|
D | treesource.c | 280 write_tree_source_node(f, bi->dt, 0); in dt_to_source()
|
D | flattree.c | 384 flatten_tree(bi->dt, &bin_emitter, &dtbuf, &strbuf, vi); in dt_to_blob() 550 flatten_tree(bi->dt, &asm_emitter, f, &strbuf, vi); in dt_to_asm()
|