Home
last modified time | relevance | path

Searched refs:rproc (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/drivers/remoteproc/
H A Dstm32_remoteproc.c72 struct stm32_rproc_instance *rproc = NULL; in stm32_rproc_get() local
74 SLIST_FOREACH(rproc, &rproc_list, link) in stm32_rproc_get()
75 if (rproc->cdata->rproc_id == rproc_id) in stm32_rproc_get()
78 return rproc; in stm32_rproc_get()
83 struct stm32_rproc_instance *rproc = stm32_rproc_get(rproc_id); in stm32_rproc_is_secure() local
85 if (rproc) in stm32_rproc_is_secure()
86 return !rproc->cdata->ns_loading; in stm32_rproc_is_secure()
93 struct stm32_rproc_instance *rproc = stm32_rproc_get(rproc_id); in stm32_rproc_start() local
96 if (!rproc || !rproc->hold_boot) in stm32_rproc_start()
105 res = rstctrl_deassert_to(rproc->hold_boot, TIMEOUT_US_1MS); in stm32_rproc_start()
[all …]