ReactOS 0.4.16-dev-320-g3bd9ddc
|
#include <hardware.h>
Public Attributes | |
struct { | |
ULONG Terminate: 1 | |
ULONG Type: 2 | |
ULONG Reserved: 2 | |
ULONG Address: 27 | |
}; | |
ULONG | AsULONG |
Definition at line 197 of file hardware.h.
struct { ... } _EHCI_LINK_POINTER::@1377 |
ULONG _EHCI_LINK_POINTER::Address |
Definition at line 202 of file hardware.h.
ULONG _EHCI_LINK_POINTER::AsULONG |
Definition at line 204 of file hardware.h.
Referenced by EHCI_AddDummyQHs(), EHCI_InitializeInterruptSchedule(), EHCI_InitializeSchedule(), EHCI_InsertQhInAsyncList(), EHCI_InsertQhInPeriodicList(), EHCI_LockQH(), EHCI_RemoveQhFromAsyncList(), and EHCI_RemoveQhFromPeriodicList().
ULONG _EHCI_LINK_POINTER::Reserved |
Definition at line 201 of file hardware.h.
Referenced by EHCI_AddDummyQHs().
ULONG _EHCI_LINK_POINTER::Terminate |
Definition at line 199 of file hardware.h.
Referenced by EHCI_RemoveQhFromPeriodicList().
ULONG _EHCI_LINK_POINTER::Type |
Definition at line 200 of file hardware.h.
Referenced by EHCI_AddDummyQHs(), EHCI_InitializeInterruptSchedule(), and EHCI_InitializeSchedule().