Home
last modified time | relevance | path

Searched refs:fDriverCallParamCount (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp3738 assert( fDriverCallParamCount == 0 ); in notifyInterestedDrivers()
3794 fDriverCallParamCount = count; in notifyInterestedDrivers()
3827 count = fDriverCallParamCount; in notifyInterestedDriversDone()
3872 fDriverCallParamCount = 0; in notifyInterestedDriversDone()
4198 assert( fDriverCallParamCount == 1 ); in driverSetPowerState()
4288 assert( fDriverCallParamCount ); in driverInformPowerChange()
4291 count = fDriverCallParamCount; in driverInformPowerChange()
4490 fDriverCallParamCount = 1; in notifyControllingDriver()
4517 if (param && fDriverCallParamCount) { in notifyControllingDriverDone()
4518 assert(fDriverCallParamCount == 1); in notifyControllingDriverDone()
[all …]
H A DIOServicePMPrivate.h449 #define fDriverCallParamCount pwrMgt->DriverCallParamCount macro