Searched refs:_numInterruptSources (Results 1 – 3 of 3) sorted by relevance
542 _numInterruptSources = 1; in initInterruptController()
862 if (_numInterruptSources && _interruptSources) { in free()864 for (i = 0; i < _numInterruptSources; i++) { in free()870 IODelete(_interruptSources, IOInterruptSource, _numInterruptSources); in free()872 IODelete(sourcesPrivate, IOInterruptSourcePrivate, _numInterruptSources); in free()8623 nub->_numInterruptSources = numSources; in resolveInterrupt()8671 if ((source < 0) || (source >= _numInterruptSources)) { in lookupInterrupt()8772 for (int source = 0; source < _numInterruptSources; source++) { in unregisterAllInterrupts()
1644 int _numInterruptSources; variable