Searched refs:tree (Results 26 - 43 of 43) sorted by relevance

12

/u-boot/scripts/dtc/
H A Dflattree.c250 static void flatten_tree(struct node *tree, struct emitter *emit, argument
258 if (tree->deleted)
261 emit->beginnode(etarget, tree->labels);
264 emit->string(etarget, tree->fullpath, 0);
266 emit->string(etarget, tree->name, 0);
270 for_each_property(tree, prop) {
291 emit->cell(etarget, tree->basenamelen+1);
294 if ((vi->flags & FTF_VARALIGN) && ((tree->basenamelen+1) >= 8))
297 emit->string(etarget, tree->name, tree
824 struct node *tree; local
[all...]
/u-boot/include/
H A Devent.h138 * This event is triggered during device-tree fix up after all
139 * other device-tree fixups have been executed.
141 * the address of the device-tree to fix up and the list of images to be
199 * @tree: tree to update
203 oftree tree; member in struct:event_data::event_ft_fixup
/u-boot/cmd/
H A Ddm.c121 "dm tree [-s][-e][name] Dump tree of driver model devices (-s=sort)\n"
130 U_BOOT_SUBCMD_MKENT(tree, 4, 1, do_dm_dump_tree),
/u-boot/test/boot/
H A Dcedit.c68 oftree tree; local
95 tree = oftree_from_fdt(fdt);
96 node = ofnode_find_subnode(oftree_root(tree), CEDIT_NODE_NAME);
/u-boot/scripts/kconfig/
H A Dgconf.c57 GtkTreeStore *tree1, *tree2, *tree; variable
197 tree = tree2 = gtk_tree_store_new(COL_NUMBER,
805 /* Change the value of a symbol and update the tree */
996 /* User click: display sub-tree in the right frame. */
1175 gtk_tree_store_set(tree, node,
1197 /* Add a node to the tree */
1203 gtk_tree_store_append(tree, node, parent);
1208 /* Find a node in the GTK+ tree */
1245 * Update the tree by adding/removing entries
1333 /* Display the whole tree (singl
[all...]
/u-boot/tools/
H A Dproftool.c124 * struct flame_node - a node in the call-stack tree
1619 * create_node() - Create a new node in the flamegraph tree
1729 * make_flame_tree() - Create a tree of stack traces
1731 * Set up a tree, with the root node having the top-level functions as children
1736 * @treep: Returns the resulting flamegraph tree
1743 struct flame_node *tree; local
1750 tree = create_node("tree");
1751 if (!tree)
1753 state.node = tree;
1873 struct flame_node *tree; local
[all...]
/u-boot/boot/
H A Dimage-fdt.c143 * boot_relocate_fdt - relocate flat device tree
241 puts("device tree - allocation error\n");
254 debug("## device tree at %p ... %p (len=%ld [0x%lX])\n",
552 * Verify the device tree.
554 * This function is called after all device tree fix-ups have been enacted,
555 * so that the final device tree can be verified. The definition of "verified"
557 * addresses of some of the devices in the device tree are compared with the
661 fixup.tree = oftree_from_fdt(blob);
663 if (oftree_valid(fixup.tree)) {
H A Dvbe_request.c3 * Verified Boot for Embedded (VBE) OS request (device tree fixup) functions
144 * bootmeth_vbe_ft_fixup() - Process VBE OS requests and do device tree fixups
168 log_warning("Cannot fix up live tree\n");
176 dest_parent = oftree_path(fixup->tree, "/chosen");
H A Dcedit.c442 int cedit_read_settings(struct expo *exp, oftree tree) argument
448 root = oftree_root(tree);
/u-boot/test/py/tests/
H A Dtest_efi_selftest.py28 """Test the device tree support in the UEFI sub-system
36 assert '\'device tree\'' in output
37 u_boot_console.run_command(cmd='setenv efi_selftest device tree')
43 raise Exception('serial-number missing in device tree')
/u-boot/arch/arm/
H A Dconfig.mk153 # 2) unit tests include device tree blobs
/u-boot/scripts/
H A Dget_maintainer.pl54 my $tree = 1;
268 'tree!' => \$tree,
334 if ($tree && !top_of_kernel_tree($lk_path)) {
336 . "a U-Boot source tree.\n";
547 $file =~ s/^\Q${lk_path}\E//; #or the path to the lk tree
1064 --scm => print SCM tree(s) if any
1080 --no-tree => run without a kernel tree
1086 [--email --tree
[all...]
H A Dcheckpatch.pl29 my $tree = 1;
88 --no-tree run without a kernel tree
115 --root=PATH PATH to the kernel tree root
296 'tree!' => \$tree,
446 if ($tree) {
449 die "$P: $root: --root does not point at a valid tree\n";
461 print "Must be run from the top-level dir. of a kernel tree\n";
1105 return 0 if (!$tree || !(
[all...]
/u-boot/lib/zstd/common/
H A Dhuf.h10 * LICENSE file in the root directory of this source tree) and the GPLv2 (found
11 * in the COPYING file in the root directory of this source tree).
217 size_t HUF_buildCTable_wksp (HUF_CElt* tree,
222 * Read compact Huffman tree, saved by HUF_writeCTable().
/u-boot/tools/patman/
H A Dstatus.py393 base_tree = cherry.parents[0].tree
H A Dfunc_test.py137 tree with the following metadata in the top commit:
368 tree = index.write_tree()
370 self.repo.create_commit('HEAD', author, committer, message, tree,
374 """Make a simple git tree suitable for testing
1043 # Set up the test git tree. We use branch 'first' which has two commits
/u-boot/doc/sphinx/
H A Dparse-headers.pl386 tree for more details.
/u-boot/tools/binman/
H A Dftest.py110 # The expected size for the device tree in some tests
113 # Properties expected to be in the device tree when update_dtb is used
116 # Extra properties expected to be in the device tree when allow-repack is used
380 fname: Device-tree source filename to use (e.g. 005_simple.dts)
384 tree before packing it into the image
459 """Set up a new test device-tree file
461 The given file is compiled and set up as the device tree to be used
466 outfile: Output filename for compiled device-tree binary
469 Contents of device-tree binary
516 fname: Device-tree sourc
[all...]

Completed in 320 milliseconds

12