ReactOS 0.4.16-dev-13-ge2fc578
|
#include <pci.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
VOID NTAPI | PciInitializeState (IN PPCI_FDO_EXTENSION DeviceExtension) |
NTSTATUS NTAPI | PciBeginStateTransition (IN PPCI_FDO_EXTENSION DeviceExtension, IN PCI_STATE NewState) |
NTSTATUS NTAPI | PciCancelStateTransition (IN PPCI_FDO_EXTENSION DeviceExtension, IN PCI_STATE StateNotEntered) |
VOID NTAPI | PciCommitStateTransition (IN PPCI_FDO_EXTENSION DeviceExtension, IN PCI_STATE NewState) |
Variables | |
PCHAR | PciTransitionText [PciMaxObjectState+1] |
NTSTATUS | PnpStateCancelArray [PciMaxObjectState] |
NTSTATUS | PnpStateTransitionArray [PciMaxObjectState *PciMaxObjectState] |
NTSTATUS NTAPI PciBeginStateTransition | ( | IN PPCI_FDO_EXTENSION | DeviceExtension, |
IN PCI_STATE | NewState | ||
) |
Definition at line 97 of file state.c.
Referenced by PciFdoIrpStartDevice(), PciPdoIrpStartDevice(), and PciQueryDeviceRelations().
NTSTATUS NTAPI PciCancelStateTransition | ( | IN PPCI_FDO_EXTENSION | DeviceExtension, |
IN PCI_STATE | StateNotEntered | ||
) |
Definition at line 145 of file state.c.
Referenced by PciFdoIrpStartDevice(), PciPdoIrpStartDevice(), and PciQueryDeviceRelations().
VOID NTAPI PciCommitStateTransition | ( | IN PPCI_FDO_EXTENSION | DeviceExtension, |
IN PCI_STATE | NewState | ||
) |
Definition at line 181 of file state.c.
Referenced by PciFdoIrpStartDevice(), and PciPdoIrpStartDevice().
VOID NTAPI PciInitializeState | ( | IN PPCI_FDO_EXTENSION | DeviceExtension | ) |
Definition at line 88 of file state.c.
Referenced by PciInitializeFdoExtensionCommonFields(), and PciPdoCreate().
PCHAR PciTransitionText[PciMaxObjectState+1] |
Definition at line 18 of file state.c.
Referenced by PciBeginStateTransition(), PciCancelStateTransition(), and PciCommitStateTransition().
NTSTATUS PnpStateCancelArray[PciMaxObjectState] |
Definition at line 29 of file state.c.
Referenced by PciCancelStateTransition().
NTSTATUS PnpStateTransitionArray[PciMaxObjectState *PciMaxObjectState] |
Definition at line 39 of file state.c.
Referenced by PciBeginStateTransition().