ReactOS 0.4.16-dev-814-g656a5dc
|
#include <usbmport.h>
Public Attributes | |
struct { | |
USHORT PowerControlMode:1 | |
USHORT NoPowerSwitching:1 | |
USHORT PartOfCompoundDevice:1 | |
USHORT OverCurrentProtectionMode:1 | |
USHORT NoOverCurrentProtection:1 | |
USHORT TtThinkTime:2 | |
USHORT PortIndicatorsSupported:1 | |
USHORT Reserved1:8 | |
}; | |
USHORT | AsUSHORT |
Definition at line 668 of file usbmport.h.
struct { ... } _USBPORT_HUB_20_CHARACTERISTICS::@3440 |
USHORT _USBPORT_HUB_20_CHARACTERISTICS::AsUSHORT |
Definition at line 679 of file usbmport.h.
Referenced by EHCI_RH_GetRootHubData().
USHORT _USBPORT_HUB_20_CHARACTERISTICS::NoOverCurrentProtection |
Definition at line 674 of file usbmport.h.
USHORT _USBPORT_HUB_20_CHARACTERISTICS::NoPowerSwitching |
Definition at line 671 of file usbmport.h.
Referenced by EHCI_RH_GetRootHubData().
USHORT _USBPORT_HUB_20_CHARACTERISTICS::OverCurrentProtectionMode |
Definition at line 673 of file usbmport.h.
Referenced by EHCI_RH_GetRootHubData().
USHORT _USBPORT_HUB_20_CHARACTERISTICS::PartOfCompoundDevice |
Definition at line 672 of file usbmport.h.
Referenced by EHCI_RH_GetRootHubData().
USHORT _USBPORT_HUB_20_CHARACTERISTICS::PortIndicatorsSupported |
Definition at line 676 of file usbmport.h.
USHORT _USBPORT_HUB_20_CHARACTERISTICS::PowerControlMode |
Definition at line 670 of file usbmport.h.
Referenced by EHCI_RH_GetRootHubData().
USHORT _USBPORT_HUB_20_CHARACTERISTICS::Reserved1 |
Definition at line 677 of file usbmport.h.
USHORT _USBPORT_HUB_20_CHARACTERISTICS::TtThinkTime |
Definition at line 675 of file usbmport.h.