Home
last modified time | relevance | path

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

/optee_os/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()
161 struct rstctrl **rstctrl) in rstctrl_dt_get_by_index()
174 struct rstctrl **rstctrl) in rstctrl_dt_get_by_index()
/optee_os/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()

Completed in 3 milliseconds