Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp265 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 DIOServicePMPrivate.h471 #define fPMActions pwrMgt->PMActions macro