|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <hardware.h>

Public Attributes | |
| struct { | |
| ULONG FunctionAddress: 7 | |
| ULONG EndpointNumber: 4 | |
| ULONG Direction: 2 | |
| ULONG Speed: 1 | |
| ULONG sKip: 1 | |
| ULONG Format: 1 | |
| ULONG MaximumPacketSize: 11 | |
| ULONG Reserved: 5 | |
| }; | |
| ULONG | AsULONG |
Definition at line 107 of file hardware.h.
| struct { ... } _OHCI_ENDPOINT_CONTROL::@1520 |
| ULONG _OHCI_ENDPOINT_CONTROL::AsULONG |
Definition at line 118 of file hardware.h.
Referenced by OHCI_DumpHcdED().
| ULONG _OHCI_ENDPOINT_CONTROL::Direction |
Definition at line 111 of file hardware.h.
Referenced by OHCI_InitializeED().
| ULONG _OHCI_ENDPOINT_CONTROL::EndpointNumber |
Definition at line 110 of file hardware.h.
Referenced by OHCI_InitializeED().
| ULONG _OHCI_ENDPOINT_CONTROL::Format |
Definition at line 114 of file hardware.h.
Referenced by OHCI_InitializeED().
| ULONG _OHCI_ENDPOINT_CONTROL::FunctionAddress |
Definition at line 109 of file hardware.h.
Referenced by OHCI_InitializeED(), and OHCI_ReopenEndpoint().
| ULONG _OHCI_ENDPOINT_CONTROL::MaximumPacketSize |
Definition at line 115 of file hardware.h.
Referenced by OHCI_InitializeED(), and OHCI_ReopenEndpoint().
| ULONG _OHCI_ENDPOINT_CONTROL::Reserved |
Definition at line 116 of file hardware.h.
| ULONG _OHCI_ENDPOINT_CONTROL::sKip |
Definition at line 113 of file hardware.h.
Referenced by OHCI_GetEndpointState(), OHCI_InitializeED(), OHCI_SetEndpointState(), and OHCI_StartController().
| ULONG _OHCI_ENDPOINT_CONTROL::Speed |
Definition at line 112 of file hardware.h.
Referenced by OHCI_InitializeED().