Home
last modified time | relevance | path

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

/xnu-10063.101.15/iokit/IOKit/
H A DIOReportTypes.h64 #define kIOReportCategoryPower (1 << 1) // and energy macro
/xnu-10063.101.15/iokit/DriverKit/
H A DIOReportTypes.h64 #define kIOReportCategoryPower (1 << 1) // and energy macro
/xnu-10063.101.15/iokit/Kernel/
H A DIOServicePM.cpp7267 getRegistryEntryID(), kPMPowerStatesChID, kIOReportCategoryPower); in configurePowerStatesReport()
7430 …IMPLEREPORT_INIT(buf, sizeof(buf), getRegistryEntryID(), kPMCurrStateChID, kIOReportCategoryPower); in updateSimplePowerReport()
H A DIOPMrootDomain.cpp9699 getRegistryEntryID(), channel_id, kIOReportCategoryPower);
9823 SIMPLEREPORT_INIT(buf, sizeof(buf), getRegistryEntryID(), ch_id, kIOReportCategoryPower);
H A DIOService.cpp8783 …tStatisticsArray[source].reporter = IOSimpleReporter::with(this, kIOReportCategoryPower, kIOReport… in addInterruptStatistics()