Home
last modified time | relevance | path

Searched refs:DO_BUS_ENUMERATED_DEVICE (Results 1 – 10 of 10) sorted by relevance

/reactos/modules/rosapps/drivers/green/
H A Dpnp.c247 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()
/reactos/ntoskrnl/io/pnpmgr/
H A Dpnpinit.c422 Pdo->Flags |= DO_BUS_ENUMERATED_DEVICE; in IopInitializePlugPlayServices()
H A Dpnproot.c350 Device->Pdo->Flags |= DO_BUS_ENUMERATED_DEVICE; in PnpRootCreateDevice()
948 Device->Pdo->Flags |= DO_BUS_ENUMERATED_DEVICE; in PnpRootQueryDeviceRelations()
H A Dplugplay.c352 DeviceObject->Flags |= DO_BUS_ENUMERATED_DEVICE; in PiControlInitializeDevice()
H A Ddevaction.c2150 ChildDeviceObject->Flags |= DO_BUS_ENUMERATED_DEVICE; in PiEnumerateDevice()
/reactos/drivers/parallel/parport/
H A Dfdo.c257 Pdo->Flags |= DO_BUS_ENUMERATED_DEVICE; in FdoCreateRawParallelPdo()
/reactos/drivers/serial/serenum/
H A Ddetect.c127 Pdo->Flags |= DO_BUS_ENUMERATED_DEVICE; in ReportDetectedDevice()
/reactos/ntoskrnl/io/iomgr/
H A Dfile.c1510 if ((PDO->Flags & DO_BUS_ENUMERATED_DEVICE) != DO_BUS_ENUMERATED_DEVICE) in IopGetDevicePDO()
/reactos/drivers/filesystems/btrfs/
H A Dvolume.c1139 pdo->Flags |= DO_BUS_ENUMERATED_DEVICE; in add_volume_device()
/reactos/sdk/include/xdk/
H A Diotypes.h253 #define DO_BUS_ENUMERATED_DEVICE 0x00001000 macro