Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A 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 …]
H A Dlivetree.c251 bi->dt = tree; in build_boot_info()
608 sort_node(bi->dt); in sort_tree()
H A 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()
H A Ddtc.c203 fill_fullpaths(bi->dt, ""); in main()
H A Ddtc.h217 struct node *dt; /* the device tree */ member
H A Dtreesource.c280 write_tree_source_node(f, bi->dt, 0); in dt_to_source()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dgfs2_ondisk.h218 #define DT2IF(dt) (((dt) << 12) & S_IFMT) argument