Home
last modified time | relevance | path

Searched refs:dmaNotificationAction (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/iokit/Kernel/ !
H A DIODMAEventSource.cpp60 dmaNotificationAction = inNotification; in init()
246 if (dmaNotificationAction != NULL) { in notifyDMACommand()
247 (*dmaNotificationAction)(owner, this, dmaCommand, status, actualByteCount, timeStamp); in notifyDMACommand()
/xnu-12377.61.12/iokit/IOKit/ !
H A DIODMAEventSource.h82 Action dmaNotificationAction; variable