Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/remoteproc/
Dremoteproc_elf_loader.c35 int rproc_elf_sanity_check(struct rproc *rproc, const struct firmware *fw) function
113 EXPORT_SYMBOL(rproc_elf_sanity_check);
Dremoteproc_internal.h91 int rproc_elf_sanity_check(struct rproc *rproc, const struct firmware *fw);
Dst_slim_rproc.c206 .sanity_check = rproc_elf_sanity_check,
Dst_remoteproc.c236 .sanity_check = rproc_elf_sanity_check,
Dstm32_rproc.c552 .sanity_check = rproc_elf_sanity_check,
Dremoteproc_core.c2136 rproc->ops->sanity_check = rproc_elf_sanity_check; in rproc_alloc_ops()