Searched refs:IOInterruptSource (Results 1 – 4 of 4) sorted by relevance
47 struct IOInterruptSource { struct51 typedef struct IOInterruptSource IOInterruptSource; argument
1556 IOInterruptSource *_interruptSources;
61 IOInterruptSource *interruptSources; in registerInterrupt()232 IOInterruptSource *interruptSources; in unregisterInterrupt()276 IOInterruptSource *interruptSources; in getInterruptType()298 IOInterruptSource *interruptSources; in enableInterrupt()339 IOInterruptSource *interruptSources; in disableInterrupt()365 IOInterruptSource *interruptSources; in causeInterrupt()538 _interruptSources = IONew(IOInterruptSource, 1); in initInterruptController()562 IODelete(_interruptSources, IOInterruptSource, 1); in initInterruptController()600 IOInterruptSource *interruptSources; in registerInterrupt()694 IOInterruptSource *interruptSources = nub->_interruptSources; in unregisterInterrupt()[all …]
844 IODelete(_interruptSources, IOInterruptSource, _numInterruptSources); in free()8397 IOInterruptSource *interruptSources; in resolveInterrupt()8409 interruptSources = IONewZero(IOInterruptSource, numSources); in resolveInterrupt()8413 IODelete(interruptSources, IOInterruptSource, numSources); in resolveInterrupt()