Home
last modified time | relevance | path

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

/xnu-8020.101.4/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-8020.101.4/iokit/IOKit/
H A DIODMAEventSource.h82 Action dmaNotificationAction; variable