Home
last modified time | relevance | path

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

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