ReactOS 0.4.16-dev-433-g6363f78
|
#include "hdaudbus.h"
Go to the source code of this file.
NTSTATUS NTAPI HDA_AllocateCaptureDmaEngine | ( | IN PVOID | _context, |
IN UCHAR | CodecAddress, | ||
IN PHDAUDIO_STREAM_FORMAT | StreamFormat, | ||
OUT PHANDLE | Handle, | ||
OUT PHDAUDIO_CONVERTER_FORMAT | ConverterFormat | ||
) |
Definition at line 65 of file businterface.cpp.
Referenced by HDA_PDOHandleQueryInterface().
NTSTATUS NTAPI HDA_AllocateDmaBuffer | ( | IN PVOID | _context, |
IN HANDLE | Handle, | ||
IN SIZE_T | RequestedBufferSize, | ||
OUT PMDL * | BufferMdl, | ||
OUT PSIZE_T | AllocatedBufferSize, | ||
OUT PUCHAR | StreamId, | ||
OUT PULONG | FifoSize | ||
) |
Definition at line 106 of file businterface.cpp.
Referenced by HDA_PDOHandleQueryInterface().
NTSTATUS NTAPI HDA_AllocateDmaBufferWithNotification | ( | IN PVOID | _context, |
IN HANDLE | Handle, | ||
IN ULONG | NotificationCount, | ||
IN SIZE_T | RequestedBufferSize, | ||
OUT PMDL * | BufferMdl, | ||
OUT PSIZE_T | AllocatedBufferSize, | ||
OUT PSIZE_T | OffsetFromFirstPage, | ||
OUT PUCHAR | StreamId, | ||
OUT PULONG | FifoSize | ||
) |
Definition at line 242 of file businterface.cpp.
Referenced by HDA_PDOHandleQueryInterface().
NTSTATUS NTAPI HDA_AllocateRenderDmaEngine | ( | IN PVOID | _context, |
IN PHDAUDIO_STREAM_FORMAT | StreamFormat, | ||
IN BOOLEAN | Stripe, | ||
OUT PHANDLE | Handle, | ||
OUT PHDAUDIO_CONVERTER_FORMAT | ConverterFormat | ||
) |
Definition at line 79 of file businterface.cpp.
Referenced by HDA_PDOHandleQueryInterface().
NTSTATUS NTAPI HDA_ChangeBandwidthAllocation | ( | IN PVOID | _context, |
IN HANDLE | Handle, | ||
IN PHDAUDIO_STREAM_FORMAT | StreamFormat, | ||
OUT PHDAUDIO_CONVERTER_FORMAT | ConverterFormat | ||
) |
Definition at line 93 of file businterface.cpp.
Referenced by HDA_PDOHandleQueryInterface().
Definition at line 122 of file businterface.cpp.
Referenced by HDA_PDOHandleQueryInterface().
NTSTATUS NTAPI HDA_FreeDmaBufferWithNotification | ( | IN PVOID | _context, |
IN HANDLE | Handle, | ||
IN PMDL | BufferMdl, | ||
IN SIZE_T | BufferSize | ||
) |
Definition at line 260 of file businterface.cpp.
Referenced by HDA_PDOHandleQueryInterface().
Definition at line 133 of file businterface.cpp.
Referenced by HDA_PDOHandleQueryInterface().
NTSTATUS NTAPI HDA_GetDeviceInformation | ( | IN PVOID | _context, |
OUT PHDAUDIO_DEVICE_INFORMATION | DeviceInformation | ||
) |
Definition at line 204 of file businterface.cpp.
Referenced by HDA_PDOHandleQueryInterface().
NTSTATUS NTAPI HDA_GetLinkPositionRegister | ( | IN PVOID | _context, |
IN HANDLE | Handle, | ||
OUT PULONG * | Position | ||
) |
Definition at line 167 of file businterface.cpp.
Referenced by HDA_PDOHandleQueryInterface().
VOID NTAPI HDA_GetResourceInformation | ( | IN PVOID | _context, |
OUT PUCHAR | CodecAddress, | ||
OUT PUCHAR | FunctionGroupStartNode | ||
) |
Definition at line 225 of file businterface.cpp.
Referenced by HDA_PDOHandleQueryInterface().
Definition at line 157 of file businterface.cpp.
Referenced by HDA_PDOHandleQueryInterface().
Definition at line 21 of file businterface.cpp.
Referenced by HDA_PDOHandleQueryInterface().
Definition at line 13 of file businterface.cpp.
Referenced by HDA_PDOHandleQueryInterface().
NTSTATUS HDA_PDOHandleQueryInterface | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp | ||
) |
Definition at line 299 of file businterface.cpp.
Referenced by HDA_PdoPnp().
NTSTATUS NTAPI HDA_RegisterEventCallback | ( | IN PVOID | _context, |
IN PHDAUDIO_UNSOLICITED_RESPONSE_CALLBACK | Routine, | ||
IN PVOID | Context, | ||
OUT PUCHAR | Tag | ||
) |
Definition at line 179 of file businterface.cpp.
Referenced by HDA_PDOHandleQueryInterface().
NTSTATUS NTAPI HDA_RegisterNotificationEvent | ( | PVOID | _context, |
HANDLE | Handle, | ||
IN PKEVENT | NotificationEvent | ||
) |
Definition at line 274 of file businterface.cpp.
Referenced by HDA_PDOHandleQueryInterface().
NTSTATUS NTAPI HDA_SetDmaEngineState | ( | IN PVOID | _context, |
IN HDAUDIO_STREAM_STATE | StreamState, | ||
IN ULONG | NumberOfHandles, | ||
IN PHANDLE | Handles | ||
) |
Definition at line 144 of file businterface.cpp.
Referenced by HDA_PDOHandleQueryInterface().
NTSTATUS NTAPI HDA_TransferCodecVerbs | ( | IN PVOID | _context, |
IN ULONG | Count, | ||
IN OUT PHDAUDIO_CODEC_TRANSFER | CodecTransfer, | ||
IN PHDAUDIO_TRANSFER_COMPLETE_CALLBACK | Callback, | ||
IN PVOID | Context | ||
) |
Definition at line 29 of file businterface.cpp.
Referenced by HDA_PDOHandleQueryInterface().
Definition at line 193 of file businterface.cpp.
Referenced by HDA_PDOHandleQueryInterface().