Searched defs:rstctrl (Results 1 – 6 of 6) sorted by relevance
42 struct rstctrl { struct43 const struct rstctrl_ops *ops; argument44 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()
17 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()
25 struct rstctrl rstctrl; member48 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()
216 struct rstctrl *rstctrl = NULL; in dt_test_consumer_probe() local415 struct rstctrl rstctrl; member418 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
57 struct rstctrl *rstctrl; member938 struct rstctrl *rstctrl = NULL; in stm32mp1_init_scmi_server() local
1253 struct rstctrl *rstctrl = NULL; in stm32_cryp_probe() local
Completed in 10 milliseconds