Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOInterruptEventSource.cpp99 autoDisable = explicitDisable = false; in init()
144 autoDisable = (intType == kIOInterruptTypeLevel); in registerInterruptHandler()
145 if (autoDisable) { in registerInterruptHandler()
313 return autoDisable; in getAutoDisable()
387 if (autoDisable && !explicitDisable) { in checkForWork()
439 if (autoDisable && !explicitDisable) { in checkForWork()
511 if (autoDisable && prov) { in interruptOccurred()
/xnu-11215/iokit/IOKit/
H A DIOInterruptEventSource.h98 bool autoDisable; variable