Lines Matching refs:TEE_Result
30 TEE_Result (*assert_level)(struct rstctrl *rstctrl, unsigned int to_us);
31 TEE_Result (*deassert_level)(struct rstctrl *rstctrl,
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()
124 TEE_Result rstctrl_get_exclusive(struct rstctrl *rstctrl);
158 static inline TEE_Result rstctrl_dt_get_by_index(const void *fdt, in rstctrl_dt_get_by_index()
163 TEE_Result res = TEE_ERROR_GENERIC; in rstctrl_dt_get_by_index()
175 static inline TEE_Result rstctrl_dt_get_by_index(const void *fdt __unused, in rstctrl_dt_get_by_index()
198 TEE_Result rstctrl_dt_get_by_name(const void *fdt, int nodeoffset,
209 typedef TEE_Result (*rstctrl_dt_get_func)(struct dt_pargs *args, void *data,
221 static inline TEE_Result rstctrl_register_provider(const void *fdt, in rstctrl_register_provider()