Searched refs:IODMAEventSource (Results 1 – 7 of 7) sorted by relevance
| /xnu-10002.61.3/iokit/Kernel/ |
| H A D | IODMAEventSource.cpp | 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() [all …]
|
| H A D | IODMAController.cpp | 113 IODMAController::completeDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand) in completeDMACommand() 119 IODMAController::notifyDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn statu… in notifyDMACommand()
|
| /xnu-10002.61.3/iokit/IOKit/ |
| H A D | IODMAController.h | 37 class IODMAEventSource; variable 43 friend class IODMAEventSource; variable 51 …virtual IOReturn initDMAChannel(IOService *provider, IODMAEventSource *dmaES, UInt32 *dmaIndex, UI… 55 virtual void completeDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand); 56 …virtual void notifyDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, …
|
| H A D | IODMAEventSource.h | 40 class IODMAEventSource : public IOEventSource 42 OSDeclareDefaultStructors(IODMAEventSource); 47 …typedef void (*Action)(OSObject *owner, IODMAEventSource *dmaES, IODMACommand *dmaCommand, IORetur… 48 #define IODMAEventAction IODMAEventSource::Action 55 static OSPtr<IODMAEventSource> dmaEventSource(OSObject *owner,
|
| H A D | IODMACommand.h | 68 friend class IODMAEventSource; variable
|
| /xnu-10002.61.3/iokit/conf/ |
| H A D | files | 65 iokit/Kernel/IODMAEventSource.cpp optional iokitcpp
|
| H A D | Makefile.template | 129 IODMAEventSource.cpo_CXXWARNFLAGS_ADD += -Wno-sign-conversion
|