ReactOS 0.4.16-dev-311-g9382aa2
|
#include <iotypes.h>
Public Attributes | |
PCI_CAPABILITIES_HEADER | Header |
union { | |
PCI_PMC Capabilities | |
USHORT AsUSHORT | |
} | PMC |
union { | |
PCI_PMCSR ControlStatus | |
USHORT AsUSHORT | |
} | PMCSR |
union { | |
PCI_PMCSR_BSE BridgeSupport | |
UCHAR AsUCHAR | |
} | PMCSR_BSE |
UCHAR | Data |
PCI_PMCSR_BSE _PCI_PM_CAPABILITY::BridgeSupport |
PCI_PMC _PCI_PM_CAPABILITY::Capabilities |
Definition at line 3706 of file iotypes.h.
Referenced by PciSetPowerManagedDevicePowerState().
PCI_PMCSR _PCI_PM_CAPABILITY::ControlStatus |
Definition at line 3710 of file iotypes.h.
Referenced by PciSetPowerManagedDevicePowerState().
PCI_CAPABILITIES_HEADER _PCI_PM_CAPABILITY::Header |
Definition at line 3704 of file iotypes.h.
Referenced by PciSetPowerManagedDevicePowerState().
union { ... } _PCI_PM_CAPABILITY::PMC |
Referenced by PciSetPowerManagedDevicePowerState().
union { ... } _PCI_PM_CAPABILITY::PMCSR |
Referenced by PciSetPowerManagedDevicePowerState().
union { ... } _PCI_PM_CAPABILITY::PMCSR_BSE |