Home
last modified time | relevance | path

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

/scripts/dtc/
Dchecks.c49 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 …]
Ddtc.c219 fill_fullpaths(bi->dt, ""); in main()
Dlivetree.c251 bi->dt = tree; in build_boot_info()
608 sort_node(bi->dt); in sort_tree()
Ddtc.h217 struct node *dt; /* the device tree */ member
Dtreesource.c280 write_tree_source_node(f, bi->dt, 0); in dt_to_source()
Dflattree.c384 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()