Searched refs:_interruptSources (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/iokit/Kernel/
H A DIOInterruptController.cpp73 interruptSources = nub->_interruptSources;
225 interruptSources = nub->_interruptSources;
270 interruptSources = nub->_interruptSources;
287 interruptSources = nub->_interruptSources;
319 interruptSources = nub->_interruptSources;
344 interruptSources = nub->_interruptSources;
431 _interruptSources = (IOInterruptSource *)IOMalloc(sizeof(IOInterruptSource));
432 if (_interruptSources == 0) return kIOReturnNoMemory;
438 _interruptSources[0].interruptController = parentController;
439 _interruptSources[
[all...]
H A DIOService.cpp5690 if (nub->_interruptSources == 0) {
5698 nub->_interruptSources = interruptSources;
5715 interruptSources = nub->_interruptSources;
5726 /* Make sure the _interruptSources are set */
5727 if (_interruptSources == 0) {
5737 *interruptController = _interruptSources[source].interruptController;
5746 *interruptController = _interruptSources[source].interruptController;
/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h1258 IOInterruptSource *_interruptSources; member in class:IOService

Completed in 92 milliseconds