Symbol: sanity_check
drivers/accel/amdxdna/aie2_solver.c
309
ret = sanity_check(xrs, req);
drivers/input/mouse/elantech.c
880
bool sanity_check;
drivers/input/mouse/elantech.c
896
sanity_check = ((packet[3] & 0x08) == 0x00);
drivers/input/mouse/elantech.c
898
sanity_check = ((packet[3] & 0x1c) == 0x10);
drivers/input/mouse/elantech.c
900
sanity_check = ((packet[0] & 0x08) == 0x00 &&
drivers/input/mouse/elantech.c
903
if (!sanity_check)
drivers/ras/cec.c
389
WARN_ON_ONCE(sanity_check(ca));
drivers/remoteproc/imx_dsp_rproc.c
1027
.sanity_check = rproc_elf_sanity_check,
drivers/remoteproc/imx_rproc.c
811
.sanity_check = rproc_elf_sanity_check,
drivers/remoteproc/meson_mx_ao_arc.c
141
.sanity_check = rproc_elf_sanity_check,
drivers/remoteproc/mtk_scp.c
948
.sanity_check = rproc_elf_sanity_check,
drivers/remoteproc/rcar_rproc.c
138
.sanity_check = rproc_elf_sanity_check,
drivers/remoteproc/remoteproc_core.c
2425
rproc->ops->sanity_check = rproc_elf_sanity_check;
drivers/remoteproc/remoteproc_internal.h
152
if (rproc->ops->sanity_check)
drivers/remoteproc/remoteproc_internal.h
153
return rproc->ops->sanity_check(rproc, fw);
drivers/remoteproc/st_remoteproc.c
236
.sanity_check = rproc_elf_sanity_check,
drivers/remoteproc/st_slim_rproc.c
205
.sanity_check = rproc_elf_sanity_check,
drivers/remoteproc/stm32_rproc.c
666
.sanity_check = rproc_elf_sanity_check,
drivers/remoteproc/xlnx_r5_remoteproc.c
897
.sanity_check = rproc_elf_sanity_check,
fs/f2fs/node.c
598
goto sanity_check;
fs/f2fs/node.c
625
goto sanity_check;
fs/f2fs/node.c
640
sanity_check:
include/linux/remoteproc.h
135
int (*sanity_check)(struct rproc *rproc, const struct firmware *fw);
sound/soc/soc-core.c
1101
goto sanity_check;
sound/soc/soc-core.c
1118
sanity_check: