Searched defs:rstctrl (Results 1 – 2 of 2) 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()161 struct rstctrl **rstctrl) in rstctrl_dt_get_by_index()174 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()
Completed in 5 milliseconds