ReactOS 0.4.15-dev-7934-g1dc8d80
_EHCI_HC_RESOURCES Struct Reference

#include <usbehci.h>

Collaboration diagram for _EHCI_HC_RESOURCES:

Public Attributes

ULONG PeriodicFrameList [EHCI_FRAME_LIST_MAX_ENTRIES]
 
EHCI_STATIC_QH AsyncHead
 
EHCI_STATIC_QH PeriodicHead [64]
 
UCHAR Padded [0x160]
 
EHCI_HCD_QH IsoDummyQH [EHCI_FRAME_LIST_MAX_ENTRIES]
 

Detailed Description

Definition at line 160 of file usbehci.h.

Member Data Documentation

◆ AsyncHead

EHCI_STATIC_QH _EHCI_HC_RESOURCES::AsyncHead

Definition at line 162 of file usbehci.h.

Referenced by EHCI_InitializeSchedule().

◆ IsoDummyQH

EHCI_HCD_QH _EHCI_HC_RESOURCES::IsoDummyQH[EHCI_FRAME_LIST_MAX_ENTRIES]

Definition at line 165 of file usbehci.h.

Referenced by EHCI_InitializeSchedule().

◆ Padded

UCHAR _EHCI_HC_RESOURCES::Padded[0x160]

Definition at line 164 of file usbehci.h.

◆ PeriodicFrameList

ULONG _EHCI_HC_RESOURCES::PeriodicFrameList[EHCI_FRAME_LIST_MAX_ENTRIES]

Definition at line 161 of file usbehci.h.

Referenced by EHCI_AddDummyQHs(), and EHCI_InitializeSchedule().

◆ PeriodicHead

EHCI_STATIC_QH _EHCI_HC_RESOURCES::PeriodicHead[64]

Definition at line 163 of file usbehci.h.

Referenced by EHCI_InitializeSchedule().


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