Searched refs:child1 (Results 1 – 10 of 10) sorted by relevance
/openbmc/libbej/test/ |
H A D | bej_tree_test.cpp | 64 struct RedfishPropertyLeafInt child1; in TEST() local 72 bejTreeAddInteger(&parent, &child1, nullptr, 1024); in TEST() 74 EXPECT_THAT(parent.firstChild, &child1); in TEST() 75 EXPECT_THAT(parent.lastChild, &child1); in TEST() 79 EXPECT_THAT(parent.firstChild, &child1); in TEST() 83 EXPECT_THAT(child1.leaf.nodeAttr.sibling, &child2); in TEST() 211 struct RedfishPropertyLeafBool child1; in TEST() local 215 bejTreeAddBool(&parent, &child1, nullptr, true); in TEST() 219 EXPECT_THAT(bejTreeIsParentType(&child1.leaf.nodeAttr), false); in TEST()
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | opregion.c | 128 struct efp_child_device_config child1; member 184 v->child1.handle = DEVICE_TYPE_EFP2; in virt_vbt_generation() 185 v->child1.device_type = DEVICE_TYPE_DP; in virt_vbt_generation() 186 v->child1.dvo_port = DVO_PORT_DPB; in virt_vbt_generation() 187 v->child1.aux_channel = DP_AUX_B; in virt_vbt_generation() 188 v->child1.dp_compat = true; in virt_vbt_generation() 189 v->child1.integrated_encoder = true; in virt_vbt_generation()
|
/openbmc/qemu/hw/misc/ |
H A D | omap_clk.c | 31 struct clk *child1; member 628 for (i = clk->child1; i; i = i->sibling) in omap_clk_update() 643 for (i = clk->child1; i; i = i->sibling) in omap_clk_rate_update_full() 666 for (p = &clk->parent->child1; *p != clk; p = &(*p)->sibling); in omap_clk_reparent() 672 clk->sibling = parent->child1; in omap_clk_reparent() 673 parent->child1 = clk; in omap_clk_reparent() 729 j->sibling = k->child1; in omap_clk_init() 730 k->child1 = j; in omap_clk_init() 733 k->sibling = j->child1; in omap_clk_init() 734 j->child1 = k; in omap_clk_init()
|
/openbmc/linux/Documentation/translations/zh_CN/devicetree/ |
H A D | of_unittest.rst | 76 有一个指向共同节点的父指针(例如,child1、sibling2、sibling3、sibling4的父指针指向 81 child1 -> sibling2 -> sibling3 -> sibling4 -> null 138 testcase-data -> child1 -> sibling2 -> sibling3 -> sibling4 -> null 160 testcase-data -> child1 -> sibling2 -> sibling3 -> sibling4 -> null
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 139 | 209 def addQuorum(self, quorum, child0, child1): argument 211 self.checkBlockDriverState(child1, False) 219 'node-name': child1, 228 self.checkBlockDriverState(child1)
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | gconf.c | 1250 struct menu *child1; in update_tree() local 1262 for (child1 = src->list; child1; child1 = child1->next) { in update_tree() 1264 sym = child1->sym; in update_tree() 1267 menu1 = child1; in update_tree() 1280 if ((opt_mode == OPT_NORMAL && !menu_is_visible(child1)) || in update_tree() 1281 (opt_mode == OPT_PROMPT && !menu_has_prompt(child1)) || in update_tree() 1282 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) { in update_tree() 1325 update_tree(child1, child2); in update_tree()
|
/openbmc/linux/scripts/kconfig/ |
H A D | gconf.c | 1247 struct menu *child1; in update_tree() local 1259 for (child1 = src->list; child1; child1 = child1->next) { in update_tree() 1261 sym = child1->sym; in update_tree() 1264 menu1 = child1; in update_tree() 1277 if ((opt_mode == OPT_NORMAL && !menu_is_visible(child1)) || in update_tree() 1278 (opt_mode == OPT_PROMPT && !menu_has_prompt(child1)) || in update_tree() 1279 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) { in update_tree() 1322 update_tree(child1, child2); in update_tree()
|
/openbmc/linux/Documentation/devicetree/ |
H A D | of_unittest.rst | 101 pointer pointing to a common node (e.g. child1, sibling2, sibling3, sibling4's 106 child1 -> sibling2 -> sibling3 -> sibling4 -> null 169 testcase-data -> child1 -> sibling2 -> sibling3 -> sibling4 -> null 191 testcase-data -> child1 -> sibling2 -> sibling3 -> sibling4 -> null
|
/openbmc/qemu/tests/unit/ |
H A D | test-xs-node.c | 165 XsNode *child1 = val; in compare_child() local 178 compare_nodes(cw, child1, child2); in compare_child()
|
/openbmc/u-boot/arch/sandbox/dts/ |
H A D | test.dts | 113 bind-test-child1 {
|