Searched refs:IOInterruptSource (Results 1 – 4 of 4) sorted by relevance
47 struct IOInterruptSource { struct51 typedef struct IOInterruptSource IOInterruptSource; typedef
1645 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()737 IOInterruptSource *interruptSources; in enableInterrupt()[all …]
870 IODelete(_interruptSources, IOInterruptSource, _numInterruptSources); in free()8602 IOInterruptSource *interruptSources; in resolveInterrupt()8614 interruptSources = IONewZero(IOInterruptSource, numSources); in resolveInterrupt()8618 IODelete(interruptSources, IOInterruptSource, numSources); in resolveInterrupt()