ReactOS 0.4.15-dev-7931-gfd331f1
_UHCI_HCD_QH Struct Reference

#include <usbuhci.h>

Collaboration diagram for _UHCI_HCD_QH:

Public Attributes

UHCI_QH HwQH
 
ULONG PhysicalAddress
 
ULONG QhFlags
 
struct _UHCI_HCD_QHNextHcdQH
 
ULONG Pad1
 
struct _UHCI_HCD_QHPrevHcdQH
 
ULONG Pad2
 
PUHCI_ENDPOINT UhciEndpoint
 
ULONG Pad3
 
ULONG Padded [6]
 

Detailed Description

Definition at line 80 of file usbuhci.h.

Member Data Documentation

◆ HwQH

◆ NextHcdQH

struct _UHCI_HCD_QH* _UHCI_HCD_QH::NextHcdQH

◆ Pad1

ULONG _UHCI_HCD_QH::Pad1

Definition at line 88 of file usbuhci.h.

◆ Pad2

ULONG _UHCI_HCD_QH::Pad2

Definition at line 92 of file usbuhci.h.

◆ Pad3

ULONG _UHCI_HCD_QH::Pad3

Definition at line 96 of file usbuhci.h.

◆ Padded

ULONG _UHCI_HCD_QH::Padded[6]

Definition at line 98 of file usbuhci.h.

◆ PhysicalAddress

ULONG _UHCI_HCD_QH::PhysicalAddress

Definition at line 84 of file usbuhci.h.

Referenced by UhciDumpHcdQH(), UhciInitializeSchedule(), and UhciOpenEndpoint().

◆ PrevHcdQH

struct _UHCI_HCD_QH* _UHCI_HCD_QH::PrevHcdQH

Definition at line 90 of file usbuhci.h.

Referenced by UhciDumpHcdQH(), UhciInsertQH(), UhciOpenEndpoint(), and UhciUnlinkQH().

◆ QhFlags

ULONG _UHCI_HCD_QH::QhFlags

Definition at line 85 of file usbuhci.h.

Referenced by UhciDumpHcdQH(), and UhciSetEndpointState().

◆ UhciEndpoint

PUHCI_ENDPOINT _UHCI_HCD_QH::UhciEndpoint

Definition at line 94 of file usbuhci.h.

Referenced by UhciDumpHcdQH(), and UhciOpenEndpoint().


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