ReactOS 0.4.16-dev-597-gdbf7844
|
#include <usbohci.h>
Public Attributes | |
OHCI_ENDPOINT_DESCRIPTOR | HwED |
ULONG | PhysicalAddress |
ULONG | Flags |
LIST_ENTRY | HcdEDLink |
ULONG | Pad [8] |
ULONG _OHCI_HCD_ED::Flags |
Definition at line 86 of file usbohci.h.
Referenced by OHCI_GetEndpointState(), OHCI_GetEndpointStatus(), OHCI_PollAsyncEndpoint(), and OHCI_SetEndpointState().
LIST_ENTRY _OHCI_HCD_ED::HcdEDLink |
Definition at line 87 of file usbohci.h.
Referenced by OHCI_InsertEndpointInSchedule(), and OHCI_RemoveEndpointFromSchedule().
OHCI_ENDPOINT_DESCRIPTOR _OHCI_HCD_ED::HwED |
Definition at line 83 of file usbohci.h.
Referenced by OHCI_AbortTransfer(), OHCI_DumpHcdED(), OHCI_GetEndpointState(), OHCI_GetEndpointStatus(), OHCI_InsertEndpointInSchedule(), OHCI_PollAsyncEndpoint(), OHCI_RemoveEndpointFromSchedule(), OHCI_ReopenEndpoint(), OHCI_SetEndpointDataToggle(), OHCI_SetEndpointState(), and OHCI_SetEndpointStatus().
ULONG _OHCI_HCD_ED::PhysicalAddress |
Definition at line 85 of file usbohci.h.
Referenced by OHCI_InsertEndpointInSchedule().