Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/remoteproc/
Dremoteproc_elf_loader.c42 int rproc_elf_sanity_check(struct rproc *rproc, const struct firmware *fw) function
100 EXPORT_SYMBOL(rproc_elf_sanity_check);
Dremoteproc_internal.h57 int rproc_elf_sanity_check(struct rproc *rproc, const struct firmware *fw);
Dst_slim_rproc.c210 .sanity_check = rproc_elf_sanity_check,
Dremoteproc_core.c1619 rproc->ops->sanity_check = rproc_elf_sanity_check; in rproc_alloc()