|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <usbuhci.h>

Public Attributes | |
| UHCI_QH | HwQH |
| ULONG | PhysicalAddress |
| ULONG | QhFlags |
| struct _UHCI_HCD_QH * | NextHcdQH |
| ULONG | Pad1 |
| struct _UHCI_HCD_QH * | PrevHcdQH |
| ULONG | Pad2 |
| PUHCI_ENDPOINT | UhciEndpoint |
| ULONG | Pad3 |
| ULONG | Padded [6] |
| UHCI_QH _UHCI_HCD_QH::HwQH |
Definition at line 82 of file usbuhci.h.
Referenced by UhciDumpHcdQH(), UhciInitializeSchedule(), UhciInterruptService(), UhciOpenEndpoint(), UhciPollNonIsoEndpoint(), UhciQueueTransfer(), UhciSetEndpointStatus(), and UhciUnlinkQH().
| struct _UHCI_HCD_QH* _UHCI_HCD_QH::NextHcdQH |
Definition at line 86 of file usbuhci.h.
Referenced by UhciDumpHcdQH(), UhciInsertQH(), UhciInterruptService(), UhciOpenEndpoint(), and UhciUnlinkQH().
| ULONG _UHCI_HCD_QH::PhysicalAddress |
Definition at line 84 of file usbuhci.h.
Referenced by UhciDumpHcdQH(), UhciInitializeSchedule(), and UhciOpenEndpoint().
| struct _UHCI_HCD_QH* _UHCI_HCD_QH::PrevHcdQH |
Definition at line 90 of file usbuhci.h.
Referenced by UhciDumpHcdQH(), UhciInsertQH(), UhciOpenEndpoint(), and UhciUnlinkQH().
| ULONG _UHCI_HCD_QH::QhFlags |
Definition at line 85 of file usbuhci.h.
Referenced by UhciDumpHcdQH(), and UhciSetEndpointState().
| PUHCI_ENDPOINT _UHCI_HCD_QH::UhciEndpoint |
Definition at line 94 of file usbuhci.h.
Referenced by UhciDumpHcdQH(), and UhciOpenEndpoint().