Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/remoteproc/
Dremoteproc_elf_loader.c34 int rproc_elf_sanity_check(struct rproc *rproc, const struct firmware *fw) function
92 EXPORT_SYMBOL(rproc_elf_sanity_check);
Dremoteproc_internal.h57 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.c477 .sanity_check = rproc_elf_sanity_check,
Dremoteproc_core.c2057 rproc->ops->sanity_check = rproc_elf_sanity_check; in rproc_alloc()