Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/drivers/
A Drstctrl.h42 struct rstctrl { struct
43 const struct rstctrl_ops *ops; argument
44 bool exclusive;
83 static inline TEE_Result rstctrl_assert_to(struct rstctrl *rstctrl, in rstctrl_assert_to()
89 static inline TEE_Result rstctrl_assert(struct rstctrl *rstctrl) in rstctrl_assert()
94 static inline TEE_Result rstctrl_deassert_to(struct rstctrl *rstctrl, in rstctrl_deassert_to()
100 static inline TEE_Result rstctrl_deassert(struct rstctrl *rstctrl) in rstctrl_deassert()
111 static inline const char *rstctrl_name(struct rstctrl *rstctrl) in rstctrl_name()
162 struct rstctrl **rstctrl) in rstctrl_dt_get_by_index()
175 struct rstctrl **rstctrl) in rstctrl_dt_get_by_index()
/optee_os-3.20.0/core/drivers/rstctrl/
A Drstctrl.c17 TEE_Result rstctrl_get_exclusive(struct rstctrl *rstctrl) in rstctrl_get_exclusive()
35 void rstctrl_put_exclusive(struct rstctrl *rstctrl) in rstctrl_put_exclusive()
43 const char *name, struct rstctrl **rstctrl) in rstctrl_dt_get_by_name()
A Dstm32_rstctrl.c25 struct rstctrl rstctrl; member
48 static struct stm32_rstline *to_rstline(struct rstctrl *rstctrl) in to_rstline()
55 static TEE_Result reset_assert(struct rstctrl *rstctrl, unsigned int to_us) in reset_assert()
98 static TEE_Result reset_deassert(struct rstctrl *rstctrl, unsigned int to_us) in reset_deassert()
/optee_os-3.20.0/core/kernel/
A Ddt_driver_test.c216 struct rstctrl *rstctrl = NULL; in dt_test_consumer_probe() local
415 struct rstctrl rstctrl; member
418 static struct dt_test_rstctrl *to_test_rstctrl(struct rstctrl *rstctrl) in to_test_rstctrl()
467 struct rstctrl *rstctrl = NULL; in dt_test_get_rstctrl() local
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/
A Dscmi_server.c57 struct rstctrl *rstctrl; member
938 struct rstctrl *rstctrl = NULL; in stm32mp1_init_scmi_server() local
/optee_os-3.20.0/core/drivers/crypto/stm32/
A Dstm32_cryp.c1253 struct rstctrl *rstctrl = NULL; in stm32_cryp_probe() local

Completed in 10 milliseconds