Searched refs:get_optee_pstate (Results 1 – 2 of 2) sorted by relevance
36 assert(get_optee_pstate(optee_ctx->state) == OPTEE_PSTATE_ON); in opteed_cpu_off_handler()69 assert(get_optee_pstate(optee_ctx->state) == OPTEE_PSTATE_ON); in opteed_cpu_suspend_handler()103 assert(get_optee_pstate(optee_ctx->state) == OPTEE_PSTATE_OFF); in opteed_cpu_on_finish_handler()138 assert(get_optee_pstate(optee_ctx->state) == OPTEE_PSTATE_SUSPEND); in opteed_cpu_suspend_finish_handler()177 assert(get_optee_pstate(optee_ctx->state) == OPTEE_PSTATE_ON); in opteed_system_off()197 assert(get_optee_pstate(optee_ctx->state) == OPTEE_PSTATE_ON); in opteed_system_reset()
26 #define get_optee_pstate(state) ((state >> OPTEE_PSTATE_SHIFT) & \ macro
Completed in 3 milliseconds