Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dpower_state_token.c24 if (stateToken->psmState == PSM_STATE_ACTIVE) { in PowerStateTokenOnFirstAcquire()
28 if (stateToken->psmState == PSM_STATE_INACTIVE || stateToken->psmState == PSM_STATE_IDLE) { in PowerStateTokenOnFirstAcquire()
34 stateToken->psmState = PSM_STATE_ACTIVE; in PowerStateTokenOnFirstAcquire()
47 if (stateToken->psmState != PSM_STATE_ACTIVE && stateToken->psmState != PSM_STATE_IDLE) { in PowerStateTokenOnLastRelease()
55 stateToken->psmState = PSM_STATE_INACTIVE; in PowerStateTokenOnLastRelease()
140 powerStateToken->psmState = PSM_STATE_IDLE; in PowerStateTokenConstruct()
/ohos5.0/drivers/hdf_core/framework/core/host/include/
H A Dpower_state_token.h21 HdfPsmState psmState; member