ReactOS 0.4.16-dev-401-g45b008d
|
#include <hdaudbus.h>
Public Attributes | |
BOOLEAN | IsFDO |
BOOLEAN | ReportedMissing |
PHDA_CODEC_ENTRY | Codec |
PHDA_CODEC_AUDIO_GROUP | AudioGroup |
PDEVICE_OBJECT | FDO |
Definition at line 84 of file hdaudbus.h.
PHDA_CODEC_AUDIO_GROUP HDA_PDO_DEVICE_EXTENSION::AudioGroup |
Definition at line 89 of file hdaudbus.h.
Referenced by HDA_FDORemoveDevice(), HDA_GetResourceInformation(), HDA_InitCodec(), HDA_PDOQueryId(), and HDA_PDORemoveDevice().
PHDA_CODEC_ENTRY HDA_PDO_DEVICE_EXTENSION::Codec |
Definition at line 88 of file hdaudbus.h.
Referenced by HDA_FDORemoveDevice(), HDA_GetDeviceInformation(), HDA_GetResourceInformation(), HDA_InitCodec(), HDA_PDOQueryId(), and HDA_TransferCodecVerbs().
PDEVICE_OBJECT HDA_PDO_DEVICE_EXTENSION::FDO |
Definition at line 90 of file hdaudbus.h.
Referenced by HDA_FDORemoveDevice(), HDA_InitCodec(), and HDA_TransferCodecVerbs().
BOOLEAN HDA_PDO_DEVICE_EXTENSION::IsFDO |
Definition at line 86 of file hdaudbus.h.
Referenced by HDA_InitCodec(), HDA_PDOHandleQueryInterface(), HDA_PDOQueryId(), HDA_PDORemoveDevice(), and HDA_TransferCodecVerbs().
BOOLEAN HDA_PDO_DEVICE_EXTENSION::ReportedMissing |
Definition at line 87 of file hdaudbus.h.
Referenced by HDA_FdoPnp(), HDA_FDORemoveDevice(), HDA_InitCodec(), and HDA_PDORemoveDevice().