Home
last modified time | relevance | path

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

/linux/drivers/remoteproc/
H A 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);
H A Drcar_rproc.c91 ret = rproc_elf_load_rsc_table(rproc, fw); in rcar_rproc_parse_fw()
H A Dremoteproc_internal.h117 int rproc_elf_load_rsc_table(struct rproc *rproc, const struct firmware *fw);
H A Dst_remoteproc.c160 return rproc_elf_load_rsc_table(rproc, fw); in st_rproc_parse_fw()
H A Dqcom_q6v5_adsp.c509 ret = rproc_elf_load_rsc_table(rproc, fw); in adsp_parse_firmware()
H A Dstm32_rproc.c266 if (rproc_elf_load_rsc_table(rproc, fw)) in stm32_rproc_parse_fw()
H A Dpru_rproc.c937 ret = rproc_elf_load_rsc_table(rproc, fw); in pru_rproc_parse_fw()
H A Dimx_dsp_rproc.c983 if (rproc_elf_load_rsc_table(rproc, fw)) in imx_dsp_rproc_parse_fw()
H A Dxlnx_r5_remoteproc.c713 ret = rproc_elf_load_rsc_table(rproc, fw); in zynqmp_r5_parse_fw()
H A Dqcom_q6v5_pas.c469 ret = rproc_elf_load_rsc_table(rproc, fw); in qcom_pas_parse_firmware()
H A Dimx_rproc.c658 ret = rproc_elf_load_rsc_table(rproc, fw); in imx_rproc_parse_fw()
H A Dremoteproc_core.c2428 rproc->ops->parse_fw = rproc_elf_load_rsc_table; in rproc_alloc_ops()