Lines Matching refs:IOInterruptEventSource

58 #define super IOInterruptEventSource
61 (IOFilterInterruptEventSource, IOInterruptEventSource)
83 OSSharedPtr<IOInterruptEventSource>
222 if (IOInterruptEventSource::reserved->statistics) { in normalInterruptOccurred()
224 || IOInterruptEventSource::reserved->statistics->enablePrimaryTimestamp) { in normalInterruptOccurred()
227 if (IOInterruptEventSource::reserved->statistics->enablePrimaryTimestamp) { in normalInterruptOccurred()
228 IOInterruptEventSource::reserved->statistics->primaryTimestamp = startTime; in normalInterruptOccurred()
239 if (IOInterruptEventSource::reserved->statistics) { in normalInterruptOccurred()
241 …IA_ADD_VALUE(&IOInterruptEventSource::reserved->statistics->interruptStatistics[kInterruptAccounti… in normalInterruptOccurred()
246 …IA_ADD_VALUE(&IOInterruptEventSource::reserved->statistics->interruptStatistics[kInterruptAccounti… in normalInterruptOccurred()
275 if (IOInterruptEventSource::reserved->statistics) { in disableInterruptOccurred()
277 || IOInterruptEventSource::reserved->statistics->enablePrimaryTimestamp) { in disableInterruptOccurred()
280 if (IOInterruptEventSource::reserved->statistics->enablePrimaryTimestamp) { in disableInterruptOccurred()
281 IOInterruptEventSource::reserved->statistics->primaryTimestamp = startTime; in disableInterruptOccurred()
292 if (IOInterruptEventSource::reserved->statistics) { in disableInterruptOccurred()
294 …IA_ADD_VALUE(&IOInterruptEventSource::reserved->statistics->interruptStatistics[kInterruptAccounti… in disableInterruptOccurred()
299 …IA_ADD_VALUE(&IOInterruptEventSource::reserved->statistics->interruptStatistics[kInterruptAccounti… in disableInterruptOccurred()