Searched refs:PSM_STATE_IDLE (Results 1 – 2 of 2) sorted by relevance
28 if (stateToken->psmState == PSM_STATE_INACTIVE || stateToken->psmState == PSM_STATE_IDLE) { in PowerStateTokenOnFirstAcquire()47 if (stateToken->psmState != PSM_STATE_ACTIVE && stateToken->psmState != PSM_STATE_IDLE) { in PowerStateTokenOnLastRelease()140 powerStateToken->psmState = PSM_STATE_IDLE; in PowerStateTokenConstruct()
17 PSM_STATE_IDLE, /* Idle state */ enumerator