Home
last modified time | relevance | path

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

/xnu-10002.81.5/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-10002.81.5/iokit/DriverKit/
H A DIOReportTypes.h122 kIOReportGetDimensions = 0x02, enumerator
/xnu-10002.81.5/iokit/Kernel/
H A DIOReporter.cpp65 case kIOReportGetDimensions: in configureAllReports()
645 case kIOReportGetDimensions: in handleConfigureReport()
H A DIOServicePM.cpp7301 case kIOReportGetDimensions: in configurePowerStatesReport()
7303 STATEREPORT_UPDATERES(fReportBuf, kIOReportGetDimensions, result); in configurePowerStatesReport()
7390 case kIOReportGetDimensions: in configureSimplePowerReport()
7391 SIMPLEREPORT_UPDATERES(kIOReportGetDimensions, result); in configureSimplePowerReport()
H A DIOPMrootDomain.cpp9722 case kIOReportGetDimensions:
9724 HISTREPORT_UPDATERES(*report, kIOReportGetDimensions, result);
9745 if (action != kIOReportGetDimensions) {
9748 SIMPLEREPORT_UPDATERES(kIOReportGetDimensions, result);
H A DIOUserServer.cpp301 if (action != kIOReportEnable && action != kIOReportGetDimensions && action != kIOReportDisable) { in _ConfigureReport()