ReactOS 0.4.16-dev-258-g81860b4
|
#include <hardware.h>
Public Attributes | |
ULONG | NextElement |
UHCI_CONTROL_STATUS | ControlStatus |
UHCI_TD_TOKEN | Token |
ULONG | Buffer |
Definition at line 198 of file hardware.h.
ULONG _UHCI_TD::Buffer |
Definition at line 202 of file hardware.h.
Referenced by UhciControlTransfer(), UhciDumpHcdTD(), UhciInitializeSchedule(), and UhciMapAsyncTransferToTDs().
UHCI_CONTROL_STATUS _UHCI_TD::ControlStatus |
Definition at line 200 of file hardware.h.
Referenced by UhciAbortNonIsoTransfer(), UhciBulkOrInterruptTransfer(), UhciControlTransfer(), UhciDumpHcdTD(), UhciInitializeSchedule(), UhciMapAsyncTransferToTDs(), UhciPollNonIsoEndpoint(), and UhciQueueTransfer().
ULONG _UHCI_TD::NextElement |
Definition at line 199 of file hardware.h.
Referenced by UhciAbortNonIsoTransfer(), UhciBulkOrInterruptTransfer(), UhciControlTransfer(), UhciDumpHcdTD(), UhciInitializeSchedule(), UhciInterruptNextSOF(), UhciMapAsyncTransferToTDs(), UhciPollNonIsoEndpoint(), and UhciQueueTransfer().
UHCI_TD_TOKEN _UHCI_TD::Token |
Definition at line 201 of file hardware.h.
Referenced by UhciAbortNonIsoTransfer(), UhciControlTransfer(), UhciDumpHcdTD(), UhciInitializeSchedule(), UhciMapAsyncTransferToTDs(), and UhciPollNonIsoEndpoint().