Searched refs:interruptSources (Results 1 – 2 of 2) sorted by relevance
61 IOInterruptSource *interruptSources; in registerInterrupt() local74 interruptSources = nub->_interruptSources; in registerInterrupt()232 IOInterruptSource *interruptSources; in unregisterInterrupt() local237 interruptSources = nub->_interruptSources; in unregisterInterrupt()276 IOInterruptSource *interruptSources; in getInterruptType() local298 IOInterruptSource *interruptSources; in enableInterrupt() local339 IOInterruptSource *interruptSources; in disableInterrupt() local365 IOInterruptSource *interruptSources; in causeInterrupt() local600 IOInterruptSource *interruptSources; in registerInterrupt() local737 IOInterruptSource *interruptSources; in enableInterrupt() local[all …]
8602 IOInterruptSource *interruptSources; in resolveInterrupt() local8614 interruptSources = IONewZero(IOInterruptSource, numSources); in resolveInterrupt()8617 if (interruptSources == NULL || interruptSourcesPrivate == NULL) { in resolveInterrupt()8618 IODelete(interruptSources, IOInterruptSource, numSources); in resolveInterrupt()8624 nub->_interruptSources = interruptSources; in resolveInterrupt()8650 interruptSources = nub->_interruptSources; in resolveInterrupt()8651 interruptSources[source].interruptController = interruptController; in resolveInterrupt()8652 interruptSources[source].vectorData = data; in resolveInterrupt()