ReactOS 0.4.16-dev-197-g92996da
|
#include <hardware.h>
Public Attributes | |
struct { | |
USHORT CurrentConnectStatus: 1 | |
USHORT ConnectStatusChange: 1 | |
USHORT PortEnabledDisabled: 1 | |
USHORT PortEnableDisableChange: 1 | |
USHORT LineStatus: 2 | |
USHORT ResumeDetect: 1 | |
USHORT Reserved1: 1 | |
USHORT LowSpeedDevice: 1 | |
USHORT PortReset: 1 | |
USHORT Reserved2: 2 | |
USHORT Suspend: 1 | |
USHORT Reserved3: 3 | |
}; | |
USHORT | AsUSHORT |
Definition at line 107 of file hardware.h.
struct { ... } _UHCI_PORT_STATUS_CONTROL::@1448 |
USHORT _UHCI_PORT_STATUS_CONTROL::AsUSHORT |
Definition at line 122 of file hardware.h.
Referenced by UhciPollController(), UhciRHClearFeaturePortConnectChange(), UhciRHClearFeaturePortEnableChange(), UhciRHGetPortStatus(), UhciRHPortEnable(), UhciRHPortResetComplete(), UhciRHSetFeaturePortResetWorker(), and UhciStartController().
USHORT _UHCI_PORT_STATUS_CONTROL::ConnectStatusChange |
Definition at line 110 of file hardware.h.
Referenced by UhciPollController(), UhciRHClearFeaturePortConnectChange(), UhciRHClearFeaturePortEnableChange(), UhciRHGetPortStatus(), UhciRHPortEnable(), UhciRHPortResetComplete(), UhciRHSetFeaturePortResetWorker(), and UhciStartController().
USHORT _UHCI_PORT_STATUS_CONTROL::CurrentConnectStatus |
Definition at line 109 of file hardware.h.
Referenced by UhciRHGetPortStatus().
USHORT _UHCI_PORT_STATUS_CONTROL::LineStatus |
Definition at line 113 of file hardware.h.
USHORT _UHCI_PORT_STATUS_CONTROL::LowSpeedDevice |
Definition at line 116 of file hardware.h.
Referenced by UhciRHGetPortStatus().
USHORT _UHCI_PORT_STATUS_CONTROL::PortEnabledDisabled |
Definition at line 111 of file hardware.h.
Referenced by UhciRHGetPortStatus(), UhciRHPortEnable(), and UhciRHPortResetComplete().
USHORT _UHCI_PORT_STATUS_CONTROL::PortEnableDisableChange |
Definition at line 112 of file hardware.h.
Referenced by UhciRHClearFeaturePortConnectChange(), UhciRHClearFeaturePortEnableChange(), UhciRHGetPortStatus(), UhciRHPortEnable(), UhciRHPortResetComplete(), and UhciRHSetFeaturePortResetWorker().
USHORT _UHCI_PORT_STATUS_CONTROL::PortReset |
Definition at line 117 of file hardware.h.
Referenced by UhciRHGetPortStatus(), UhciRHPortResetComplete(), and UhciRHSetFeaturePortResetWorker().
USHORT _UHCI_PORT_STATUS_CONTROL::Reserved1 |
Definition at line 115 of file hardware.h.
USHORT _UHCI_PORT_STATUS_CONTROL::Reserved2 |
Definition at line 118 of file hardware.h.
Referenced by UhciRHGetPortStatus().
USHORT _UHCI_PORT_STATUS_CONTROL::Reserved3 |
Definition at line 120 of file hardware.h.
USHORT _UHCI_PORT_STATUS_CONTROL::ResumeDetect |
Definition at line 114 of file hardware.h.
USHORT _UHCI_PORT_STATUS_CONTROL::Suspend |
Definition at line 119 of file hardware.h.
Referenced by UhciRHGetPortStatus(), and UhciStartController().