Home
last modified time | relevance | path

Searched refs:PowerIrp (Results 1 – 6 of 6) sorted by relevance

/reactos/drivers/usb/usbhub/
H A Dpower.c430 PIRP PowerIrp; in USBH_FdoDeferPoRequestCompletion() local
437 PowerIrp = Extension->PowerIrp; in USBH_FdoDeferPoRequestCompletion()
444 IoStack = IoGetCurrentIrpStackLocation(PowerIrp); in USBH_FdoDeferPoRequestCompletion()
453 IoCopyCurrentIrpStackLocationToNext(PowerIrp); in USBH_FdoDeferPoRequestCompletion()
454 PoStartNextPowerIrp(PowerIrp); in USBH_FdoDeferPoRequestCompletion()
455 PoCallDriver(Extension->LowerDevice, PowerIrp); in USBH_FdoDeferPoRequestCompletion()
701 HubExtension->PowerIrp = Irp; in USBH_FdoPower()
H A Dusbhub.h200 PIRP PowerIrp; member
/reactos/drivers/bus/acpi/cmbatt/
H A Dcmbpnp.c37 &DeviceExtension->PowerIrp); in CmBattWaitWakeLoop()
48 DeviceExtension->PowerIrp = NULL; in CmBattWaitWakeLoop()
165 if (DeviceExtension->PowerIrp) in CmBattRemoveDevice()
168 IoCancelIrp(DeviceExtension->PowerIrp); in CmBattRemoveDevice()
169 DeviceExtension->PowerIrp = NULL; in CmBattRemoveDevice()
473 else if (!(DeviceExtension->PowerIrp) && in CmBattPnpDispatch()
482 &DeviceExtension->PowerIrp); in CmBattPnpDispatch()
H A Dcmbatt.h166 PIRP PowerIrp; member
/reactos/drivers/input/i8042prt/
H A Dkeyboard.c210 WaitingIrp = InterlockedExchangePointer((PVOID)&DeviceExtension->PowerIrp, NULL); in i8042PowerWorkItem()
265 WaitingIrp = InterlockedExchangePointer((PVOID)&DeviceExtension->PowerIrp, NULL); in i8042PowerWorkItem()
427 (PVOID)&DeviceExtension->PowerIrp, in i8042KbdDeviceControl()
445 (VOID)InterlockedCompareExchangePointer((PVOID)&DeviceExtension->PowerIrp, NULL, Irp); in i8042KbdDeviceControl()
H A Di8042prt.h159 PIRP PowerIrp; member