Home
last modified time | relevance | path

Searched refs:set_optee_pstate (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/services/spd/opteed/
H A Dopteed_pm.c57 set_optee_pstate(optee_ctx->state, OPTEE_PSTATE_OFF); in opteed_cpu_off_handler()
94 set_optee_pstate(optee_ctx->state, OPTEE_PSTATE_SUSPEND); in opteed_cpu_suspend_handler()
132 set_optee_pstate(optee_ctx->state, OPTEE_PSTATE_ON); in opteed_cpu_on_finish_handler()
171 set_optee_pstate(optee_ctx->state, OPTEE_PSTATE_ON); in opteed_cpu_suspend_finish_handler()
H A Dopteed_common.c37 set_optee_pstate(optee_ctx->state, OPTEE_PSTATE_OFF); in opteed_init_optee_ep_state()
H A Dopteed_private.h31 #define set_optee_pstate(st, pst) do { \ macro
H A Dopteed_main.c745 set_optee_pstate(optee_ctx->state, OPTEE_PSTATE_ON); in opteed_smc_handler()