Searched refs:rproc (Results 1 – 1 of 1) sorted by relevance
72 struct stm32_rproc_instance *rproc = NULL; in stm32_rproc_get() local74 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() local85 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() local96 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 …]