Searched refs:stm32_rproc_instance (Results 1 – 1 of 1) sorted by relevance
47 struct stm32_rproc_instance { struct49 SLIST_ENTRY(stm32_rproc_instance) link; argument67 static SLIST_HEAD(, stm32_rproc_instance) rproc_list = argument72 struct stm32_rproc_instance *rproc = NULL; in stm32_rproc_get()83 struct stm32_rproc_instance *rproc = stm32_rproc_get(rproc_id); in stm32_rproc_is_secure()93 struct stm32_rproc_instance *rproc = stm32_rproc_get(rproc_id); in stm32_rproc_start()112 static TEE_Result rproc_stop(struct stm32_rproc_instance *rproc) in rproc_stop()128 struct stm32_rproc_instance *rproc = stm32_rproc_get(rproc_id); in stm32_rproc_stop()139 struct stm32_rproc_instance *rproc = stm32_rproc_get(rproc_id); in stm32_rproc_da_to_pa()168 struct stm32_rproc_instance *rproc = stm32_rproc_get(rproc_id); in stm32_rproc_map()[all …]