Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/iokit/DriverKit/
H A DIOReportTypes.h122 kIOReportGetDimensions = 0x02, enumerator
/xnu-8019.80.24/iokit/Kernel/
H A DIOReporter.cpp64 case kIOReportGetDimensions: in configureAllReports()
644 case kIOReportGetDimensions: in handleConfigureReport()
H A DIOServicePM.cpp7141 case kIOReportGetDimensions: in configurePowerStatesReport()
7143 STATEREPORT_UPDATERES(fReportBuf, kIOReportGetDimensions, result); in configurePowerStatesReport()
7230 case kIOReportGetDimensions: in configureSimplePowerReport()
7231 SIMPLEREPORT_UPDATERES(kIOReportGetDimensions, result); in configureSimplePowerReport()
H A DIOPMrootDomain.cpp9566 case kIOReportGetDimensions: in configureReportGated()
9568 HISTREPORT_UPDATERES(*report, kIOReportGetDimensions, result); in configureReportGated()
9589 if (action != kIOReportGetDimensions) { in configureReport()
9592 SIMPLEREPORT_UPDATERES(kIOReportGetDimensions, result); in configureReport()
H A DIOUserServer.cpp284 if (action != kIOReportEnable && action != kIOReportGetDimensions && action != kIOReportDisable) { in _ConfigureReport()