Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
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()
/kernel/linux/linux-5.10/Documentation/devicetree/
Dof_unittest.rst129 test-child0 -> test-sibling1 -> test-sibling2 -> test-sibling3 -> null
174 test-sibling3 -> test-sibling2 -> test-sibling1 -> test-child0 -> null
182 Astute readers would have noticed that test-child0 node becomes the last
184 test-child0 the test-sibling1 is attached that pushes the child node
185 (i.e. test-child0) to become a sibling and makes itself a child node,