Home
last modified time | relevance | path

Searched refs:GetDevicePnpState (Results 1 – 9 of 9) sorted by relevance

/reactos/sdk/lib/drivers/wdf/shared/irphandlers/pnp/
H A Dpnpstatemachine.cpp856 m_Device->GetDevicePnpState(), in PnpProcessEvent()
875 m_Device->GetDevicePnpState(), in PnpProcessEvent()
1007 entry = GetPnpTableEntry(m_Device->GetDevicePnpState()); in PnpProcessEventInner()
1095 m_Device->GetDevicePnpState(), in PnpProcessEventInner()
1109 m_Device->GetDevicePnpState(), in PnpProcessEventInner()
1177 currentState = m_Device->GetDevicePnpState(); in PnpEnterNewState()
H A Dfxinterruptapi.cpp353 devicePnpState = pDevice->GetDevicePnpState(); in __drv_maxIRQL()
H A Dinterruptobject.cpp555 ASSERT(m_Device->GetDevicePnpState() != WdfDevStatePnpInit); in Initialize()
H A Dfxpkgpnp.cpp210 m_Device->GetDevicePnpState() == WdfDevStatePnpInit); in ~FxPkgPnp()
/reactos/sdk/lib/drivers/wdf/shared/core/
H A Dfxdeviceapi.cpp336 return pDevice->GetDevicePnpState(); in __drv_maxIRQL()
1873 if (pDevice->GetDevicePnpState() != WdfDevStatePnpInit) { in __drv_maxIRQL()
2584 if (pDevice->GetDevicePnpState() != WdfDevStatePnpInit) { in __drv_maxIRQL()
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/io/
H A Dfxioqueueapi.cpp189 if (pDevice->GetDevicePnpState() != WdfDevStatePnpInit) { in __drv_maxIRQL()
/reactos/sdk/lib/drivers/wdf/kmdf/src/core/
H A Dfxchildlist.cpp2134 ASSERT(pPdo->GetDevicePnpState() == WdfDevStatePnpInit); in DrainFreeListHead()
2347 ASSERT(init.CreatedDevice->GetDevicePnpState() == WdfDevStatePnpInit); in CreateDevice()
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/
H A Dfxdevice.hpp1149 GetDevicePnpState( in GetDevicePnpState() function in FxDevice
/reactos/sdk/lib/drivers/wdf/shared/targets/general/
H A Dfxiotargetapi.cpp1969 if (pDevice->GetDevicePnpState() != WdfDevStatePnpInit) { in _IRQL_requires_max_()