/reactos/drivers/bus/acpi/ |
H A D | power.c | 67 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 D | PoIrp_drv.c | 128 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 D | power.c | 110 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 D | fbtpwr.c | 70 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 D | fbtdev.c | 950 IRP_MN_SET_POWER, in IdleNotificationCallback() 1029 IRP_MN_SET_POWER, in IdleNotificationRequestComplete()
|
/reactos/ntoskrnl/po/ |
H A D | power.c | 72 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 D | power.c | 30 case IRP_MN_SET_POWER: in ScsiPortDispatchPower()
|
/reactos/modules/rosapps/drivers/green/ |
H A D | power.c | 29 case IRP_MN_SET_POWER: /* 0x02 */ in GreenPower()
|
/reactos/drivers/storage/ide/pciidex/ |
H A D | power.c | 27 case IRP_MN_SET_POWER: in PciIdeXPdoDispatchPower()
|
/reactos/drivers/wdm/audio/backpln/portcls/ |
H A D | power.cpp | 105 …Status = PoRequestPowerIrp(DeviceExt->PhysicalDeviceObject, IRP_MN_SET_POWER, PowerState, PwrCompl… in PcRequestNewPowerState()
|
H A D | irp.cpp | 220 if (IoStack->MinorFunction != IRP_MN_SET_POWER && IoStack->MinorFunction != IRP_MN_QUERY_POWER) in PortClsPower()
|
/reactos/drivers/storage/floppy/fdc/ |
H A D | fdc.c | 165 case IRP_MN_SET_POWER: in FdcPower()
|
/reactos/drivers/parallel/parport/ |
H A D | pdo.c | 187 case IRP_MN_SET_POWER: in PdoPower()
|
/reactos/drivers/bus/pcmcia/ |
H A D | pcmcia.c | 130 case IRP_MN_SET_POWER: in PcmciaPower()
|
/reactos/drivers/usb/usbport/ |
H A D | power.c | 414 case IRP_MN_SET_POWER: in USBPORT_PdoPower() 512 case IRP_MN_SET_POWER: in USBPORT_FdoPower()
|
/reactos/drivers/ksfilter/swenum/ |
H A D | swenum.c | 50 if (IoStack->MinorFunction == IRP_MN_SET_POWER || IoStack->MinorFunction == IRP_MN_QUERY_POWER) in SwDispatchPower()
|
/reactos/drivers/storage/class/classpnp/ |
H A D | power.c | 1596 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 D | cmbpnp.c | 227 case IRP_MN_SET_POWER: in CmBattPowerDispatch()
|
/reactos/drivers/usb/usbccgp/ |
H A D | pdo.c | 1111 case IRP_MN_SET_POWER: in PDO_HandlePower()
|
/reactos/win32ss/drivers/videoprt/ |
H A D | dispatch.c | 1162 case IRP_MN_SET_POWER: in IntVideoPortDispatchPower()
|
/reactos/drivers/input/mouclass/ |
H A D | mouclass.c | 186 case IRP_MN_SET_POWER: in ClassPower()
|
/reactos/drivers/input/kbdclass/ |
H A D | kbdclass.c | 218 case IRP_MN_SET_POWER: in ClassPower()
|
/reactos/ntoskrnl/io/pnpmgr/ |
H A D | pnproot.c | 1428 case IRP_MN_SET_POWER: in PnpRootPowerControl()
|
/reactos/drivers/storage/partmgr/ |
H A D | partmgr.c | 1420 else if (ioStack->MinorFunction == IRP_MN_SET_POWER || in PartMgrPower()
|
/reactos/drivers/bus/isapnp/ |
H A D | isapnp.c | 1310 case IRP_MN_SET_POWER:
|