ReactOS 0.4.16-dev-21-g2af6fd4
|
#include <usbuhci.h>
ULONG _UHCI_ENDPOINT::AllocatedTDs |
Definition at line 117 of file usbuhci.h.
Referenced by UhciOpenEndpoint(), and UhciProcessDoneNonIsoTD().
BOOL _UHCI_ENDPOINT::DataToggle |
Definition at line 120 of file usbuhci.h.
Referenced by UhciOpenEndpoint().
LONG _UHCI_ENDPOINT::EndpointLock |
Definition at line 110 of file usbuhci.h.
Referenced by UhciAbortTransfer(), UhciOpenEndpoint(), UhciProcessDoneNonIsoTD(), and UhciSubmitTransfer().
USBPORT_ENDPOINT_PROPERTIES _UHCI_ENDPOINT::EndpointProperties |
Definition at line 111 of file usbuhci.h.
Referenced by UhciAbortTransfer(), UhciOpenEndpoint(), UhciPollEndpoint(), UhciProcessDoneNonIsoTD(), UhciSetEndpointState(), and UhciSubmitTransfer().
PUHCI_HCD_TD _UHCI_ENDPOINT::FirstTD |
Definition at line 115 of file usbuhci.h.
Referenced by UhciOpenEndpoint().
ULONG _UHCI_ENDPOINT::Flags |
Definition at line 109 of file usbuhci.h.
Referenced by UhciGetEndpointStatus(), UhciOpenEndpoint(), UhciProcessDoneNonIsoTD(), and UhciSetEndpointStatus().
PUHCI_HCD_TD _UHCI_ENDPOINT::HeadTD |
Definition at line 114 of file usbuhci.h.
Referenced by UhciOpenEndpoint(), and UhciSetEndpointStatus().
LIST_ENTRY _UHCI_ENDPOINT::ListTDs |
Definition at line 119 of file usbuhci.h.
Referenced by UhciOpenEndpoint().
ULONG _UHCI_ENDPOINT::MaxTDs |
Definition at line 116 of file usbuhci.h.
Referenced by UhciOpenEndpoint().
PUHCI_HCD_QH _UHCI_ENDPOINT::QH |
Definition at line 112 of file usbuhci.h.
Referenced by UhciOpenEndpoint(), UhciSetEndpointState(), and UhciSetEndpointStatus().
PUHCI_HCD_TD _UHCI_ENDPOINT::TailTD |
Definition at line 113 of file usbuhci.h.
Referenced by UhciOpenEndpoint(), and UhciSetEndpointStatus().