Searched refs:DO_BUS_ENUMERATED_DEVICE (Results 1 – 10 of 10) sorted by relevance
247 DeviceExtension->KeyboardPdo->Flags |= DO_POWER_PAGABLE | DO_BUS_ENUMERATED_DEVICE; in GreenQueryBusRelations()267 DeviceExtension->ScreenPdo->Flags |= DO_POWER_PAGABLE | DO_BUS_ENUMERATED_DEVICE; in GreenQueryBusRelations()
422 Pdo->Flags |= DO_BUS_ENUMERATED_DEVICE; in IopInitializePlugPlayServices()
350 Device->Pdo->Flags |= DO_BUS_ENUMERATED_DEVICE; in PnpRootCreateDevice()948 Device->Pdo->Flags |= DO_BUS_ENUMERATED_DEVICE; in PnpRootQueryDeviceRelations()
352 DeviceObject->Flags |= DO_BUS_ENUMERATED_DEVICE; in PiControlInitializeDevice()
2150 ChildDeviceObject->Flags |= DO_BUS_ENUMERATED_DEVICE; in PiEnumerateDevice()
257 Pdo->Flags |= DO_BUS_ENUMERATED_DEVICE; in FdoCreateRawParallelPdo()
127 Pdo->Flags |= DO_BUS_ENUMERATED_DEVICE; in ReportDetectedDevice()
1510 if ((PDO->Flags & DO_BUS_ENUMERATED_DEVICE) != DO_BUS_ENUMERATED_DEVICE) in IopGetDevicePDO()
1139 pdo->Flags |= DO_BUS_ENUMERATED_DEVICE; in add_volume_device()
253 #define DO_BUS_ENUMERATED_DEVICE 0x00001000 macro