Home
last modified time | relevance | path

Searched refs:PDCAP_WAKE_FROM_D3_SUPPORTED (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/xdk/
H A Dpotypes.h249 #define PDCAP_WAKE_FROM_D3_SUPPORTED 0x00000080 macro
/reactos/dll/win32/devmgr/properties/
H A Dadvprop.cpp43 #define PDCAP_WAKE_FROM_D3_SUPPORTED 0x00000080 macro
1643 if (PowerData.PD_Capabilities & PDCAP_WAKE_FROM_D3_SUPPORTED) in DisplayPowerCapabilities()
/reactos/ntoskrnl/io/pnpmgr/
H A Dplugplay.c596 PowerData->PD_Capabilities |= PDCAP_WAKE_FROM_D3_SUPPORTED; in IopGetDeviceProperty()