Home
last modified time | relevance | path

Searched refs:kIOInterruptTypeLevel (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOInterrupts.h40 #define kIOInterruptTypeLevel (1) macro
/xnu-11215/iokit/Kernel/
H A DPassthruInterruptController.cpp119 *interruptType = kIOInterruptTypeLevel; in getInterruptType()
H A DIOInterruptController.cpp89 (kIOInterruptTypeLevel & interruptType)) { in registerInterrupt()
553 if (interruptType & kIOInterruptTypeLevel) { in initInterruptController()
H A DIOInterruptEventSource.cpp144 autoDisable = (intType == kIOInterruptTypeLevel); in registerInterruptHandler()
H A DIOCPU.cpp760 *interruptType = kIOInterruptTypeLevel; in getInterruptType()
H A DIOUserServer.cpp1501 if (kIOInterruptTypeLevel & ivars->interruptType) { in IOInterruptDispatchSourceInterrupt()
1701 if (willWait && (kIOInterruptTypeLevel & ivars->interruptType) && ivars->enable) { in CheckForWork_Impl()
2217 if (willWait && (kIOInterruptTypeLevel & ivars->interruptType) && ivars->enable) { in waitInterruptTrap()
/xnu-11215/iokit/DriverKit/
H A DIOInterruptDispatchSource.iig88 * kIOInterruptTypeLevel will be returned for level-trigggered sources.