Lines Matching refs:interruptState
604 IOInterruptState interruptState; in registerInterrupt() local
658 interruptState = IOSimpleLockLockDisableInterrupt(controllerLock); in registerInterrupt()
663 IOSimpleLockUnlockEnableInterrupt(controllerLock, interruptState); in registerInterrupt()
675 IOInterruptState interruptState; in unregisterInterrupt() local
708 interruptState = IOSimpleLockLockDisableInterrupt(controllerLock); in unregisterInterrupt()
710 IOSimpleLockUnlockEnableInterrupt(controllerLock, interruptState); in unregisterInterrupt()
741 IOInterruptState interruptState; in enableInterrupt() local
748 interruptState = IOSimpleLockLockDisableInterrupt(controllerLock); in enableInterrupt()
750 IOSimpleLockUnlockEnableInterrupt(controllerLock, interruptState); in enableInterrupt()
756 IOSimpleLockUnlockEnableInterrupt(controllerLock, interruptState); in enableInterrupt()
774 IOInterruptState interruptState; in disableInterrupt() local
781 interruptState = IOSimpleLockLockDisableInterrupt(controllerLock); in disableInterrupt()
790 IOSimpleLockUnlockEnableInterrupt(controllerLock, interruptState); in disableInterrupt()