#include "private.hpp"
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ AdapterControl()
Definition at line 297 of file dma_slave.cpp.
302{
305
308
309 This->m_pAdapter->DmaOperations->MapTransfer(
This->m_pAdapter,
314 This->m_WriteToDevice);
315
317 {
319 }
320
322}
_In_ ULONG _In_ ULONG _In_ ULONG Length
_Inout_ struct _IRP _In_ PVOID MapRegisterBase
◆ PcNewDmaChannel()
Definition at line 486 of file dma_slave.cpp.
492{
495
496 DPRINT(
"OutDmaChannel %p OuterUnknown %p PoolType %p DeviceDescription %p DeviceObject %p\n",
498
502
504
506 {
509 }
510
512
514 {
517 }
518
520}
#define NT_SUCCESS(StatCode)
#define STATUS_INSUFFICIENT_RESOURCES
_In_ PDEVICE_OBJECT DeviceObject
_Must_inspect_result_ _In_ WDFDEVICE _In_ DEVICE_REGISTRY_PROPERTY _In_ _Strict_type_match_ POOL_TYPE PoolType
_Must_inspect_result_ _In_ PWDFDEVICE_INIT _In_ PCUNICODE_STRING DeviceDescription
◆ IID_IDmaChannelSlave
GUID IID_IDmaChannelSlave |
|
extern |