ReactOS 0.4.16-dev-522-gb68104a
|
#include <hardware.h>
Public Attributes | |
OHCI_ENDPOINT_CONTROL | EndpointControl |
ULONG | TailPointer |
ULONG | HeadPointer |
ULONG | NextED |
Definition at line 129 of file hardware.h.
OHCI_ENDPOINT_CONTROL _OHCI_ENDPOINT_DESCRIPTOR::EndpointControl |
Definition at line 130 of file hardware.h.
Referenced by OHCI_DumpHcdED(), OHCI_GetEndpointState(), OHCI_ReopenEndpoint(), OHCI_SetEndpointState(), and OHCI_StartController().
ULONG _OHCI_ENDPOINT_DESCRIPTOR::HeadPointer |
Definition at line 132 of file hardware.h.
Referenced by OHCI_AbortTransfer(), OHCI_DumpHcdED(), OHCI_GetEndpointStatus(), OHCI_PollAsyncEndpoint(), OHCI_SetEndpointDataToggle(), OHCI_SetEndpointStatus(), and OHCI_StartController().
ULONG _OHCI_ENDPOINT_DESCRIPTOR::NextED |
Definition at line 133 of file hardware.h.
Referenced by OHCI_DumpHcdED(), OHCI_InsertEndpointInSchedule(), OHCI_RemoveEndpointFromSchedule(), and OHCI_StartController().
ULONG _OHCI_ENDPOINT_DESCRIPTOR::TailPointer |
Definition at line 131 of file hardware.h.
Referenced by OHCI_DumpHcdED(), and OHCI_StartController().