Lines Matching refs:interruptSources
61 IOInterruptSource *interruptSources; in registerInterrupt() local
74 interruptSources = nub->_interruptSources; in registerInterrupt()
75 vectorData = interruptSources[source].vectorData; in registerInterrupt()
232 IOInterruptSource *interruptSources; in unregisterInterrupt() local
237 interruptSources = nub->_interruptSources; in unregisterInterrupt()
238 vectorData = interruptSources[source].vectorData; in unregisterInterrupt()
276 IOInterruptSource *interruptSources; in getInterruptType() local
285 interruptSources = nub->_interruptSources; in getInterruptType()
286 vectorData = interruptSources[source].vectorData; in getInterruptType()
298 IOInterruptSource *interruptSources; in enableInterrupt() local
303 interruptSources = nub->_interruptSources; in enableInterrupt()
304 vectorData = interruptSources[source].vectorData; in enableInterrupt()
339 IOInterruptSource *interruptSources; in disableInterrupt() local
344 interruptSources = nub->_interruptSources; in disableInterrupt()
345 vectorData = interruptSources[source].vectorData; in disableInterrupt()
365 IOInterruptSource *interruptSources; in causeInterrupt() local
370 interruptSources = nub->_interruptSources; in causeInterrupt()
371 vectorData = interruptSources[source].vectorData; in causeInterrupt()
600 IOInterruptSource *interruptSources; in registerInterrupt() local
606 interruptSources = nub->_interruptSources; in registerInterrupt()
644 interruptSources[source].interruptController = this; in registerInterrupt()
645 interruptSources[source].vectorData = vectorData; in registerInterrupt()
694 IOInterruptSource *interruptSources = nub->_interruptSources; in unregisterInterrupt() local
695 OSSafeReleaseNULL(interruptSources[source].vectorData); in unregisterInterrupt()
737 IOInterruptSource *interruptSources; in enableInterrupt() local
743 interruptSources = nub->_interruptSources; in enableInterrupt()
744 vectorData = interruptSources[source].vectorData; in enableInterrupt()
770 IOInterruptSource *interruptSources; in disableInterrupt() local
776 interruptSources = nub->_interruptSources; in disableInterrupt()
777 vectorData = interruptSources[source].vectorData; in disableInterrupt()