ReactOS 0.4.15-dev-5666-gc548b97
|
#include "hdaudbus.h"
Go to the source code of this file.
VOID NTAPI HDA_DpcForIsr | ( | _In_ PKDPC | Dpc, |
_In_opt_ PDEVICE_OBJECT | DeviceObject, | ||
_Inout_ PIRP | Irp, | ||
_In_opt_ PVOID | Context | ||
) |
Definition at line 87 of file fdo.cpp.
Definition at line 760 of file fdo.cpp.
Referenced by HDA_FdoPnp().
Definition at line 692 of file fdo.cpp.
Referenced by HDA_FdoPnp().
Definition at line 578 of file fdo.cpp.
Referenced by HDA_FdoPnp().
NTSTATUS HDA_InitCodec | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN ULONG | codecAddress | ||
) |
Definition at line 203 of file fdo.cpp.
Referenced by HDA_FDOStartDevice().
NTSTATUS NTAPI HDA_InitCorbRirbPos | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 321 of file fdo.cpp.
Referenced by HDA_FDOStartDevice().
Definition at line 12 of file fdo.cpp.
NTSTATUS NTAPI HDA_ResetController | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 468 of file fdo.cpp.
Referenced by HDA_FDOStartDevice().
NTSTATUS HDA_SendVerbs | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PHDA_CODEC_ENTRY | Codec, | ||
IN PULONG | Verbs, | ||
OUT PULONG | Responses, | ||
IN ULONG | Count | ||
) |
Definition at line 138 of file fdo.cpp.
Referenced by HDA_InitCodec(), and HDA_TransferCodecVerbs().