ReactOS 0.4.15-dev-7842-g558ab78
HDA_FDO_DEVICE_EXTENSION Struct Reference

#include <hdaudbus.h>

Collaboration diagram for HDA_FDO_DEVICE_EXTENSION:

Public Attributes

BOOLEAN IsFDO
 
PDEVICE_OBJECT LowerDevice
 
PUCHAR RegBase
 
SIZE_T RegLength
 
PKINTERRUPT Interrupt
 
ULONG CorbLength
 
PULONG CorbBase
 
ULONG RirbLength
 
PRIRB_RESPONSE RirbBase
 
ULONG RirbReadPos
 
ULONG CorbWritePos
 
PVOID StreamPositions
 
PHDA_CODEC_ENTRY Codecs [HDA_MAX_CODECS+1]
 

Detailed Description

Definition at line 63 of file hdaudbus.h.

Member Data Documentation

◆ Codecs

PHDA_CODEC_ENTRY HDA_FDO_DEVICE_EXTENSION::Codecs[HDA_MAX_CODECS+1]

◆ CorbBase

PULONG HDA_FDO_DEVICE_EXTENSION::CorbBase

Definition at line 73 of file hdaudbus.h.

Referenced by HDA_FDORemoveDevice(), HDA_InitCorbRirbPos(), and HDA_SendVerbs().

◆ CorbLength

ULONG HDA_FDO_DEVICE_EXTENSION::CorbLength

Definition at line 72 of file hdaudbus.h.

Referenced by HDA_InitCorbRirbPos(), and HDA_SendVerbs().

◆ CorbWritePos

ULONG HDA_FDO_DEVICE_EXTENSION::CorbWritePos

Definition at line 77 of file hdaudbus.h.

Referenced by HDA_InitCorbRirbPos(), and HDA_SendVerbs().

◆ Interrupt

PKINTERRUPT HDA_FDO_DEVICE_EXTENSION::Interrupt

Definition at line 70 of file hdaudbus.h.

Referenced by HDA_FDORemoveDevice(), and HDA_FDOStartDevice().

◆ IsFDO

◆ LowerDevice

PDEVICE_OBJECT HDA_FDO_DEVICE_EXTENSION::LowerDevice

◆ RegBase

◆ RegLength

SIZE_T HDA_FDO_DEVICE_EXTENSION::RegLength

Definition at line 69 of file hdaudbus.h.

Referenced by HDA_FDORemoveDevice(), and HDA_FDOStartDevice().

◆ RirbBase

PRIRB_RESPONSE HDA_FDO_DEVICE_EXTENSION::RirbBase

Definition at line 75 of file hdaudbus.h.

Referenced by HDA_DpcForIsr(), and HDA_InitCorbRirbPos().

◆ RirbLength

ULONG HDA_FDO_DEVICE_EXTENSION::RirbLength

Definition at line 74 of file hdaudbus.h.

Referenced by HDA_DpcForIsr(), HDA_InitCorbRirbPos(), and HDA_InterruptService().

◆ RirbReadPos

ULONG HDA_FDO_DEVICE_EXTENSION::RirbReadPos

Definition at line 76 of file hdaudbus.h.

Referenced by HDA_DpcForIsr(), and HDA_InitCorbRirbPos().

◆ StreamPositions

PVOID HDA_FDO_DEVICE_EXTENSION::StreamPositions

Definition at line 78 of file hdaudbus.h.

Referenced by HDA_InitCorbRirbPos().


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