Home
last modified time | relevance | path

Searched refs:tree (Results 1 – 14 of 14) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dlivetree.c245 struct node *tree, uint32_t boot_cpuid_phys) in build_boot_info() argument
251 bi->dt = tree; in build_boot_info()
286 struct property *get_property_by_label(struct node *tree, const char *label, in get_property_by_label() argument
292 *node = tree; in get_property_by_label()
294 for_each_property(tree, prop) { in get_property_by_label()
302 for_each_child(tree, c) { in get_property_by_label()
312 struct marker *get_marker_label(struct node *tree, const char *label, in get_marker_label() argument
319 *node = tree; in get_marker_label()
321 for_each_property(tree, p) { in get_marker_label()
329 for_each_child(tree, c) { in get_marker_label()
[all …]
H A Dfstree.c31 struct node *tree; in read_fstree() local
37 tree = build_node(NULL, NULL); in read_fstree()
64 add_property(tree, prop); in read_fstree()
72 add_child(tree, newchild); in read_fstree()
79 return tree; in read_fstree()
84 struct node *tree; in dt_from_fs() local
86 tree = read_fstree(dirname); in dt_from_fs()
87 tree = name_node(tree, ""); in dt_from_fs()
89 return build_boot_info(NULL, tree, guess_boot_cpuid(tree)); in dt_from_fs()
H A Ddtc.c35 static void fill_fullpaths(struct node *tree, const char *prefix) in fill_fullpaths() argument
40 tree->fullpath = join_path(prefix, tree->name); in fill_fullpaths()
42 unit = strchr(tree->name, '@'); in fill_fullpaths()
44 tree->basenamelen = unit - tree->name; in fill_fullpaths()
46 tree->basenamelen = strlen(tree->name); in fill_fullpaths()
48 for_each_child(tree, child) in fill_fullpaths()
49 fill_fullpaths(child, tree->fullpath); in fill_fullpaths()
H A Dflattree.c258 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree() argument
266 emit->beginnode(etarget, tree->labels); in flatten_tree()
269 emit->string(etarget, tree->fullpath, 0); in flatten_tree()
271 emit->string(etarget, tree->name, 0); in flatten_tree()
275 for_each_property(tree, prop) { in flatten_tree()
296 emit->cell(etarget, tree->basenamelen+1); in flatten_tree()
299 if ((vi->flags & FTF_VARALIGN) && ((tree->basenamelen+1) >= 8)) in flatten_tree()
302 emit->string(etarget, tree->name, tree->basenamelen); in flatten_tree()
306 for_each_child(tree, child) { in flatten_tree()
310 emit->endnode(etarget, tree->labels); in flatten_tree()
[all …]
H A Ddtc.h185 struct property *get_property_by_label(struct node *tree, const char *label,
187 struct marker *get_marker_label(struct node *tree, const char *label,
190 struct node *get_node_by_path(struct node *tree, const char *path);
191 struct node *get_node_by_label(struct node *tree, const char *label);
192 struct node *get_node_by_phandle(struct node *tree, cell_t phandle);
193 struct node *get_node_by_ref(struct node *tree, const char *ref);
196 uint32_t guess_boot_cpuid(struct node *tree);
222 struct node *tree, uint32_t boot_cpuid_phys);
H A Dtreesource.c234 static void write_tree_source_node(FILE *f, struct node *tree, int level) in write_tree_source_node() argument
241 for_each_label(tree->labels, l) in write_tree_source_node()
243 if (tree->name && (*tree->name)) in write_tree_source_node()
244 fprintf(f, "%s {\n", tree->name); in write_tree_source_node()
248 for_each_property(tree, prop) { in write_tree_source_node()
255 for_each_child(tree, child) { in write_tree_source_node()
/utopia/UTPA2-700.0.x/projects/build/scripts/tracing/
H A Ddraw_functrace.py59 tree = self
60 while tree != CallTree.ROOT and tree._func != func:
61 tree = tree._parent
62 if tree == CallTree.ROOT:
65 return tree
114 tree = CallTree.ROOT
123 tree = tree.getParent(caller)
124 tree = tree.calls(callee, calltime)
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dtags.sh24 tree=
26 tree=${srctree}/
33 for arch in `ls ${tree}arch`; do
51 find ${tree}arch/$1 $ignore $prune -name "$2" -print;
57 include=$(find ${tree}arch/$1/ -name include -type d);
67 find ${tree}include $ignore -name config -prune -o -name "$1" -print;
74 find ${tree}* $ignore \
H A Dcheckpatch.pl18 my $tree = 1;
68 'tree!' => \$tree,
113 if ($tree) {
276 if ($tree && -f "$root/$removal") {
1341 if (!$file && $tree && $p1_prefix ne '' &&
1389 if ($tree) {
2421 if ($tree && $rawline =~ m{^.\s*\#\s*include\s*\<asm\/(.*)\.h\>}) {
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dgconf.c57 GtkTreeStore *tree1, *tree2, *tree; variable
221 tree = tree2 = gtk_tree_store_new(COL_NUMBER, in init_tree_model()
1232 gtk_tree_store_set(tree, node, in set_node()
1260 gtk_tree_store_append(tree, node, parent); in place_node()
1414 && !(child->flags & MENU_ROOT) && (tree == tree1)) in display_tree()
1418 && (tree == tree2)) in display_tree()
1439 && (tree == tree2)) in display_tree()
1479 tree = tree1; in display_list()
1482 tree = tree2; in display_list()
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile626 # subdirectory from a directory tree whose root is specified with the INPUT tag.
903 # to the contents of the HTML help documentation and to the tree view.
950 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
953 # containing a tree-like index structure (just like the one that
959 # and Class Hierarchy pages using a tree view instead of an ordered list;
968 # used to set the initial width (in pixels) of the frame in which the tree
H A Dbsp.dxyfile625 # subdirectory from a directory tree whose root is specified with the INPUT tag.
902 # to the contents of the HTML help documentation and to the tree view.
949 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
952 # containing a tree-like index structure (just like the one that
958 # and Class Hierarchy pages using a tree view instead of an ordered list;
967 # used to set the initial width (in pixels) of the frame in which the tree
/utopia/UTPA2-700.0.x/projects/build/scripts/package/
H A DMakefile121 git archive --prefix=$(perf-tar)/ HEAD^{tree} \
/utopia/UTPA2-700.0.x/projects/build/Ksym/
H A D.Ksym.o.cmd702 $(wildcard include/config/tree/rcu.h) \
703 $(wildcard include/config/tree/preempt/rcu.h) \