Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/remoteproc/
Dremoteproc_elf_loader.c37 int rproc_elf_sanity_check(struct rproc *rproc, const struct firmware *fw) function
115 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,
Dimx_rproc.c534 .sanity_check = rproc_elf_sanity_check,
Dstm32_rproc.c646 .sanity_check = rproc_elf_sanity_check,
Dremoteproc_core.c2477 rproc->ops->sanity_check = rproc_elf_sanity_check; in rproc_alloc_ops()