Home
last modified time | relevance | path

Searched refs:PnpPowerEventCallbacks (Results 1 – 12 of 12) sorted by relevance

/reactos/sdk/lib/drivers/wdf/shared/enhancedverif/
H A Dverifier.cpp92 if (deviceInit->PnpPower.PnpPowerEventCallbacks.Size != in AddEventHooksWdfDeviceCreate()
125 &deviceInit->PnpPower.PnpPowerEventCallbacks, in AddEventHooksWdfDeviceCreate()
138 pnpPowerEvts = &deviceInit->PnpPower.PnpPowerEventCallbacks; in AddEventHooksWdfDeviceCreate()
234 RtlCopyMemory(&deviceInit->PnpPower.PnpPowerEventCallbacks, in AddEventHooksWdfDeviceCreate()
/reactos/sdk/lib/drivers/wdf/shared/core/
H A Dfxdeviceinitapi.cpp709 PWDF_PNPPOWER_EVENT_CALLBACKS PnpPowerEventCallbacks in __drv_maxIRQL()
719 FxPointerNotNull(pFxDriverGlobals, PnpPowerEventCallbacks); in __drv_maxIRQL()
721 if (PnpPowerEventCallbacks->Size != sizeof(WDF_PNPPOWER_EVENT_CALLBACKS) && in __drv_maxIRQL()
722 PnpPowerEventCallbacks->Size != sizeof(_WDF_PNPPOWER_EVENT_CALLBACKS_V1_9)) { in __drv_maxIRQL()
727 PnpPowerEventCallbacks->Size, sizeof(WDF_PNPPOWER_EVENT_CALLBACKS) in __drv_maxIRQL()
739 if (PnpPowerEventCallbacks->Size > sizeof(WDF_PNPPOWER_EVENT_CALLBACKS_V1_9) && in __drv_maxIRQL()
740 PnpPowerEventCallbacks->EvtDeviceUsageNotification != NULL && in __drv_maxIRQL()
741 PnpPowerEventCallbacks->EvtDeviceUsageNotificationEx != NULL) { in __drv_maxIRQL()
759 RtlCopyMemory(&DeviceInit->PnpPower.PnpPowerEventCallbacks, in __drv_maxIRQL()
760 PnpPowerEventCallbacks, in __drv_maxIRQL()
[all …]
H A Dfxdeviceinit.cpp56 RtlZeroMemory(&PnpPower.PnpPowerEventCallbacks, sizeof(PnpPower.PnpPowerEventCallbacks)); in WDFDEVICE_INIT()
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/
H A Dfxdeviceinit.hpp53 WDF_PNPPOWER_EVENT_CALLBACKS PnpPowerEventCallbacks; member
/reactos/sdk/include/wdf/kmdf/1.17/
H A Dwdfdevice.h2907 PWDF_PNPPOWER_EVENT_CALLBACKS PnpPowerEventCallbacks
2917 PWDF_PNPPOWER_EVENT_CALLBACKS PnpPowerEventCallbacks in _IRQL_requires_max_()
2920 …iceInitSetPnpPowerEventCallbacksTableIndex])(WdfDriverGlobals, DeviceInit, PnpPowerEventCallbacks); in _IRQL_requires_max_()
/reactos/sdk/lib/drivers/wdf/shared/enhancedverif/um/
H A Dvfwdfdynamics.cpp675 PWDF_PNPPOWER_EVENT_CALLBACKS PnpPowerEventCallbacks in _IRQL_requires_max_()
679 …ions.pfnWdfDeviceInitSetPnpPowerEventCallbacks)(DriverGlobals, DeviceInit, PnpPowerEventCallbacks); in _IRQL_requires_max_()
/reactos/sdk/lib/drivers/wdf/umdf/fxlib/version/
H A Dvffxdynamics.h315 PWDF_PNPPOWER_EVENT_CALLBACKS PnpPowerEventCallbacks
H A Dfxdynamics.h592 PWDF_PNPPOWER_EVENT_CALLBACKS PnpPowerEventCallbacks
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/pnp/
H A Dfxpkgpnp.cpp506 status = RegisterCallbacks(&DeviceInit->PnpPower.PnpPowerEventCallbacks); in Initialize()
/reactos/sdk/lib/drivers/wdf/shared/enhancedverif/km/
H A Dvfwdfdynamics.cpp1574 PWDF_PNPPOWER_EVENT_CALLBACKS PnpPowerEventCallbacks in _IRQL_requires_max_()
1578 …ions.pfnWdfDeviceInitSetPnpPowerEventCallbacks)(DriverGlobals, DeviceInit, PnpPowerEventCallbacks); in _IRQL_requires_max_()
/reactos/sdk/lib/drivers/wdf/kmdf/inc/private/
H A Dvffxdynamics.h855 PWDF_PNPPOWER_EVENT_CALLBACKS PnpPowerEventCallbacks
H A Dfxdynamics.h1503 PWDF_PNPPOWER_EVENT_CALLBACKS PnpPowerEventCallbacks