Home
last modified time | relevance | path

Searched refs:child0 (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/translations/zh_CN/devicetree/
H A Dof_unittest.rst122 test-child0 -> test-sibling1 -> test-sibling2 -> test-sibling3 -> null
164 test-sibling3 -> test-sibling2 -> test-sibling1 -> test-child0 -> null
172 聪明的读者会注意到,与先前的结构相比,test-child0节点成为最后一个兄弟姐妹(图2)。
173 在连接了第一个test-child0节点之后,又连接了test-sibling1节点,该节点推动子节点
174 (即test-child0)成为兄弟姐妹,并使自己成为子节点,如上所述。
/linux/drivers/gpu/drm/i915/gvt/
H A Dopregion.c127 struct efp_child_device_config child0; member
176 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()
/linux/Documentation/devicetree/
H A Dof_unittest.rst150 test-child0 -> test-sibling1 -> test-sibling2 -> test-sibling3 -> null
195 test-sibling3 -> test-sibling2 -> test-sibling1 -> test-child0 -> null
203 Astute readers would have noticed that test-child0 node becomes the last
205 test-child0 the test-sibling1 is attached that pushes the child node
206 (i.e. test-child0) to become a sibling and makes itself a child node,