Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dpower_state_token.c28 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()
/ohos5.0/drivers/hdf_core/framework/core/shared/include/
H A Dpower_state_token_if.h17 PSM_STATE_IDLE, /* Idle state */ enumerator