Searched refs:PnpPowerEventCallbacks (Results 1 – 12 of 12) sorted by relevance
/reactos/sdk/lib/drivers/wdf/shared/enhancedverif/ |
H A D | verifier.cpp | 92 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 D | fxdeviceinitapi.cpp | 709 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 D | fxdeviceinit.cpp | 56 RtlZeroMemory(&PnpPower.PnpPowerEventCallbacks, sizeof(PnpPower.PnpPowerEventCallbacks)); in WDFDEVICE_INIT()
|
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/ |
H A D | fxdeviceinit.hpp | 53 WDF_PNPPOWER_EVENT_CALLBACKS PnpPowerEventCallbacks; member
|
/reactos/sdk/include/wdf/kmdf/1.17/ |
H A D | wdfdevice.h | 2907 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 D | vfwdfdynamics.cpp | 675 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 D | vffxdynamics.h | 315 PWDF_PNPPOWER_EVENT_CALLBACKS PnpPowerEventCallbacks
|
H A D | fxdynamics.h | 592 PWDF_PNPPOWER_EVENT_CALLBACKS PnpPowerEventCallbacks
|
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/pnp/ |
H A D | fxpkgpnp.cpp | 506 status = RegisterCallbacks(&DeviceInit->PnpPower.PnpPowerEventCallbacks); in Initialize()
|
/reactos/sdk/lib/drivers/wdf/shared/enhancedverif/km/ |
H A D | vfwdfdynamics.cpp | 1574 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 D | vffxdynamics.h | 855 PWDF_PNPPOWER_EVENT_CALLBACKS PnpPowerEventCallbacks
|
H A D | fxdynamics.h | 1503 PWDF_PNPPOWER_EVENT_CALLBACKS PnpPowerEventCallbacks
|