Searched refs:autoDisable (Results 1 – 2 of 2) sorted by relevance
99 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()
98 bool autoDisable; variable