|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#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 3708 of file iotypes.h.
Referenced by PciSetPowerManagedDevicePowerState().
| PCI_PMCSR _PCI_PM_CAPABILITY::ControlStatus |
Definition at line 3712 of file iotypes.h.
Referenced by PciSetPowerManagedDevicePowerState().
| PCI_CAPABILITIES_HEADER _PCI_PM_CAPABILITY::Header |
Definition at line 3706 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 |