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

/linux-master/drivers/gpu/drm/i915/gvt/
H A Dopregion.c128 struct efp_child_device_config child1; member in struct:vbt
184 v->child1.handle = DEVICE_TYPE_EFP2;
185 v->child1.device_type = DEVICE_TYPE_DP;
186 v->child1.dvo_port = DVO_PORT_DPB;
187 v->child1.aux_channel = DP_AUX_B;
188 v->child1.dp_compat = true;
189 v->child1.integrated_encoder = true;
/linux-master/scripts/kconfig/
H A Dgconf.c1247 struct menu *child1; local
1259 for (child1 = src->list; child1; child1 = child1->next) {
1261 sym = child1->sym;
1264 menu1 = child1;
1277 if ((opt_mode == OPT_NORMAL && !menu_is_visible(child1)) ||
1278 (opt_mode == OPT_PROMPT && !menu_has_prompt(child1)) ||
1279 (opt_mode == OPT_ALL && !menu_get_prompt(child1))) {
[all...]

Completed in 102 milliseconds