ReactOS 0.4.15-dev-7842-g558ab78
HDA_CODEC_ENTRY Struct Reference

#include <hdaudbus.h>

Collaboration diagram for HDA_CODEC_ENTRY:

Public Attributes

USHORT VendorId
 
USHORT ProductId
 
UCHAR Major
 
UCHAR Minor
 
UCHAR Revision
 
UCHAR Stepping
 
UCHAR Addr
 
ULONG Responses [MAX_CODEC_RESPONSES]
 
ULONG ResponseCount
 
KSEMAPHORE ResponseSemaphore
 
PHDA_CODEC_AUDIO_GROUP AudioGroups [HDA_MAX_AUDIO_GROUPS]
 
ULONG AudioGroupCount
 

Detailed Description

Definition at line 44 of file hdaudbus.h.

Member Data Documentation

◆ Addr

UCHAR HDA_CODEC_ENTRY::Addr

Definition at line 52 of file hdaudbus.h.

Referenced by HDA_GetResourceInformation(), and HDA_PDOQueryId().

◆ AudioGroupCount

ULONG HDA_CODEC_ENTRY::AudioGroupCount

Definition at line 59 of file hdaudbus.h.

Referenced by HDA_FdoPnp(), HDA_FDOQueryBusRelations(), and HDA_FDORemoveDevice().

◆ AudioGroups

PHDA_CODEC_AUDIO_GROUP HDA_CODEC_ENTRY::AudioGroups[HDA_MAX_AUDIO_GROUPS]

Definition at line 58 of file hdaudbus.h.

Referenced by HDA_FdoPnp(), HDA_FDOQueryBusRelations(), and HDA_FDORemoveDevice().

◆ Major

UCHAR HDA_CODEC_ENTRY::Major

Definition at line 48 of file hdaudbus.h.

Referenced by HDA_GetDeviceInformation(), and HDA_PDOQueryId().

◆ Minor

UCHAR HDA_CODEC_ENTRY::Minor

Definition at line 49 of file hdaudbus.h.

Referenced by HDA_GetDeviceInformation(), and HDA_PDOQueryId().

◆ ProductId

USHORT HDA_CODEC_ENTRY::ProductId

Definition at line 47 of file hdaudbus.h.

Referenced by HDA_PDOQueryId().

◆ ResponseCount

ULONG HDA_CODEC_ENTRY::ResponseCount

Definition at line 55 of file hdaudbus.h.

Referenced by HDA_DpcForIsr(), and HDA_TransferCodecVerbs().

◆ Responses

ULONG HDA_CODEC_ENTRY::Responses[MAX_CODEC_RESPONSES]

Definition at line 54 of file hdaudbus.h.

Referenced by HDA_DpcForIsr(), and HDA_TransferCodecVerbs().

◆ ResponseSemaphore

KSEMAPHORE HDA_CODEC_ENTRY::ResponseSemaphore

Definition at line 56 of file hdaudbus.h.

Referenced by HDA_DpcForIsr().

◆ Revision

UCHAR HDA_CODEC_ENTRY::Revision

Definition at line 50 of file hdaudbus.h.

Referenced by HDA_PDOQueryId().

◆ Stepping

UCHAR HDA_CODEC_ENTRY::Stepping

Definition at line 51 of file hdaudbus.h.

◆ VendorId

USHORT HDA_CODEC_ENTRY::VendorId

Definition at line 46 of file hdaudbus.h.

Referenced by HDA_PDOQueryId().


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