Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/remoteproc/
Dremoteproc_elf_loader.c326 int rproc_elf_load_rsc_table(struct rproc *rproc, const struct firmware *fw) function
359 EXPORT_SYMBOL(rproc_elf_load_rsc_table);
Dremoteproc_internal.h94 int rproc_elf_load_rsc_table(struct rproc *rproc, const struct firmware *fw);
Dst_remoteproc.c160 return rproc_elf_load_rsc_table(rproc, fw); in st_rproc_parse_fw()
Dimx_rproc.c476 ret = rproc_elf_load_rsc_table(rproc, fw); in imx_rproc_parse_fw()
Dpru_rproc.c714 ret = rproc_elf_load_rsc_table(rproc, fw); in pru_rproc_parse_fw()
Dstm32_rproc.c269 if (rproc_elf_load_rsc_table(rproc, fw)) in stm32_rproc_parse_fw()
Dremoteproc_core.c2475 rproc->ops->parse_fw = rproc_elf_load_rsc_table; in rproc_alloc_ops()