ReactOS 0.4.15-dev-8100-g1887773
_UHCI_HC_RESOURCES Struct Reference

#include <usbuhci.h>

Collaboration diagram for _UHCI_HC_RESOURCES:

Public Attributes

ULONG FrameList [UHCI_FRAME_LIST_MAX_ENTRIES]
 
UHCI_HCD_QH StaticIntHead [INTERRUPT_ENDPOINTs]
 
UHCI_HCD_QH StaticControlHead
 
UHCI_HCD_QH StaticBulkHead
 
UHCI_HCD_TD StaticBulkTD
 
UHCI_HCD_TD StaticTD
 
UHCI_HCD_TD StaticSofTD [UHCI_MAX_STATIC_SOF_TDS]
 

Detailed Description

Definition at line 140 of file usbuhci.h.

Member Data Documentation

◆ FrameList

ULONG _UHCI_HC_RESOURCES::FrameList[UHCI_FRAME_LIST_MAX_ENTRIES]

Definition at line 141 of file usbuhci.h.

Referenced by UhciCleanupFrameListEntry(), UhciInterruptNextSOF(), and UhciStartController().

◆ StaticBulkHead

UHCI_HCD_QH _UHCI_HC_RESOURCES::StaticBulkHead

Definition at line 144 of file usbuhci.h.

◆ StaticBulkTD

UHCI_HCD_TD _UHCI_HC_RESOURCES::StaticBulkTD

Definition at line 145 of file usbuhci.h.

◆ StaticControlHead

UHCI_HCD_QH _UHCI_HC_RESOURCES::StaticControlHead

Definition at line 143 of file usbuhci.h.

◆ StaticIntHead

UHCI_HCD_QH _UHCI_HC_RESOURCES::StaticIntHead[INTERRUPT_ENDPOINTs]

Definition at line 142 of file usbuhci.h.

◆ StaticSofTD

UHCI_HCD_TD _UHCI_HC_RESOURCES::StaticSofTD[UHCI_MAX_STATIC_SOF_TDS]

Definition at line 147 of file usbuhci.h.

◆ StaticTD

UHCI_HCD_TD _UHCI_HC_RESOURCES::StaticTD

Definition at line 146 of file usbuhci.h.


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