Lines Matching refs:IODMAEventSource
38 OSDefineMetaClassAndStructors(IODMAEventSource, IOEventSource);
41 IODMAEventSource::init(OSObject *inOwner, in init()
79 IODMAEventSource::free() in free()
87 OSSharedPtr<IODMAEventSource>
88 IODMAEventSource::dmaEventSource(OSObject *inOwner, in dmaEventSource()
94 OSSharedPtr<IODMAEventSource> dmaES = OSMakeShared<IODMAEventSource>(); in dmaEventSource()
104 IODMAEventSource::startDMACommand(IODMACommand *dmaCommand, IODirection direction, IOByteCount byte… in startDMACommand()
135 IODMAEventSource::stopDMACommand(bool flush, uint64_t timeout) in stopDMACommand()
146 IODMAEventSource::queryDMACommand(IODMACommand **dmaCommand, IOByteCount *transferCount, bool waitF… in queryDMACommand()
157 IODMAEventSource::getFIFODepth(IODirection direction) in getFIFODepth()
168 IODMAEventSource::setFIFODepth(IOByteCount depth) in setFIFODepth()
179 IODMAEventSource::validFIFODepth(IOByteCount depth, IODirection direction) in validFIFODepth()
190 IODMAEventSource::setFrameSize(UInt8 byteCount) in setFrameSize()
202 IODMAEventSource::checkForWork(void) in checkForWork()
225 IODMAEventSource::completeDMACommand(IODMACommand *dmaCommand) in completeDMACommand()
240 IODMAEventSource::notifyDMACommand(IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByt… in notifyDMACommand()
252 IODMAEventSource::setDMAConfig(UInt32 newReqIndex) in setDMAConfig()
258 IODMAEventSource::validDMAConfig(UInt32 newReqIndex) in validDMAConfig()