Home
last modified time | relevance | path

Searched refs:kIOReportGetDimensions (Results 1 – 6 of 6) sorted by relevance

/xnu-11215.1.10/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.h122 kIOReportGetDimensions = 0x02, enumerator
/xnu-11215.1.10/iokit/Kernel/
H A DIOReporter.cpp65 case kIOReportGetDimensions: in configureAllReports()
645 case kIOReportGetDimensions: in handleConfigureReport()
H A DIOServicePM.cpp7340 case kIOReportGetDimensions: in configurePowerStatesReport()
7342 STATEREPORT_UPDATERES(fReportBuf, kIOReportGetDimensions, result); in configurePowerStatesReport()
7429 case kIOReportGetDimensions: in configureSimplePowerReport()
7430 SIMPLEREPORT_UPDATERES(kIOReportGetDimensions, result); in configureSimplePowerReport()
H A DIOPMrootDomain.cpp9816 case kIOReportGetDimensions:
9818 HISTREPORT_UPDATERES(*report, kIOReportGetDimensions, result);
9839 if (action != kIOReportGetDimensions) {
9842 SIMPLEREPORT_UPDATERES(kIOReportGetDimensions, result);
H A DIOUserServer.cpp308 if (action != kIOReportEnable && action != kIOReportGetDimensions && action != kIOReportDisable) { in _ConfigureReport()