Home
last modified time | relevance | path

Searched refs:IRP_MN_SET_POWER (Results 1 – 25 of 34) sorted by relevance

12

/reactos/drivers/bus/acpi/
H A Dpower.c67 if (stack->MinorFunction == IRP_MN_SET_POWER) { in Bus_FDO_Power()
132 case IRP_MN_SET_POWER: in Bus_PDO_Power()
230 case IRP_MN_SET_POWER: in PowerMinorFunctionString()
/reactos/modules/rostests/kmtests/ntos_po/
H A DPoIrp_drv.c128 ok_eq_uint(MinorFunction, IRP_MN_SET_POWER); in RequestedPowerCompletion()
168 ok_eq_uint(IoStackLocation->MinorFunction, IRP_MN_SET_POWER); in RequestedPowerIrpHandler()
218 IRP_MN_SET_POWER, in TestPoRequestPowerIrp()
/reactos/drivers/usb/usbhub/
H A Dpower.c110 IRP_MN_SET_POWER, in USBH_HubSetD0()
322 IRP_MN_SET_POWER, in USBH_FdoWWIrpIoCompletion()
503 case IRP_MN_SET_POWER: in USBH_FdoPower()
706 IRP_MN_SET_POWER, in USBH_FdoPower()
780 case IRP_MN_SET_POWER: in USBH_PdoPower()
/reactos/drivers/bluetooth/fbtusb/
H A Dfbtpwr.c70 case IRP_MN_SET_POWER: in FreeBT_DispatchPower()
379 if(irpStack->MinorFunction == IRP_MN_SET_POWER) in SysPoCompletionRoutine()
703 if (NT_SUCCESS(ntStatus) && irpStack->MinorFunction == IRP_MN_SET_POWER) in FinishDevPoDnIrp()
1023 IRP_MN_SET_POWER, in WaitWakeCallback()
1046 case IRP_MN_SET_POWER: in PowerMinorFunctionString()
H A Dfbtdev.c950 IRP_MN_SET_POWER, in IdleNotificationCallback()
1029 IRP_MN_SET_POWER, in IdleNotificationRequestComplete()
/reactos/ntoskrnl/po/
H A Dpower.c72 if ((NextStack->MinorFunction == IRP_MN_SET_POWER) && in _IRQL_requires_max_()
234 IrpSp->MinorFunction = IRP_MN_SET_POWER; in PopSendSetSystemPowerState()
618 if (NextStack->MinorFunction != IRP_MN_SET_POWER && in _IRQL_requires_max_()
672 && MinorFunction != IRP_MN_SET_POWER in PoRequestPowerIrp()
1113 PopAction.IrpMinor = IRP_MN_SET_POWER; in NtSetSystemPowerState()
/reactos/drivers/storage/port/scsiport/
H A Dpower.c30 case IRP_MN_SET_POWER: in ScsiPortDispatchPower()
/reactos/modules/rosapps/drivers/green/
H A Dpower.c29 case IRP_MN_SET_POWER: /* 0x02 */ in GreenPower()
/reactos/drivers/storage/ide/pciidex/
H A Dpower.c27 case IRP_MN_SET_POWER: in PciIdeXPdoDispatchPower()
/reactos/drivers/wdm/audio/backpln/portcls/
H A Dpower.cpp105 …Status = PoRequestPowerIrp(DeviceExt->PhysicalDeviceObject, IRP_MN_SET_POWER, PowerState, PwrCompl… in PcRequestNewPowerState()
H A Dirp.cpp220 if (IoStack->MinorFunction != IRP_MN_SET_POWER && IoStack->MinorFunction != IRP_MN_QUERY_POWER) in PortClsPower()
/reactos/drivers/storage/floppy/fdc/
H A Dfdc.c165 case IRP_MN_SET_POWER: in FdcPower()
/reactos/drivers/parallel/parport/
H A Dpdo.c187 case IRP_MN_SET_POWER: in PdoPower()
/reactos/drivers/bus/pcmcia/
H A Dpcmcia.c130 case IRP_MN_SET_POWER: in PcmciaPower()
/reactos/drivers/usb/usbport/
H A Dpower.c414 case IRP_MN_SET_POWER: in USBPORT_PdoPower()
512 case IRP_MN_SET_POWER: in USBPORT_FdoPower()
/reactos/drivers/ksfilter/swenum/
H A Dswenum.c50 if (IoStack->MinorFunction == IRP_MN_SET_POWER || IoStack->MinorFunction == IRP_MN_QUERY_POWER) in SwDispatchPower()
/reactos/drivers/storage/class/classpnp/
H A Dpower.c1596 case IRP_MN_SET_POWER: { in ClasspPowerHandler()
1654 irpStack->MinorFunction != IRP_MN_SET_POWER) { in ClasspPowerHandler()
1904 case IRP_MN_SET_POWER: in ClassMinimalPowerHandler()
/reactos/drivers/bus/acpi/cmbatt/
H A Dcmbpnp.c227 case IRP_MN_SET_POWER: in CmBattPowerDispatch()
/reactos/drivers/usb/usbccgp/
H A Dpdo.c1111 case IRP_MN_SET_POWER: in PDO_HandlePower()
/reactos/win32ss/drivers/videoprt/
H A Ddispatch.c1162 case IRP_MN_SET_POWER: in IntVideoPortDispatchPower()
/reactos/drivers/input/mouclass/
H A Dmouclass.c186 case IRP_MN_SET_POWER: in ClassPower()
/reactos/drivers/input/kbdclass/
H A Dkbdclass.c218 case IRP_MN_SET_POWER: in ClassPower()
/reactos/ntoskrnl/io/pnpmgr/
H A Dpnproot.c1428 case IRP_MN_SET_POWER: in PnpRootPowerControl()
/reactos/drivers/storage/partmgr/
H A Dpartmgr.c1420 else if (ioStack->MinorFunction == IRP_MN_SET_POWER || in PartMgrPower()
/reactos/drivers/bus/isapnp/
H A Disapnp.c1310 case IRP_MN_SET_POWER:

12