Home
last modified time | relevance | path

Searched refs:kIOReportCategoryPower (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.140.41/iokit/IOKit/
H A DIOReportTypes.h64 #define kIOReportCategoryPower (1 << 1) // and energy macro
/xnu-8020.140.41/iokit/DriverKit/
H A DIOReportTypes.h64 #define kIOReportCategoryPower (1 << 1) // and energy macro
/xnu-8020.140.41/iokit/Kernel/
H A DIOServicePM.cpp7106 getRegistryEntryID(), kPMPowerStatesChID, kIOReportCategoryPower); in configurePowerStatesReport()
7269 …IMPLEREPORT_INIT(buf, sizeof(buf), getRegistryEntryID(), kPMCurrStateChID, kIOReportCategoryPower); in updateSimplePowerReport()
H A DIOPMrootDomain.cpp9551 getRegistryEntryID(), channel_id, kIOReportCategoryPower); in configureReportGated()
9675 SIMPLEREPORT_INIT(buf, sizeof(buf), getRegistryEntryID(), ch_id, kIOReportCategoryPower); in updateReport()
H A DIOService.cpp8539 …tStatisticsArray[source].reporter = IOSimpleReporter::with(this, kIOReportCategoryPower, kIOReport… in addInterruptStatistics()