Home
last modified time | relevance | path

Searched refs:GetDevicePowerPolicyState (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/lib/drivers/wdf/shared/irphandlers/pnp/
H A Dpowerpolicystatemachine.cpp62 ASSERT((_This)->m_Device->GetDevicePowerPolicyState() == (_State))
2930 m_Device->GetDevicePowerPolicyState(), Event); in PowerPolicyProcessEvent()
2955 m_Device->GetDevicePowerPolicyState(), Event); in PowerPolicyProcessEvent()
3100 entry = GetPowerPolicyTableEntry(m_Device->GetDevicePowerPolicyState()); in PowerPolicyProcessEventInner()
3189 m_Device->GetDevicePowerPolicyState(), event); in PowerPolicyProcessEventInner()
3201 m_Device->GetDevicePowerPolicyState(), in PowerPolicyProcessEventInner()
3276 m_Device->GetDevicePowerPolicyState() in PowerPolicyProcessEventInner()
3371 currentState = m_Device->GetDevicePowerPolicyState(); in PowerPolicyEnterNewState()
H A Dnotpowerpolicyownerstatemachine.cpp278 currentState = m_Device->GetDevicePowerPolicyState(); in NotPowerPolicyOwnerEnterNewState()
H A Dfxpkgpnp.cpp5113 data.PowerPolicyState = pDevice->GetDevicePowerPolicyState(); in __drv_minIRQL()
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/
H A Dfxdevice.hpp1165 GetDevicePowerPolicyState( in GetDevicePowerPolicyState() function in FxDevice
/reactos/sdk/lib/drivers/wdf/shared/core/
H A Dfxdeviceapi.cpp380 return pDevice->GetDevicePowerPolicyState(); in __drv_maxIRQL()