Home
last modified time | relevance | path

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

/xnu-11215.1.10/iokit/IOKit/
H A DIOReportTypes.h64 #define kIOReportCategoryPower (1 << 1) // and energy macro
/xnu-11215.1.10/iokit/Kernel/
H A DIOServicePM.cpp7306 getRegistryEntryID(), kPMPowerStatesChID, kIOReportCategoryPower); in configurePowerStatesReport()
7469 …IMPLEREPORT_INIT(buf, sizeof(buf), getRegistryEntryID(), kPMCurrStateChID, kIOReportCategoryPower); in updateSimplePowerReport()
H A DIOPMrootDomain.cpp9793 getRegistryEntryID(), channel_id, kIOReportCategoryPower);
9917 SIMPLEREPORT_INIT(buf, sizeof(buf), getRegistryEntryID(), ch_id, kIOReportCategoryPower);
H A DIOService.cpp8851 …tStatisticsArray[source].reporter = IOSimpleReporter::with(this, kIOReportCategoryPower, kIOReport… in addInterruptStatistics()