#include "private.hpp"
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ AdapterControl()
Definition at line 290 of file dma_slave.cpp.
295{
298
301
302 This->m_pAdapter->DmaOperations->MapTransfer(
This->m_pAdapter,
307 This->m_WriteToDevice);
308
310 {
312 }
313
315}
_In_ ULONG _In_ ULONG _In_ ULONG Length
_Inout_ struct _IRP _In_ PVOID MapRegisterBase
◆ PcNewDmaChannel()
Definition at line 479 of file dma_slave.cpp.
485{
488
489 DPRINT(
"OutDmaChannel %p OuterUnknown %p PoolType %p DeviceDescription %p DeviceObject %p\n",
491
495
497
499 {
502 }
503
505
507 {
510 }
511
513}
#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 |