Home
last modified time | relevance | path

Searched refs:IOInterruptSource (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.101.5/iokit/IOKit/
H A DIOInterrupts.h47 struct IOInterruptSource { struct
51 typedef struct IOInterruptSource IOInterruptSource; argument
H A DIOService.h1556 IOInterruptSource *_interruptSources;
/xnu-8796.101.5/iokit/Kernel/
H A DIOInterruptController.cpp61 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 …]
H A DIOService.cpp844 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()