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

/xnu-2422.115.4/iokit/Kernel/
H A DIODMAEventSource.cpp112 IOReturn IODMAEventSource::stopDMACommand(bool flush, uint64_t timeout) function in class:IODMAEventSource
116 return dmaController->stopDMACommand(dmaIndex, flush, timeout);
/xnu-2422.115.4/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);

Completed in 52 milliseconds