ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <usbuhci.h>
PUHCI_HW_REGISTERS _UHCI_EXTENSION::BaseRegister |
Definition at line 154 of file usbuhci.h.
Referenced by UhciDisableInterrupts(), UhciEnableInterrupts(), UhciGet32BitFrameNumber(), UhciInterruptDpc(), UhciInterruptService(), UhciPollController(), UhciRHClearFeaturePortConnectChange(), UhciRHClearFeaturePortEnableChange(), UhciRHGetPortStatus(), UhciRHPortEnable(), UhciRHPortResetComplete(), UhciStartController(), and UhciStopController().
PUHCI_HCD_QH _UHCI_EXTENSION::BulkQH |
Definition at line 160 of file usbuhci.h.
Referenced by UhciInterruptService(), and UhciSetEndpointState().
PUHCI_HCD_QH _UHCI_EXTENSION::BulkTailQH |
Definition at line 161 of file usbuhci.h.
Referenced by UhciInterruptService().
PUHCI_HCD_QH _UHCI_EXTENSION::ControlQH |
Definition at line 159 of file usbuhci.h.
Referenced by UhciSetEndpointState().
LONG _UHCI_EXTENSION::ExtensionLock |
Definition at line 172 of file usbuhci.h.
Referenced by UhciAbortTransfer(), UhciInterruptService(), and UhciSubmitTransfer().
ULONG _UHCI_EXTENSION::Flags |
Definition at line 166 of file usbuhci.h.
Referenced by UhciPollController(), and UhciStartController().
ULONG _UHCI_EXTENSION::FrameHighPart |
Definition at line 165 of file usbuhci.h.
Referenced by UhciGet32BitFrameNumber().
ULONG _UHCI_EXTENSION::FrameNumber |
Definition at line 164 of file usbuhci.h.
Referenced by UhciSubmitTransfer().
USB_CONTROLLER_FLAVOR _UHCI_EXTENSION::HcFlavor |
Definition at line 155 of file usbuhci.h.
Referenced by UhciDisableInterrupts(), UhciRHGetRootHubData(), UhciRHPortResetComplete(), UhciRHSetFeaturePortReset(), and UhciStartController().
ULONG _UHCI_EXTENSION::HcResourcesPA |
Definition at line 157 of file usbuhci.h.
Referenced by UhciStartController().
PUHCI_HC_RESOURCES _UHCI_EXTENSION::HcResourcesVA |
Definition at line 156 of file usbuhci.h.
Referenced by UhciInterruptNextSOF(), and UhciStartController().
ULONG _UHCI_EXTENSION::HcScheduleError |
Definition at line 171 of file usbuhci.h.
Referenced by UhciCheckController(), and UhciInterruptService().
UHCI_USB_STATUS _UHCI_EXTENSION::HcStatus |
Definition at line 174 of file usbuhci.h.
Referenced by UhciInterruptDpc(), and UhciInterruptService().
PUHCI_HCD_QH _UHCI_EXTENSION::IntQH[INTERRUPT_ENDPOINTs] |
Definition at line 158 of file usbuhci.h.
Referenced by UhciSetEndpointState().
LONG _UHCI_EXTENSION::LockFrameList |
Definition at line 167 of file usbuhci.h.
Referenced by UhciStartController().
ULONG _UHCI_EXTENSION::ResetChangePortMask |
Definition at line 169 of file usbuhci.h.
Referenced by UhciRHClearFeaturePortResetChange(), UhciRHGetPortStatus(), and UhciRHPortResetComplete().
ULONG _UHCI_EXTENSION::ResetPortMask |
Definition at line 168 of file usbuhci.h.
Referenced by UhciRHGetPortStatus(), UhciRHPortResetComplete(), and UhciRHSetFeaturePortReset().
PUHCI_HCD_TD _UHCI_EXTENSION::SOF_HcdTDs |
Definition at line 163 of file usbuhci.h.
Referenced by UhciInterruptNextSOF().
PUHCI_HCD_TD _UHCI_EXTENSION::StaticTD |
Definition at line 162 of file usbuhci.h.
Referenced by UhciStartController().
UHCI_USB_STATUS _UHCI_EXTENSION::StatusMask |
Definition at line 173 of file usbuhci.h.
Referenced by UhciEnableInterrupts(), and UhciInterruptDpc().
ULONG _UHCI_EXTENSION::SuspendChangePortMask |
Definition at line 170 of file usbuhci.h.
Referenced by UhciRHGetPortStatus().