Searched refs:stopDMACommand (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIODMAController.h53 virtual IOReturn stopDMACommand(UInt32 dmaIndex, bool flush = false, uint64_t timeout = UINT64_MAX) = 0;
H A DIODMAEventSource.h61 virtual IOReturn stopDMACommand(bool flush = false, uint64_t timeout = UINT64_MAX);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODMAEventSource.cpp106 IOReturn IODMAEventSource::stopDMACommand(bool flush, uint64_t timeout) function in class:IODMAEventSource
110 return dmaController->stopDMACommand(dmaIndex, flush, timeout);

Completed in 70 milliseconds