ReactOS 0.4.15-dev-7958-gcd0bb1a
_UHCI_ENDPOINT Struct Reference

#include <usbuhci.h>

Collaboration diagram for _UHCI_ENDPOINT:

Public Attributes

ULONG Flags
 
LONG EndpointLock
 
USBPORT_ENDPOINT_PROPERTIES EndpointProperties
 
PUHCI_HCD_QH QH
 
PUHCI_HCD_TD TailTD
 
PUHCI_HCD_TD HeadTD
 
PUHCI_HCD_TD FirstTD
 
ULONG MaxTDs
 
ULONG AllocatedTDs
 
ULONG AllocTdCounter
 
LIST_ENTRY ListTDs
 
BOOL DataToggle
 

Detailed Description

Definition at line 108 of file usbuhci.h.

Member Data Documentation

◆ AllocatedTDs

ULONG _UHCI_ENDPOINT::AllocatedTDs

Definition at line 117 of file usbuhci.h.

Referenced by UhciOpenEndpoint(), and UhciProcessDoneNonIsoTD().

◆ AllocTdCounter

ULONG _UHCI_ENDPOINT::AllocTdCounter

Definition at line 118 of file usbuhci.h.

◆ DataToggle

BOOL _UHCI_ENDPOINT::DataToggle

Definition at line 120 of file usbuhci.h.

Referenced by UhciOpenEndpoint().

◆ EndpointLock

LONG _UHCI_ENDPOINT::EndpointLock

◆ EndpointProperties

◆ FirstTD

PUHCI_HCD_TD _UHCI_ENDPOINT::FirstTD

Definition at line 115 of file usbuhci.h.

Referenced by UhciOpenEndpoint().

◆ Flags

ULONG _UHCI_ENDPOINT::Flags

◆ HeadTD

PUHCI_HCD_TD _UHCI_ENDPOINT::HeadTD

Definition at line 114 of file usbuhci.h.

Referenced by UhciOpenEndpoint(), and UhciSetEndpointStatus().

◆ ListTDs

LIST_ENTRY _UHCI_ENDPOINT::ListTDs

Definition at line 119 of file usbuhci.h.

Referenced by UhciOpenEndpoint().

◆ MaxTDs

ULONG _UHCI_ENDPOINT::MaxTDs

Definition at line 116 of file usbuhci.h.

Referenced by UhciOpenEndpoint().

◆ QH

PUHCI_HCD_QH _UHCI_ENDPOINT::QH

Definition at line 112 of file usbuhci.h.

Referenced by UhciOpenEndpoint(), UhciSetEndpointState(), and UhciSetEndpointStatus().

◆ TailTD

PUHCI_HCD_TD _UHCI_ENDPOINT::TailTD

Definition at line 113 of file usbuhci.h.

Referenced by UhciOpenEndpoint(), and UhciSetEndpointStatus().


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