Lines Matching refs:IOInterruptVectorNumber
62 IOInterruptVectorNumber vectorNumber; in registerInterrupt()
76 vectorNumber = *(IOInterruptVectorNumber *)vectorData->getBytesNoCopy(); in registerInterrupt()
233 IOInterruptVectorNumber vectorNumber; in unregisterInterrupt()
239 vectorNumber = *(IOInterruptVectorNumber *)vectorData->getBytesNoCopy(); in unregisterInterrupt()
277 IOInterruptVectorNumber vectorNumber; in getInterruptType()
287 vectorNumber = *(IOInterruptVectorNumber *)vectorData->getBytesNoCopy(); in getInterruptType()
299 IOInterruptVectorNumber vectorNumber; in enableInterrupt()
305 vectorNumber = *(IOInterruptVectorNumber *)vectorData->getBytesNoCopy(); in enableInterrupt()
340 IOInterruptVectorNumber vectorNumber; in disableInterrupt()
346 vectorNumber = *(IOInterruptVectorNumber *)vectorData->getBytesNoCopy(); in disableInterrupt()
366 IOInterruptVectorNumber vectorNumber; in causeInterrupt()
372 vectorNumber = *(IOInterruptVectorNumber *)vectorData->getBytesNoCopy(); in causeInterrupt()
397 IOInterruptController::vectorCanBeShared(IOInterruptVectorNumber /*vectorNumber*/, in vectorCanBeShared() argument
404 IOInterruptController::initVector(IOInterruptVectorNumber /*vectorNumber*/, in initVector() argument
410 IOInterruptController::getVectorType(IOInterruptVectorNumber /*vectorNumber*/, in getVectorType() argument
417 IOInterruptController::disableVectorHard(IOInterruptVectorNumber /*vectorNumber*/, in disableVectorHard() argument
423 IOInterruptController::enableVector(IOInterruptVectorNumber /*vectorNumber*/, in enableVector() argument
429 IOInterruptController::causeVector(IOInterruptVectorNumber /*vectorNumber*/, in causeVector() argument
463 IOInterruptController::timeStampInterruptHandlerInternal(bool isStart, IOInterruptVectorNumber vect… in timeStampInterruptHandlerInternal()
497 IOInterruptController::timeStampInterruptHandlerStart(IOInterruptVectorNumber vectorNumber, IOInter… in timeStampInterruptHandlerStart()
503 IOInterruptController::timeStampInterruptHandlerEnd(IOInterruptVectorNumber vectorNumber, IOInterru… in timeStampInterruptHandlerEnd()
601 IOInterruptVectorNumber vectorNumber; in registerInterrupt()
673 IOInterruptVectorNumber vectorNumber; in unregisterInterrupt()
738 IOInterruptVectorNumber vectorNumber; in enableInterrupt()
745 vectorNumber = *(IOInterruptVectorNumber *)vectorData->getBytesNoCopy(); in enableInterrupt()
771 IOInterruptVectorNumber vectorNumber; in disableInterrupt()
778 vectorNumber = *(IOInterruptVectorNumber *)vectorData->getBytesNoCopy(); in disableInterrupt()
812 IOInterruptVectorNumber vectorNumber; in handleInterrupt()