Home
last modified time | relevance | path

Searched refs:interruptSources (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOInterruptController.cpp61 IOInterruptSource *interruptSources; in registerInterrupt() local
74 interruptSources = nub->_interruptSources; in registerInterrupt()
232 IOInterruptSource *interruptSources; in unregisterInterrupt() local
237 interruptSources = nub->_interruptSources; in unregisterInterrupt()
276 IOInterruptSource *interruptSources; in getInterruptType() local
298 IOInterruptSource *interruptSources; in enableInterrupt() local
339 IOInterruptSource *interruptSources; in disableInterrupt() local
365 IOInterruptSource *interruptSources; in causeInterrupt() local
600 IOInterruptSource *interruptSources; in registerInterrupt() local
737 IOInterruptSource *interruptSources; in enableInterrupt() local
[all …]
H A DIOService.cpp8602 IOInterruptSource *interruptSources; in resolveInterrupt() local
8614 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()