Searched refs:in_tree (Results 1 - 7 of 7) sorted by relevance

/u-boot/test/py/tests/
H A Dtest_bind.py9 def in_tree(response, name, uclass, drv, depth, last_child): function
33 assert in_tree(tree, 'bind-test', 'simple_bus', 'simple_bus', 0, True)
34 assert in_tree(tree, 'bind-test-child1', 'phy', 'phy_sandbox', 1, False)
35 assert in_tree(tree, 'bind-test-child2', 'simple_bus', 'simple_bus', 1, True)
42 assert in_tree(tree, 'usb@1', 'ethernet', 'usb_ether', 1, True)
48 assert in_tree(tree, 'bind-test', 'simple_bus', 'simple_bus', 0, True)
50 assert in_tree(tree, 'bind-test-child2', 'simple_bus', 'simple_bus', 1, True)
56 assert in_tree(tree, 'bind-test', 'simple_bus', 'simple_bus', 0, True)
57 assert in_tree(tree, 'bind-test-child1', 'phy', 'phy_sandbox', 1, True)
58 assert in_tree(tre
[all...]
/u-boot/tools/buildman/
H A Dcontrol.py674 force_reconfig = args.force_reconfig, in_tree = args.in_tree,
H A Dbuilderthread.py208 if not self.builder.in_tree:
353 if work_in_output or self.builder.in_tree:
H A Dbuilder.py196 in_tree: Build U-Boot in-tree instead of specifying an output
265 force_reconfig=False, in_tree=False,
310 in_tree (bool): Bulid in tree instead of out-of-tree
353 self.in_tree = in_tree
/u-boot/fs/ubifs/
H A Dlpt.c1770 * @in_tree: is the node in the tree in memory
1782 int in_tree; member in struct:lpt_scan_node
1812 path->in_tree = 1;
1817 path->in_tree = 0;
1871 path->in_tree = 1;
1876 path->in_tree = 0;
1957 path[0].in_tree = 1;
1985 ret = scan_cb(c, lprops, path[h].in_tree, data);
1996 if (path[h].in_tree)
2006 path[h].in_tree
[all...]
H A Dlprops.c1014 * @in_tree: whether the LEB properties are in main memory
1023 const struct ubifs_lprops *lp, int in_tree,
1042 if (in_tree) {
1077 if (in_tree && cat > 0 && cat <= LPROPS_HEAP_CNT) {
1022 scan_check_cb(struct ubifs_info *c, const struct ubifs_lprops *lp, int in_tree, struct ubifs_lp_stats *lst) argument
H A Dubifs.h1245 int in_tree, void *data);

Completed in 74 milliseconds