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
754
.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
2430
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
887
.sanity_check = rproc_elf_sanity_check,
drivers/tty/synclink_gt.c
1127
if (sanity_check(info, tty->name, "compat_ioctl"))
drivers/tty/synclink_gt.c
1254
if (sanity_check(info, tty->name, "chars_in_buffer"))
drivers/tty/synclink_gt.c
1269
if (sanity_check(info, tty->name, "throttle"))
drivers/tty/synclink_gt.c
1290
if (sanity_check(info, tty->name, "unthrottle"))
drivers/tty/synclink_gt.c
1317
if (sanity_check(info, tty->name, "set_break"))
drivers/tty/synclink_gt.c
599
if (sanity_check(info, tty->name, "open"))
drivers/tty/synclink_gt.c
656
if (sanity_check(info, tty->name, "close"))
drivers/tty/synclink_gt.c
683
if (sanity_check(info, tty->name, "hangup"))
drivers/tty/synclink_gt.c
755
if (sanity_check(info, tty->name, "write"))
drivers/tty/synclink_gt.c
790
if (sanity_check(info, tty->name, "put_char"))
drivers/tty/synclink_gt.c
809
if (sanity_check(info, tty->name, "send_xchar"))
drivers/tty/synclink_gt.c
828
if (sanity_check(info, tty->name, "wait_until_sent"))
drivers/tty/synclink_gt.c
868
if (sanity_check(info, tty->name, "write_room"))
drivers/tty/synclink_gt.c
880
if (sanity_check(info, tty->name, "flush_chars"))
drivers/tty/synclink_gt.c
901
if (sanity_check(info, tty->name, "flush_buffer"))
drivers/tty/synclink_gt.c
920
if (sanity_check(info, tty->name, "tx_hold"))
drivers/tty/synclink_gt.c
937
if (sanity_check(info, tty->name, "tx_release"))
drivers/tty/synclink_gt.c
964
if (sanity_check(info, tty->name, "ioctl"))
fs/f2fs/node.c
590
goto sanity_check;
fs/f2fs/node.c
617
goto sanity_check;
fs/f2fs/node.c
632
sanity_check:
include/linux/remoteproc.h
402
int (*sanity_check)(struct rproc *rproc, const struct firmware *fw);
sound/soc/soc-core.c
1103
goto sanity_check;
sound/soc/soc-core.c
1120
sanity_check: