ReactOS 0.4.16-dev-21-g2af6fd4
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS NTAPI | PciStallForPowerChange (IN PPCI_PDO_EXTENSION PdoExtension, IN DEVICE_POWER_STATE PowerState, IN ULONG_PTR CapOffset) |
NTSTATUS NTAPI | PciSetPowerManagedDevicePowerState (IN PPCI_PDO_EXTENSION DeviceExtension, IN DEVICE_POWER_STATE DeviceState, IN BOOLEAN IrpSet) |
NTSTATUS NTAPI | PciFdoWaitWake (IN PIRP Irp, IN PIO_STACK_LOCATION IoStackLocation, IN PPCI_FDO_EXTENSION DeviceExtension) |
NTSTATUS NTAPI | PciFdoSetPowerState (IN PIRP Irp, IN PIO_STACK_LOCATION IoStackLocation, IN PPCI_FDO_EXTENSION DeviceExtension) |
NTSTATUS NTAPI | PciFdoIrpQueryPower (IN PIRP Irp, IN PIO_STACK_LOCATION IoStackLocation, IN PPCI_FDO_EXTENSION DeviceExtension) |
Variables | |
ULONG | PciPowerDelayTable [PowerDeviceD3 *PowerDeviceD3] |
NTSTATUS NTAPI PciFdoIrpQueryPower | ( | IN PIRP | Irp, |
IN PIO_STACK_LOCATION | IoStackLocation, | ||
IN PPCI_FDO_EXTENSION | DeviceExtension | ||
) |
Definition at line 236 of file power.c.
NTSTATUS NTAPI PciFdoSetPowerState | ( | IN PIRP | Irp, |
IN PIO_STACK_LOCATION | IoStackLocation, | ||
IN PPCI_FDO_EXTENSION | DeviceExtension | ||
) |
Definition at line 221 of file power.c.
NTSTATUS NTAPI PciFdoWaitWake | ( | IN PIRP | Irp, |
IN PIO_STACK_LOCATION | IoStackLocation, | ||
IN PPCI_FDO_EXTENSION | DeviceExtension | ||
) |
Definition at line 206 of file power.c.
NTSTATUS NTAPI PciSetPowerManagedDevicePowerState | ( | IN PPCI_PDO_EXTENSION | DeviceExtension, |
IN DEVICE_POWER_STATE | DeviceState, | ||
IN BOOLEAN | IrpSet | ||
) |
Definition at line 121 of file power.c.
Referenced by PciPdoIrpStartDevice(), and PciScanBus().
NTSTATUS NTAPI PciStallForPowerChange | ( | IN PPCI_PDO_EXTENSION | PdoExtension, |
IN DEVICE_POWER_STATE | PowerState, | ||
IN ULONG_PTR | CapOffset | ||
) |
Definition at line 45 of file power.c.
Referenced by PciSetPowerManagedDevicePowerState().
ULONG PciPowerDelayTable[PowerDeviceD3 *PowerDeviceD3] |
Definition at line 18 of file power.c.
Referenced by PciStallForPowerChange().