Searched refs:fPMActions (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IOServicePM.cpp | 265 do { if (fPMActions.a) { \ 266 (fPMActions.a)(fPMActions.target, this, &fPMActions); } \ 270 do { if (fPMActions.a) { \ 271 (fPMActions.a)(fPMActions.target, this, &fPMActions, gIOPMRequest, x, y); } \ 275 do { if (fPMActions.a) { \ 276 (fPMActions.a)(fPMActions.target, this, &fPMActions, x, y, z); } \ 1353 getPMRootDomain()->tagPowerPlaneService(this, &fPMActions, fNumberOfPowerStates - 1); in handleRegisterPowerDriver() 3657 savedPMActionsState = fPMActions.state; in startPowerChange() 3667 ((fPMActions.state & kPMActionsStatePowerClamped) == 0) && in startPowerChange()
|
| H A D | IOServicePMPrivate.h | 471 #define fPMActions pwrMgt->PMActions macro
|