Home
last modified time | relevance | path

Searched refs:DmaOperations (Results 1 – 16 of 16) sorted by relevance

/reactos/drivers/wdm/audio/backpln/portcls/
H A Ddma_slave.cpp117 …m_Buffer = m_pAdapter->DmaOperations->AllocateCommonBuffer(m_pAdapter, BufferSize, &m_Address, FAL… in AllocateBuffer()
178 …m_pAdapter->DmaOperations->FreeCommonBuffer(m_pAdapter, m_AllocatedBufferSize, m_Address, m_Buffer… in FreeBuffer()
278 Counter = m_pAdapter->DmaOperations->ReadDmaCounter(m_pAdapter); in ReadCounter()
302 This->m_pAdapter->DmaOperations->MapTransfer(This->m_pAdapter, in AdapterControl()
354 …Status = m_pAdapter->DmaOperations->AllocateAdapterChannel(m_pAdapter, m_pDeviceObject, MapRegiste… in Start()
375 m_pAdapter->DmaOperations->FlushAdapterBuffers(m_pAdapter, in Stop()
384 m_pAdapter->DmaOperations->FreeAdapterChannel(m_pAdapter); in Stop()
407 BytesRemaining = m_pAdapter->DmaOperations->ReadDmaCounter(m_pAdapter); in WaitForTC()
417 BytesRemaining = m_pAdapter->DmaOperations->ReadDmaCounter(m_pAdapter); in WaitForTC()
/reactos/drivers/network/ndis/ndis/
H A Dio.c361 AdapterObject->DmaOperations->PutDmaAdapter(AdapterObject); in NdisMAllocateMapRegisters()
371 AdapterObject->DmaOperations->PutDmaAdapter(AdapterObject); in NdisMAllocateMapRegisters()
397 AdapterObject->DmaOperations->PutDmaAdapter(AdapterObject); in NdisMAllocateMapRegisters()
411 AdapterObject->DmaOperations->PutDmaAdapter(AdapterObject); in NdisMAllocateMapRegisters()
484 AdapterObject->DmaOperations->MapTransfer(AdapterObject, Buffer, in NdisMSetupDmaTransfer()
548 AdapterObject->DmaOperations->FreeAdapterChannel(AdapterObject); in NdisMCompleteDmaTransfer()
690 AdapterObject->DmaOperations->PutDmaAdapter(AdapterObject); in NdisMDeregisterDmaChannel()
755 AdapterObject->DmaOperations->FreeMapRegisters( in NdisMFreeMapRegisters()
763 AdapterObject->DmaOperations->PutDmaAdapter(AdapterObject); in NdisMFreeMapRegisters()
835 return AdapterObject->DmaOperations->ReadDmaCounter(AdapterObject); in NdisMReadDmaCounter()
[all …]
H A Dmemory.c179 …*VirtualAddress = Adapter->NdisMiniportBlock.SystemAdapterObject->DmaOperations->AllocateCommonBuf… in NdisMAllocateSharedMemory()
202 Memory->AdapterObject->DmaOperations->FreeCommonBuffer( in NdisMFreeSharedMemoryPassive()
255 DmaAdapter->DmaOperations->FreeCommonBuffer(DmaAdapter, in NdisMFreeSharedMemory()
312 Memory->VirtualAddress = Memory->AdapterObject->DmaOperations->AllocateCommonBuffer( in NdisMAllocateSharedMemoryPassive()
H A Dprotocol.c551 … NdisStatus = Adapter->NdisMiniportBlock.SystemAdapterObject->DmaOperations->GetScatterGatherList( in ProSend()
H A Dminiport.c562 DmaOperations->PutScatterGatherList( in MiniSendComplete()
/reactos/sdk/lib/drivers/wdf/kmdf/inc/private/
H A Dfxdmatransaction.hpp603 m_AdapterInfo->AdapterObject->DmaOperations; in GetScatterGatherList()
623 status = m_AdapterInfo->AdapterObject->DmaOperations-> in GetScatterGatherList()
648 m_AdapterInfo->AdapterObject->DmaOperations-> in PutScatterGatherList()
677 m_AdapterInfo->AdapterObject->DmaOperations; in BuildScatterGatherList()
711 status = m_AdapterInfo->AdapterObject->DmaOperations-> in BuildScatterGatherList()
1082 m_AdapterInfo->AdapterObject->DmaOperations; in AllocateAdapterChannel()
1194 m_AdapterInfo->AdapterObject->DmaOperations; in MapTransfer()
1239 m_AdapterInfo->AdapterObject->DmaOperations-> in MapTransfer()
1271 m_AdapterInfo->AdapterObject->DmaOperations; in FlushAdapterBuffers()
1381 m_AdapterInfo->AdapterObject->DmaOperations-> in FreeMapRegistersAndAdapter()
[all …]
/reactos/win32ss/drivers/videoprt/
H A Ddma.c60 …return Adapter->Adapter->DmaOperations->AllocateCommonBuffer(Adapter->Adapter, DesiredLength, Logi… in VideoPortAllocateCommonBuffer()
85 …Adapter->Adapter->DmaOperations->FreeCommonBuffer(Adapter->Adapter, Length, LogicalAddress, Virtua… in VideoPortReleaseCommonBuffer()
109 Adapter->Adapter->DmaOperations->PutDmaAdapter(Adapter->Adapter); in VideoPortPutDmaAdapter()
383 Status = Adapter->Adapter->DmaOperations->GetScatterGatherList(Adapter->Adapter, in VideoPortStartDma()
462 …Adapter->Adapter->DmaOperations->PutScatterGatherList(Adapter->Adapter, (PSCATTER_GATHER_LIST)VpSc… in VideoPortCompleteDma()
/reactos/drivers/wdm/audio/drivers/ac97/
H A Dstream2.cpp18 BDList = (tBDEntry *)AdapterObject->DmaOperations-> in BDList_Alloc()
34 AdapterObject->DmaOperations-> in BDList_Free()
/reactos/sdk/lib/drivers/wdf/kmdf/src/dma/base/
H A Dfxdmaenabler.cpp655 alignment = readDmaDesc->AdapterObject->DmaOperations-> in ConfigureBusMasterAdapters()
691 alignment = simplexDmaDesc->AdapterObject->DmaOperations-> in ConfigureBusMasterAdapters()
820 status = AdapterInfo->AdapterObject->DmaOperations-> in InitializeResources()
887 AdapterInfo->AdapterObject->DmaOperations->PutDmaAdapter(AdapterInfo->AdapterObject); in FreeResources()
1081 *BufferVA = adapterObject->DmaOperations-> in AllocateCommonBuffer()
1100 adapterObject->DmaOperations-> in FreeCommonBuffer()
1122 adapter->DmaOperations; in InitializeTransferContext()
H A Dfxdmatransaction.cpp540 m_AdapterInfo->AdapterObject->DmaOperations; in CancelResourceAllocation()
2362 m_AdapterInfo->AdapterObject->DmaOperations->GetDmaTransferInfo( in GetTransferInfo()
/reactos/drivers/usb/usbport/
H A Dusbport.c1714 PDMA_OPERATIONS DmaOperations; in USBPORT_AllocateCommonBuffer() local
1733 DmaOperations = DmaAdapter->DmaOperations; in USBPORT_AllocateCommonBuffer()
1775 PDMA_OPERATIONS DmaOperations; in USBPORT_FreeCommonBuffer() local
1782 DmaOperations = DmaAdapter->DmaOperations; in USBPORT_FreeCommonBuffer()
2215 PDMA_OPERATIONS DmaOperations; in USBPORT_CompleteTransfer() local
2234 DmaOperations = FdoExtension->DmaAdapter->DmaOperations; in USBPORT_CompleteTransfer()
2330 PDMA_OPERATIONS DmaOperations; in USBPORT_MapTransfer() local
2339 DmaOperations = DmaAdapter->DmaOperations; in USBPORT_MapTransfer()
2366 PhAddress = DmaOperations->MapTransfer(DmaAdapter, in USBPORT_MapTransfer()
2494 PDMA_OPERATIONS DmaOperations; in USBPORT_FlushMapTransfers() local
[all …]
/reactos/sdk/include/xdk/
H A Dhalfuncs.h21 allocateCommonBuffer = *(DmaAdapter)->DmaOperations->AllocateCommonBuffer; in HalAllocateCommonBuffer()
40 freeCommonBuffer = *(DmaAdapter)->DmaOperations->FreeCommonBuffer; in HalFreeCommonBuffer()
55 readDmaCounter = *(DmaAdapter)->DmaOperations->ReadDmaCounter; in HalReadDmaCounter()
69 getDmaAlignment = *(DmaAdapter)->DmaOperations->GetDmaAlignment; in HalGetDmaAlignment()
H A Diofuncs.h471 *(DmaAdapter)->DmaOperations->AllocateAdapterChannel; in _IRQL_requires_min_()
492 FlushAdapterBuffers = *(DmaAdapter)->DmaOperations->FlushAdapterBuffers; in IoFlushAdapterBuffers()
509 FreeAdapterChannel = *(DmaAdapter)->DmaOperations->FreeAdapterChannel; in IoFreeAdapterChannel()
523 FreeMapRegisters = *(DmaAdapter)->DmaOperations->FreeMapRegisters; in IoFreeMapRegisters()
541 MapTransfer = *(DmaAdapter)->DmaOperations->MapTransfer; in IoMapTransfer()
H A Diotypes.h2295 struct _DMA_OPERATIONS* DmaOperations; member
/reactos/drivers/wdm/audio/legacy/stream/
H A Dpnp.c44 DeviceExtension->DmaAdapter->DmaOperations->PutDmaAdapter(DeviceExtension->DmaAdapter); in StreamClassReleaseResources()
335 …DeviceExtension->DmaCommonBuffer = Adapter->DmaOperations->AllocateCommonBuffer(Adapter, DeviceExt… in StreamClassStartDevice()
/reactos/hal/halx86/generic/
H A Ddma.c496 AdapterObject->DmaHeader.DmaOperations = &HalpDmaOperations; in HalpDmaAllocateChildAdapter()