Searched refs:child0 (Results 1 – 3 of 3) sorted by relevance
122 test-child0 -> test-sibling1 -> test-sibling2 -> test-sibling3 -> null164 test-sibling3 -> test-sibling2 -> test-sibling1 -> test-child0 -> null172 聪明的读者会注意到,与先前的结构相比,test-child0节点成为最后一个兄弟姐妹(图2)。173 在连接了第一个test-child0节点之后,又连接了test-sibling1节点,该节点推动子节点174 (即test-child0)成为兄弟姐妹,并使自己成为子节点,如上所述。
127 struct efp_child_device_config child0; member176 v->child0.handle = DEVICE_TYPE_EFP1; in virt_vbt_generation()177 v->child0.device_type = DEVICE_TYPE_DP; in virt_vbt_generation()178 v->child0.dvo_port = DVO_PORT_DPA; in virt_vbt_generation()179 v->child0.aux_channel = DP_AUX_A; in virt_vbt_generation()180 v->child0.dp_compat = true; in virt_vbt_generation()181 v->child0.integrated_encoder = true; in virt_vbt_generation()
150 test-child0 -> test-sibling1 -> test-sibling2 -> test-sibling3 -> null195 test-sibling3 -> test-sibling2 -> test-sibling1 -> test-child0 -> null203 Astute readers would have noticed that test-child0 node becomes the last205 test-child0 the test-sibling1 is attached that pushes the child node206 (i.e. test-child0) to become a sibling and makes itself a child node,