Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Dopregion.c127 struct efp_child_device_config child0; member
177 v->child0.handle = DEVICE_TYPE_EFP1; in virt_vbt_generation()
178 v->child0.device_type = DEVICE_TYPE_DP; in virt_vbt_generation()
179 v->child0.dvo_port = DVO_PORT_DPA; in virt_vbt_generation()
180 v->child0.aux_channel = DP_AUX_A; in virt_vbt_generation()
181 v->child0.dp_compat = true; in virt_vbt_generation()
182 v->child0.integrated_encoder = true; in virt_vbt_generation()
/Linux-v4.19/Documentation/devicetree/
Dof_unittest.txt122 test-child0 -> test-sibling1 -> test-sibling2 -> test-sibling3 -> null
167 test-sibling3 -> test-sibling2 -> test-sibling1 -> test-child0 -> null
175 Astute readers would have noticed that test-child0 node becomes the last
177 test-child0 the test-sibling1 is attached that pushes the child node
178 (i.e. test-child0) to become a sibling and makes itself a child node,