Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp1693 if (fDriverTimer == -1) { in handleAcknowledgeSetPowerState()
1698 fDriverTimer = 0; in handleAcknowledgeSetPowerState()
1714 fDriverTimer = 0; in handleAcknowledgeSetPowerState()
4491 fDriverTimer = -1; in notifyControllingDriver()
4524 fDriverTimer = 0; in notifyControllingDriverDone()
4525 } else if (fDriverTimer) { in notifyControllingDriverDone()
4545 if (fDriverTimer) { in notifyControllingDriverDone()
5547 if (fDriverTimer > 0) { in ackTimerTick()
5549 fDriverTimer--; in ackTimerTick()
5550 if (fDriverTimer == 0) { in ackTimerTick()
[all …]
H A DIOServicePMPrivate.h381 #define fDriverTimer pwrMgt->DriverTimer macro