|
ReactOS 0.4.16-dev-2293-g4d8327b
|
#include <ntddk.h>#include <initguid.h>#include <windef.h>#include <winerror.h>#include <wingdi.h>#include <d3dkmddi.h>#include <d3dkmthk.h>#include <wdm.h>#include <wdmguid.h>#include "wdf.h"#include <ntintsafe.h>#include <ntstrsafe.h>#include <hdaudio.h>#include <portcls.h>#include "hda_registers.h"#include "fdo.h"#include "buspdo.h"#include "hdac_controller.h"#include "hdac_stream.h"#include "hda_verbs.h"#include "regfuncs.h"

Go to the source code of this file.
Macros | |
| #define | POOL_ZERO_DOWN_LEVEL_SUPPORT |
| #define | __CPLUSPLUS |
| #define | DRIVERNAME "sklhdaudbus.sys: " |
| #define | SKLHDAUDBUS_POOL_TAG 'SADH' |
| #define | VEN_INTEL 0x8086 |
| #define | VEN_ATI 0x1002 |
| #define | VEN_AMD 0x1022 |
| #define | VEN_NVIDIA 0x10DE |
| #define | VEN_VMWARE 0x15AD |
| #define | IS_BXT(ven, dev) (ven == VEN_INTEL && dev == 0x5a98) |
| #define | SklHdAudBusPrint(dbglevel, fmt, ...) |
Functions | |
| NTSTATUS | HDA_WaitForTransfer (PFDO_CONTEXT fdoCtx, UINT16 codecAddr, _In_ ULONG Count, _Inout_updates_(Count) PHDAUDIO_CODEC_TRANSFER CodecTransfer) |
| HDAUDIO_BUS_INTERFACE | HDA_BusInterface (PVOID Context) |
| HDAUDIO_BUS_INTERFACE_V2 | HDA_BusInterfaceV2 (PVOID Context) |
| HDAUDIO_BUS_INTERFACE_V3 | HDA_BusInterfaceV3 (PVOID Context) |
| HDAUDIO_BUS_INTERFACE_BDL | HDA_BusInterfaceBDL (PVOID Context) |
| static void | mdelay (LONG msec) |
| static void | udelay (LONG usec) |
| HDAUDIO_BUS_INTERFACE HDA_BusInterface | ( | PVOID | Context | ) |
Definition at line 1119 of file hdaudio.cpp.
Referenced by Bus_CreatePdo().
| HDAUDIO_BUS_INTERFACE_BDL HDA_BusInterfaceBDL | ( | PVOID | Context | ) |
Definition at line 1146 of file hdaudio.cpp.
Referenced by Bus_CreatePdo().
| HDAUDIO_BUS_INTERFACE_V2 HDA_BusInterfaceV2 | ( | PVOID | Context | ) |
Definition at line 1055 of file hdaudio.cpp.
Referenced by Bus_CreatePdo().
| HDAUDIO_BUS_INTERFACE_V3 HDA_BusInterfaceV3 | ( | PVOID | Context | ) |
Definition at line 1086 of file hdaudio.cpp.
Referenced by Bus_CreatePdo().
| NTSTATUS HDA_WaitForTransfer | ( | PFDO_CONTEXT | fdoCtx, |
| UINT16 | codecAddr, | ||
| _In_ ULONG | Count, | ||
| _Inout_updates_(Count) PHDAUDIO_CODEC_TRANSFER | CodecTransfer | ||
| ) |
Definition at line 3 of file hdaudio.cpp.
Referenced by HDA_AsyncWait(), HDA_TransferCodecVerbs(), and RunSingleHDACmd().
Definition at line 80 of file driver.h.
Referenced by HDAInitCorb(), ResetHDAController(), and StartHDAController().