Home
last modified time | relevance | path

Searched refs:kIOReportCopyChannelData (Results 1 – 7 of 7) sorted by relevance

/xnu-8792.41.9/iokit/IOKit/
H A DIOReportMacros.h169 if (((action) == kIOReportGetDimensions) || ((action) == kIOReportCopyChannelData)) { \
350 if (((action) == kIOReportGetDimensions) || ((action) == kIOReportCopyChannelData)) { \
535 if (((action) == kIOReportGetDimensions) || ((action) == kIOReportCopyChannelData)) { \
697 if (((action) == kIOReportGetDimensions) || ((action) == kIOReportCopyChannelData)) { \
H A DIOReportTypes.h134 kIOReportCopyChannelData = 1, enumerator
/xnu-8792.41.9/iokit/DriverKit/
H A DIOReportTypes.h134 kIOReportCopyChannelData = 1, enumerator
/xnu-8792.41.9/iokit/Kernel/
H A DIOReporter.cpp119 case kIOReportCopyChannelData: in updateAllReports()
717 case kIOReportCopyChannelData: in handleUpdateReport()
H A DIOServicePM.cpp7209 case kIOReportCopyChannelData: in updatePowerStatesReport()
7222 STATEREPORT_UPDATERES(fReportBuf, kIOReportCopyChannelData, result); in updatePowerStatesReport()
7296 case kIOReportCopyChannelData: in updateSimplePowerReport()
7320 SIMPLEREPORT_UPDATERES(kIOReportCopyChannelData, result); in updateSimplePowerReport()
H A DIOPMrootDomain.cpp9694 HISTREPORT_UPDATERES(*report, kIOReportCopyChannelData, result); in updateReportGated()
9713 if (action != kIOReportCopyChannelData) { in updateReport()
9742 SIMPLEREPORT_UPDATERES(kIOReportCopyChannelData, result); in updateReport()
H A DIOUserServer.cpp331 if (action != kIOReportCopyChannelData) { in _UpdateReport()