OpenCore
1.0.4
OpenCore Bootloader
|
#include <HdaCodec.h>
Data Fields | |
UINTN | Signature |
EFI_HDA_IO_PROTOCOL * | HdaIo |
EFI_DEVICE_PATH_PROTOCOL * | DevicePath |
EFI_HANDLE | ControllerHandle |
HDA_CODEC_INFO_PRIVATE_DATA * | HdaCodecInfoData |
AUDIO_IO_PRIVATE_DATA * | AudioIoData |
UINT32 | VendorId |
UINT32 | RevisionId |
CHAR16 * | Name |
HDA_FUNC_GROUP * | FuncGroups |
UINTN | FuncGroupsCount |
HDA_FUNC_GROUP * | AudioFuncGroup |
HDA_WIDGET_DEV ** | OutputPorts |
HDA_WIDGET_DEV ** | InputPorts |
UINTN | OutputPortsCount |
UINTN | InputPortsCount |
Definition at line 104 of file HdaCodec.h.
HDA_FUNC_GROUP* _HDA_CODEC_DEV::AudioFuncGroup |
Definition at line 124 of file HdaCodec.h.
AUDIO_IO_PRIVATE_DATA* _HDA_CODEC_DEV::AudioIoData |
Definition at line 115 of file HdaCodec.h.
EFI_HANDLE _HDA_CODEC_DEV::ControllerHandle |
Definition at line 111 of file HdaCodec.h.
EFI_DEVICE_PATH_PROTOCOL* _HDA_CODEC_DEV::DevicePath |
Definition at line 110 of file HdaCodec.h.
HDA_FUNC_GROUP* _HDA_CODEC_DEV::FuncGroups |
Definition at line 122 of file HdaCodec.h.
UINTN _HDA_CODEC_DEV::FuncGroupsCount |
Definition at line 123 of file HdaCodec.h.
HDA_CODEC_INFO_PRIVATE_DATA* _HDA_CODEC_DEV::HdaCodecInfoData |
Definition at line 114 of file HdaCodec.h.
EFI_HDA_IO_PROTOCOL* _HDA_CODEC_DEV::HdaIo |
Definition at line 109 of file HdaCodec.h.
HDA_WIDGET_DEV** _HDA_CODEC_DEV::InputPorts |
Definition at line 128 of file HdaCodec.h.
UINTN _HDA_CODEC_DEV::InputPortsCount |
Definition at line 130 of file HdaCodec.h.
CHAR16* _HDA_CODEC_DEV::Name |
Definition at line 120 of file HdaCodec.h.
HDA_WIDGET_DEV** _HDA_CODEC_DEV::OutputPorts |
Definition at line 127 of file HdaCodec.h.
UINTN _HDA_CODEC_DEV::OutputPortsCount |
Definition at line 129 of file HdaCodec.h.
UINT32 _HDA_CODEC_DEV::RevisionId |
Definition at line 119 of file HdaCodec.h.
UINTN _HDA_CODEC_DEV::Signature |
Definition at line 106 of file HdaCodec.h.
UINT32 _HDA_CODEC_DEV::VendorId |
Definition at line 118 of file HdaCodec.h.