Home
last modified time | relevance | path

Searched defs:rstctrl (Results 1 – 16 of 16) sorted by relevance

/optee_os/core/include/drivers/
H A Drstctrl.h41 struct rstctrl { struct
42 const struct rstctrl_ops *ops; argument
43 bool exclusive;
82 static inline TEE_Result rstctrl_assert_to(struct rstctrl *rstctrl, in rstctrl_assert_to()
88 static inline TEE_Result rstctrl_assert(struct rstctrl *rstctrl) in rstctrl_assert()
93 static inline TEE_Result rstctrl_deassert_to(struct rstctrl *rstctrl, in rstctrl_deassert_to()
99 static inline TEE_Result rstctrl_deassert(struct rstctrl *rstctrl) in rstctrl_deassert()
110 static inline const char *rstctrl_name(struct rstctrl *rstctrl) in rstctrl_name()
164 void *rstctrl = NULL; in rstctrl_dt_get_by_index() local
/optee_os/core/drivers/rstctrl/
H A Drstctrl.c15 TEE_Result rstctrl_get_exclusive(struct rstctrl *rstctrl) in rstctrl_get_exclusive()
33 void rstctrl_put_exclusive(struct rstctrl *rstctrl) in rstctrl_put_exclusive()
41 const char *name, struct rstctrl **rstctrl) in rstctrl_dt_get_by_name()
H A Dstm32mp25_rstctrl.c18 static TEE_Result stm32_reset_update(struct rstctrl *rstctrl, bool state, in stm32_reset_update()
68 static TEE_Result stm32_reset_assert(struct rstctrl *rstctrl, in stm32_reset_assert()
74 static TEE_Result stm32_reset_deassert(struct rstctrl *rstctrl, in stm32_reset_deassert()
H A Dstm32mp21_rstctrl.c18 static TEE_Result stm32_reset_update(struct rstctrl *rstctrl, bool state, in stm32_reset_update()
68 static TEE_Result stm32_reset_assert(struct rstctrl *rstctrl, in stm32_reset_assert()
74 static TEE_Result stm32_reset_deassert(struct rstctrl *rstctrl, in stm32_reset_deassert()
H A Dstm32mp1_rstctrl.c40 static TEE_Result reset_assert(struct rstctrl *rstctrl, unsigned int to_us) in reset_assert()
85 static TEE_Result reset_deassert(struct rstctrl *rstctrl, unsigned int to_us) in reset_deassert()
H A Dstm32_rstctrl.c52 struct stm32_rstline *to_stm32_rstline(struct rstctrl *rstctrl) in to_stm32_rstline()
H A Dstm32_rstctrl.h48 struct rstctrl rstctrl; member
/optee_os/core/drivers/
H A Datmel_rstc.c37 struct rstctrl rstctrl; member
99 static TEE_Result reset_assert(struct rstctrl *rstctrl, in reset_assert()
110 static TEE_Result reset_deassert(struct rstctrl *rstctrl, in reset_deassert()
H A Dstm32_rng.c85 struct rstctrl *rstctrl; member
/optee_os/core/pta/tests/
H A Ddt_driver_test.c230 struct rstctrl *rstctrl = NULL; in probe_test_resets() local
517 struct rstctrl rstctrl; member
520 static struct dt_test_rstctrl *to_test_rstctrl(struct rstctrl *rstctrl) in to_test_rstctrl()
569 struct rstctrl *rstctrl = NULL; in dt_test_get_rstctrl() local
/optee_os/core/arch/arm/plat-sam/
H A Dscmi_server.c34 struct rstctrl *rstctrl; member
1190 struct rstctrl *rstctrl = NULL; in sam_init_scmi_server() local
/optee_os/core/arch/arm/plat-stm32mp2/
H A Dmain.c188 struct rstctrl *rstctrl = NULL; in do_reset() local
/optee_os/core/lib/scmi-server/include/
H A Dscmi_agent_configuration.h35 struct rstctrl *rstctrl; member
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dmain.c749 struct rstctrl *rstctrl = NULL; in do_reset() local
H A Dscmi_server.c71 struct rstctrl *rstctrl; member
1146 struct rstctrl *rstctrl = NULL; in stm32mp1_init_scmi_server() local
/optee_os/core/drivers/crypto/stm32/
H A Dstm32_cryp.c1274 struct rstctrl *rstctrl = NULL; in stm32_cryp_probe() local