sanity_check
ret = sanity_check(xrs, req);
bool sanity_check;
sanity_check = ((packet[3] & 0x08) == 0x00);
sanity_check = ((packet[3] & 0x1c) == 0x10);
sanity_check = ((packet[0] & 0x08) == 0x00 &&
if (!sanity_check)
WARN_ON_ONCE(sanity_check(ca));
.sanity_check = rproc_elf_sanity_check,
.sanity_check = rproc_elf_sanity_check,
.sanity_check = rproc_elf_sanity_check,
.sanity_check = rproc_elf_sanity_check,
.sanity_check = rproc_elf_sanity_check,
rproc->ops->sanity_check = rproc_elf_sanity_check;
if (rproc->ops->sanity_check)
return rproc->ops->sanity_check(rproc, fw);
.sanity_check = rproc_elf_sanity_check,
.sanity_check = rproc_elf_sanity_check,
.sanity_check = rproc_elf_sanity_check,
.sanity_check = rproc_elf_sanity_check,
goto sanity_check;
goto sanity_check;
sanity_check:
int (*sanity_check)(struct rproc *rproc, const struct firmware *fw);
goto sanity_check;
sanity_check: