Searched refs:kIOReportGetDimensions (Results 1 – 7 of 7) sorted by relevance
169 if (((action) == kIOReportGetDimensions) || ((action) == kIOReportCopyChannelData)) { \350 if (((action) == kIOReportGetDimensions) || ((action) == kIOReportCopyChannelData)) { \535 if (((action) == kIOReportGetDimensions) || ((action) == kIOReportCopyChannelData)) { \697 if (((action) == kIOReportGetDimensions) || ((action) == kIOReportCopyChannelData)) { \
122 kIOReportGetDimensions = 0x02, enumerator
65 case kIOReportGetDimensions: in configureAllReports()645 case kIOReportGetDimensions: in handleConfigureReport()
7301 case kIOReportGetDimensions: in configurePowerStatesReport()7303 STATEREPORT_UPDATERES(fReportBuf, kIOReportGetDimensions, result); in configurePowerStatesReport()7390 case kIOReportGetDimensions: in configureSimplePowerReport()7391 SIMPLEREPORT_UPDATERES(kIOReportGetDimensions, result); in configureSimplePowerReport()
9722 case kIOReportGetDimensions:9724 HISTREPORT_UPDATERES(*report, kIOReportGetDimensions, result);9745 if (action != kIOReportGetDimensions) {9748 SIMPLEREPORT_UPDATERES(kIOReportGetDimensions, result);
301 if (action != kIOReportEnable && action != kIOReportGetDimensions && action != kIOReportDisable) { in _ConfigureReport()