|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <usbuhci.h>

Public Attributes | |
| UHCI_TD | HwTD |
| USB_DEFAULT_PIPE_SETUP_PACKET | SetupPacket |
| ULONG | PhysicalAddress |
| ULONG | Flags |
| struct _UHCI_HCD_TD * | NextHcdTD |
| union { | |
| PUHCI_TRANSFER UhciTransfer | |
| ULONG Frame | |
| } | DUMMYUNIONNAME |
| LIST_ENTRY | TdLink |
| ULONG | Padded [4] |
| _ANONYMOUS_UNION union { ... } _UHCI_HCD_TD::DUMMYUNIONNAME |
| ULONG _UHCI_HCD_TD::Flags |
Definition at line 49 of file usbuhci.h.
Referenced by UhciAbortNonIsoTransfer(), UhciAllocateTD(), UhciControlTransfer(), UhciDumpHcdTD(), UhciInitializeSchedule(), UhciInterruptNextSOF(), UhciMapAsyncTransferToTDs(), and UhciPollNonIsoEndpoint().
| ULONG _UHCI_HCD_TD::Frame |
Definition at line 54 of file usbuhci.h.
Referenced by UhciInterruptNextSOF().
| UHCI_TD _UHCI_HCD_TD::HwTD |
Definition at line 45 of file usbuhci.h.
Referenced by UhciAbortNonIsoTransfer(), UhciBulkOrInterruptTransfer(), UhciControlTransfer(), UhciDumpHcdTD(), UhciInitializeSchedule(), UhciInterruptNextSOF(), UhciMapAsyncTransferToTDs(), UhciPollNonIsoEndpoint(), and UhciQueueTransfer().
| struct _UHCI_HCD_TD* _UHCI_HCD_TD::NextHcdTD |
Definition at line 50 of file usbuhci.h.
Referenced by UhciAbortNonIsoTransfer(), UhciBulkOrInterruptTransfer(), UhciControlTransfer(), UhciDumpHcdTD(), UhciInitializeSchedule(), UhciMapAsyncTransferToTDs(), UhciPollNonIsoEndpoint(), and UhciQueueTransfer().
| ULONG _UHCI_HCD_TD::PhysicalAddress |
Definition at line 48 of file usbuhci.h.
Referenced by UhciAbortNonIsoTransfer(), UhciControlTransfer(), UhciDumpHcdTD(), UhciInitializeSchedule(), UhciInterruptNextSOF(), UhciMapAsyncTransferToTDs(), UhciOpenEndpoint(), UhciPollNonIsoEndpoint(), UhciQueueTransfer(), UhciSetEndpointStatus(), and UhciStartController().
| USB_DEFAULT_PIPE_SETUP_PACKET _UHCI_HCD_TD::SetupPacket |
Definition at line 47 of file usbuhci.h.
Referenced by UhciControlTransfer(), and UhciDumpHcdTD().
| LIST_ENTRY _UHCI_HCD_TD::TdLink |
Definition at line 62 of file usbuhci.h.
Referenced by UhciPollNonIsoEndpoint().
| PUHCI_TRANSFER _UHCI_HCD_TD::UhciTransfer |
Definition at line 52 of file usbuhci.h.
Referenced by UhciAbortNonIsoTransfer(), UhciControlTransfer(), UhciDumpHcdTD(), UhciMapAsyncTransferToTDs(), and UhciPollNonIsoEndpoint().