ReactOS 0.4.16-dev-38-g96c65e9
|
#include <usbport.h>
ULONG _USB2_TT_EXTENSION::Bandwidth[USB2_FRAMES] |
Definition at line 552 of file usbport.h.
Referenced by USB2_RebalanceEndpoint(), USBPORT_AllocateBandwidthUSB2(), USBPORT_FreeBandwidthUSB2(), and USBPORT_InitializeTT().
ULONG _USB2_TT_EXTENSION::BusBandwidth |
Definition at line 551 of file usbport.h.
Referenced by USBPORT_InitializeTT().
USHORT _USB2_TT_EXTENSION::DeviceAddress |
Definition at line 555 of file usbport.h.
Referenced by USBPORT_InitializeTT(), and USBPORT_OpenPipe().
LIST_ENTRY _USB2_TT_EXTENSION::EndpointList |
Definition at line 557 of file usbport.h.
Referenced by USBPORT_ClosePipe(), USBPORT_InitializeTT(), and USBPORT_RemoveDevice().
ULONG _USB2_TT_EXTENSION::Flags |
Definition at line 550 of file usbport.h.
Referenced by USBPORT_ClosePipe(), and USBPORT_RemoveDevice().
LIST_ENTRY _USB2_TT_EXTENSION::Link |
Definition at line 558 of file usbport.h.
Referenced by USBPORT_InitializeTT().
ULONG _USB2_TT_EXTENSION::MaxBandwidth |
Definition at line 553 of file usbport.h.
Referenced by USBPORT_AllocateBandwidthUSB2(), USBPORT_ClosePipe(), USBPORT_FreeBandwidthUSB2(), USBPORT_InitializeTT(), and USBPORT_RemoveDevice().
PDEVICE_OBJECT _USB2_TT_EXTENSION::RootHubPdo |
Definition at line 549 of file usbport.h.
Referenced by USBPORT_InitializeTT().
USB2_TT _USB2_TT_EXTENSION::Tt |
Definition at line 559 of file usbport.h.
Referenced by USBPORT_AllocateBandwidthUSB2(), and USBPORT_InitializeTT().
USHORT _USB2_TT_EXTENSION::TtNumber |
Definition at line 556 of file usbport.h.
Referenced by USBPORT_GetTt(), and USBPORT_InitializeTT().