Lines Matching refs:interruptType
86 int interruptType; in registerInterrupt() local
88 (getInterruptType(nub, source, &interruptType) == kIOReturnSuccess) && in registerInterrupt()
89 (kIOInterruptTypeLevel & interruptType)) { in registerInterrupt()
274 int *interruptType) in getInterruptType() argument
281 if (interruptType == NULL) { in getInterruptType()
290 *interruptType = getVectorType(vectorNumber, vector); in getInterruptType()
527 int cnt, interruptType; in initInterruptController() local
551 error = provider->getInterruptType(0, &interruptType); in initInterruptController()
553 if (interruptType & kIOInterruptTypeLevel) { in initInterruptController()
728 int *interruptType) in getInterruptType() argument
730 return provider->getInterruptType(0, interruptType); in getInterruptType()