Searched refs:waitForIdle (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/iokit/Kernel/ |
| H A D | IODMAEventSource.cpp | 146 …entSource::queryDMACommand(IODMACommand **dmaCommand, IOByteCount *transferCount, bool waitForIdle) in queryDMACommand() argument 152 return dmaController->queryDMACommand(dmaIndex, dmaCommand, transferCount, waitForIdle); in queryDMACommand()
|
| /xnu-8020.101.4/iokit/IOKit/ |
| H A D | IODMAController.h | 57 …t32 dmaIndex, IODMACommand **dmaCommand, IOByteCount *transferCount, bool waitForIdle = false) = 0;
|
| H A D | IODMAEventSource.h | 64 …n queryDMACommand(IODMACommand **dmaCommand, IOByteCount *transferCount, bool waitForIdle = false);
|