ReactOS 0.4.15-dev-7931-gfd331f1
_USB2_TT_EXTENSION Struct Reference

#include <usbport.h>

Collaboration diagram for _USB2_TT_EXTENSION:

Public Attributes

PDEVICE_OBJECT RootHubPdo
 
ULONG Flags
 
ULONG BusBandwidth
 
ULONG Bandwidth [USB2_FRAMES]
 
ULONG MaxBandwidth
 
ULONG MinBandwidth
 
USHORT DeviceAddress
 
USHORT TtNumber
 
LIST_ENTRY EndpointList
 
LIST_ENTRY Link
 
USB2_TT Tt
 

Detailed Description

Definition at line 548 of file usbport.h.

Member Data Documentation

◆ Bandwidth

ULONG _USB2_TT_EXTENSION::Bandwidth[USB2_FRAMES]

◆ BusBandwidth

ULONG _USB2_TT_EXTENSION::BusBandwidth

Definition at line 551 of file usbport.h.

Referenced by USBPORT_InitializeTT().

◆ DeviceAddress

USHORT _USB2_TT_EXTENSION::DeviceAddress

Definition at line 555 of file usbport.h.

Referenced by USBPORT_InitializeTT(), and USBPORT_OpenPipe().

◆ EndpointList

LIST_ENTRY _USB2_TT_EXTENSION::EndpointList

Definition at line 557 of file usbport.h.

Referenced by USBPORT_ClosePipe(), USBPORT_InitializeTT(), and USBPORT_RemoveDevice().

◆ Flags

ULONG _USB2_TT_EXTENSION::Flags

Definition at line 550 of file usbport.h.

Referenced by USBPORT_ClosePipe(), and USBPORT_RemoveDevice().

◆ Link

LIST_ENTRY _USB2_TT_EXTENSION::Link

Definition at line 558 of file usbport.h.

Referenced by USBPORT_InitializeTT().

◆ MaxBandwidth

ULONG _USB2_TT_EXTENSION::MaxBandwidth

◆ MinBandwidth

ULONG _USB2_TT_EXTENSION::MinBandwidth

Definition at line 554 of file usbport.h.

◆ RootHubPdo

PDEVICE_OBJECT _USB2_TT_EXTENSION::RootHubPdo

Definition at line 549 of file usbport.h.

Referenced by USBPORT_InitializeTT().

◆ Tt

USB2_TT _USB2_TT_EXTENSION::Tt

Definition at line 559 of file usbport.h.

Referenced by USBPORT_AllocateBandwidthUSB2(), and USBPORT_InitializeTT().

◆ TtNumber

USHORT _USB2_TT_EXTENSION::TtNumber

Definition at line 556 of file usbport.h.

Referenced by USBPORT_GetTt(), and USBPORT_InitializeTT().


The documentation for this struct was generated from the following file: