ReactOS 0.4.16-dev-533-gc7d1aa3
|
#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 88 of file fdo.cpp.
Definition at line 761 of file fdo.cpp.
Referenced by HDA_FdoPnp().
Definition at line 693 of file fdo.cpp.
Referenced by HDA_FdoPnp().
Definition at line 579 of file fdo.cpp.
Referenced by HDA_FdoPnp().
NTSTATUS HDA_InitCodec | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN ULONG | codecAddress | ||
) |
Definition at line 204 of file fdo.cpp.
Referenced by HDA_FDOStartDevice().
NTSTATUS NTAPI HDA_InitCorbRirbPos | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 322 of file fdo.cpp.
Referenced by HDA_FDOStartDevice().
Definition at line 13 of file fdo.cpp.
NTSTATUS NTAPI HDA_ResetController | ( | IN PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 469 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 139 of file fdo.cpp.
Referenced by HDA_InitCodec(), and HDA_TransferCodecVerbs().