Lines Matching refs:_interruptSources
74 interruptSources = nub->_interruptSources; in registerInterrupt()
237 interruptSources = nub->_interruptSources; in unregisterInterrupt()
285 interruptSources = nub->_interruptSources; in getInterruptType()
303 interruptSources = nub->_interruptSources; in enableInterrupt()
344 interruptSources = nub->_interruptSources; in disableInterrupt()
370 interruptSources = nub->_interruptSources; in causeInterrupt()
538 _interruptSources = IONew(IOInterruptSource, 1); in initInterruptController()
539 if (_interruptSources == NULL) { in initInterruptController()
547 _interruptSources[0].interruptController = parentController; in initInterruptController()
548 _interruptSources[0].vectorData = parentSource; in initInterruptController()
562 IODelete(_interruptSources, IOInterruptSource, 1); in initInterruptController()
606 interruptSources = nub->_interruptSources; in registerInterrupt()
694 IOInterruptSource *interruptSources = nub->_interruptSources; in unregisterInterrupt()
743 interruptSources = nub->_interruptSources; in enableInterrupt()
776 interruptSources = nub->_interruptSources; in disableInterrupt()