Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gvt/
H A Dopregion.c128 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()
/linux/scripts/kconfig/
H A Dgconf.c1211 struct menu *child1; in update_tree() local
1223 for (child1 = src->list; child1; child1 = child1->next) { in update_tree()
1225 sym = child1->sym; in update_tree()
1228 menu1 = child1; in update_tree()
1235 if ((opt_mode == OPT_NORMAL && !menu_is_visible(child1)) || in update_tree()
1236 (opt_mode == OPT_PROMPT && !menu_has_prompt(child1)) || in update_tree()
1237 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) { in update_tree()
1275 } else if (sym && (child1->flags & MENU_CHANGED)) { in update_tree()
1280 update_tree(child1, child2); in update_tree()