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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOInterruptEventSource.cpp86 autoDisable = explicitDisable = false;
112 autoDisable = (intType == kIOInterruptTypeLevel);
113 if (autoDisable) {
198 return autoDisable;
224 if (autoDisable && !explicitDisable)
242 if (autoDisable && !explicitDisable)
288 if (autoDisable && prov)
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOInterruptEventSource.h90 /*! @var autoDisable Do we need to automatically disable the interrupt source when we take an interrupt, i.e. we are level triggered. */
91 bool autoDisable; member in class:IOInterruptEventSource
171 @abstract Get'ter for $link autoDisable variable.
172 @result value of autoDisable. */

Completed in 30 milliseconds