ReactOS 0.4.16-dev-303-g11d5cb8
|
#include <usbohci.h>
Public Attributes | |
POHCI_ENDPOINT_DESCRIPTOR | HwED |
ULONG | PhysicalAddress |
UCHAR | HeadIndex |
UCHAR | Reserved [3] |
LIST_ENTRY | Link |
ULONG | Type |
PULONG | pNextED |
ULONG | HccaIndex |
ULONG _OHCI_STATIC_ED::HccaIndex |
Definition at line 110 of file usbohci.h.
Referenced by OHCI_StartController().
UCHAR _OHCI_STATIC_ED::HeadIndex |
Definition at line 105 of file usbohci.h.
Referenced by OHCI_StartController().
POHCI_ENDPOINT_DESCRIPTOR _OHCI_STATIC_ED::HwED |
Definition at line 103 of file usbohci.h.
Referenced by OHCI_StartController().
LIST_ENTRY _OHCI_STATIC_ED::Link |
Definition at line 107 of file usbohci.h.
Referenced by OHCI_InsertEndpointInSchedule(), OHCI_RemoveEndpointFromSchedule(), and OHCI_StartController().
ULONG _OHCI_STATIC_ED::PhysicalAddress |
Definition at line 104 of file usbohci.h.
Referenced by OHCI_StartController().
PULONG _OHCI_STATIC_ED::pNextED |
Definition at line 109 of file usbohci.h.
Referenced by OHCI_InsertEndpointInSchedule(), OHCI_RemoveEndpointFromSchedule(), and OHCI_StartController().
ULONG _OHCI_STATIC_ED::Type |
Definition at line 108 of file usbohci.h.
Referenced by OHCI_InsertEndpointInSchedule(), OHCI_RemoveEndpointFromSchedule(), and OHCI_StartController().