Home
last modified time | relevance | path

Searched refs:_interruptSources (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOInterruptController.cpp74 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()
539 if (_interruptSources == NULL) { in initInterruptController()
548 _interruptSources[0].vectorData = parentSource; in initInterruptController()
606 interruptSources = nub->_interruptSources; in registerInterrupt()
743 interruptSources = nub->_interruptSources; in enableInterrupt()
[all …]
H A DIOService.cpp862 if (_numInterruptSources && _interruptSources) { in free()
870 IODelete(_interruptSources, IOInterruptSource, _numInterruptSources); in free()
871 _interruptSources = NULL; in free()
8612 if (nub->_interruptSources == NULL) { in resolveInterrupt()
8624 nub->_interruptSources = interruptSources; in resolveInterrupt()
8650 interruptSources = nub->_interruptSources; in resolveInterrupt()
8663 if (_interruptSources == NULL) { in lookupInterrupt()
8676 *interruptController = _interruptSources[source].interruptController; in lookupInterrupt()
8689 *interruptController = _interruptSources[source].interruptController; in lookupInterrupt()
/xnu-11215/iokit/IOKit/
H A DIOService.h1645 IOInterruptSource *_interruptSources; variable