child1            128 drivers/gpu/drm/i915/gvt/opregion.c 	struct efp_child_device_config child1;
child1            185 drivers/gpu/drm/i915/gvt/opregion.c 	v->child1.handle = DEVICE_TYPE_EFP2;
child1            186 drivers/gpu/drm/i915/gvt/opregion.c 	v->child1.device_type = DEVICE_TYPE_DP;
child1            187 drivers/gpu/drm/i915/gvt/opregion.c 	v->child1.dvo_port = DVO_PORT_DPB;
child1            188 drivers/gpu/drm/i915/gvt/opregion.c 	v->child1.aux_channel = DP_AUX_B;
child1            189 drivers/gpu/drm/i915/gvt/opregion.c 	v->child1.dp_compat = true;
child1            190 drivers/gpu/drm/i915/gvt/opregion.c 	v->child1.integrated_encoder = true;
child1           1249 scripts/kconfig/gconf.c 	struct menu *child1;
child1           1261 scripts/kconfig/gconf.c 	for (child1 = src->list; child1; child1 = child1->next) {
child1           1263 scripts/kconfig/gconf.c 		sym = child1->sym;
child1           1266 scripts/kconfig/gconf.c 		menu1 = child1;
child1           1279 scripts/kconfig/gconf.c 		if ((opt_mode == OPT_NORMAL && !menu_is_visible(child1)) ||
child1           1280 scripts/kconfig/gconf.c 		    (opt_mode == OPT_PROMPT && !menu_has_prompt(child1)) ||
child1           1281 scripts/kconfig/gconf.c 		    (opt_mode == OPT_ALL    && !menu_get_prompt(child1))) {
child1           1324 scripts/kconfig/gconf.c 		update_tree(child1, child2);