ReactOS 0.4.16-dev-1098-g0ca6002
|
#include <usbuhci.h>
Public Attributes | |
PUSBPORT_TRANSFER_PARAMETERS | TransferParameters |
PUHCI_ENDPOINT | UhciEndpoint |
USBD_STATUS | USBDStatus |
ULONG | PendingTds |
SIZE_T | TransferLen |
ULONG _UHCI_TRANSFER::PendingTds |
Definition at line 128 of file usbuhci.h.
Referenced by UhciControlTransfer(), and UhciProcessDoneNonIsoTD().
SIZE_T _UHCI_TRANSFER::TransferLen |
Definition at line 129 of file usbuhci.h.
Referenced by UhciProcessDoneNonIsoTD().
PUSBPORT_TRANSFER_PARAMETERS _UHCI_TRANSFER::TransferParameters |
Definition at line 125 of file usbuhci.h.
Referenced by UhciPollNonIsoEndpoint(), UhciProcessDoneNonIsoTD(), and UhciSubmitTransfer().
PUHCI_ENDPOINT _UHCI_TRANSFER::UhciEndpoint |
Definition at line 126 of file usbuhci.h.
Referenced by UhciProcessDoneNonIsoTD(), and UhciSubmitTransfer().
USBD_STATUS _UHCI_TRANSFER::USBDStatus |
Definition at line 127 of file usbuhci.h.
Referenced by UhciProcessDoneNonIsoTD(), and UhciSubmitTransfer().