Searched refs:sibling (Results 1 – 11 of 11) sorted by relevance
| /rk3399_rockchip-uboot/lib/ |
| H A D | rbtree.c | 196 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; in ____rb_erase_color() local 206 sibling = parent->rb_right; in ____rb_erase_color() 207 if (node != sibling) { /* node == parent->rb_left */ in ____rb_erase_color() 208 if (rb_is_red(sibling)) { in ____rb_erase_color() 218 parent->rb_right = tmp1 = sibling->rb_left; in ____rb_erase_color() 219 sibling->rb_left = parent; in ____rb_erase_color() 221 __rb_rotate_set_parents(parent, sibling, root, in ____rb_erase_color() 223 augment_rotate(parent, sibling); in ____rb_erase_color() 224 sibling = tmp1; in ____rb_erase_color() 226 tmp1 = sibling->rb_right; in ____rb_erase_color() [all …]
|
| H A D | of_live.c | 123 np->sibling = dad->child; in unflatten_dt_node() 239 struct device_node *next = child->sibling; in unflatten_dt_node() 241 child->sibling = np->child; in unflatten_dt_node()
|
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | of.h | 53 struct device_node *sibling; member
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | of_access.c | 158 while (np->parent && !np->sibling) in of_find_all_nodes() 160 np = np->sibling; /* Might be null at the end of the tree */ in of_find_all_nodes() 302 next = prev ? prev->sibling : node->child; in __of_get_next_child() 309 for (; next; next = next->sibling) in __of_get_next_child()
|
| H A D | ofnode.c | 131 for (np = np->child; np; np = np->sibling) { in ofnode_find_subnode() 192 return np_to_ofnode(node.np->sibling); in ofnode_next_subnode()
|
| H A D | root.c | 225 for (np = node_parent->child; np; np = np->sibling) { in dm_scan_fdt_live()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | ioport.h | 23 struct resource *parent, *sibling, *child; member
|
| /rk3399_rockchip-uboot/arch/arm/ |
| H A D | config.mk | 128 PLATFORM_RELFLAGS += -fno-optimize-sibling-calls
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | gconf.c | 1254 GtkTreeIter *sibling; in update_tree() local 1301 sibling = NULL; in update_tree() 1303 sibling = child2; in update_tree() 1306 dst, sibling); in update_tree()
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | kconfiglib.py | 2506 for sibling in self.parent.actual_symbols: 2507 if sibling is not self: 2508 res.add(sibling) 2509 res |= sibling.dep 2510 for s in sibling.dep:
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | livetree.txt | 135 and their sibling. This allows nodes to be linked together in a hierarchical
|