Home
last modified time | relevance | path

Searched refs:sanity_check (Results 1 – 14 of 14) sorted by relevance

/Linux-v6.1/drivers/remoteproc/
Dremoteproc_internal.h156 if (rproc->ops->sanity_check) in rproc_fw_sanity_check()
157 return rproc->ops->sanity_check(rproc, fw); in rproc_fw_sanity_check()
Drcar_rproc.c142 .sanity_check = rproc_elf_sanity_check,
Dmeson_mx_ao_arc.c141 .sanity_check = rproc_elf_sanity_check,
Dst_slim_rproc.c206 .sanity_check = rproc_elf_sanity_check,
Dst_remoteproc.c236 .sanity_check = rproc_elf_sanity_check,
Dimx_rproc.c548 .sanity_check = rproc_elf_sanity_check,
Dimx_dsp_rproc.c728 .sanity_check = rproc_elf_sanity_check,
Dstm32_rproc.c646 .sanity_check = rproc_elf_sanity_check,
Dremoteproc_core.c2400 rproc->ops->sanity_check = rproc_elf_sanity_check; in rproc_alloc_ops()
/Linux-v6.1/drivers/ras/
Dcec.c283 static bool sanity_check(struct ce_array *ca) in sanity_check() function
389 WARN_ON_ONCE(sanity_check(ca)); in cec_add_elem()
/Linux-v6.1/drivers/tty/
Dsynclink_gt.c547 static inline int sanity_check(struct slgt_info *info, char *devname, const char *name) in sanity_check() function
600 if (sanity_check(info, tty->name, "open")) in open()
657 if (sanity_check(info, tty->name, "close")) in close()
684 if (sanity_check(info, tty->name, "hangup")) in hangup()
757 if (sanity_check(info, tty->name, "write")) in write()
792 if (sanity_check(info, tty->name, "put_char")) in put_char()
811 if (sanity_check(info, tty->name, "send_xchar")) in send_xchar()
830 if (sanity_check(info, tty->name, "wait_until_sent")) in wait_until_sent()
870 if (sanity_check(info, tty->name, "write_room")) in write_room()
882 if (sanity_check(info, tty->name, "flush_chars")) in flush_chars()
[all …]
/Linux-v6.1/drivers/input/mouse/
Delantech.c879 bool sanity_check; in elantech_packet_check_v4() local
895 sanity_check = ((packet[3] & 0x08) == 0x00); in elantech_packet_check_v4()
897 sanity_check = ((packet[3] & 0x1c) == 0x10); in elantech_packet_check_v4()
899 sanity_check = ((packet[0] & 0x08) == 0x00 && in elantech_packet_check_v4()
902 if (!sanity_check) in elantech_packet_check_v4()
/Linux-v6.1/include/linux/
Dremoteproc.h402 int (*sanity_check)(struct rproc *rproc, const struct firmware *fw); member
/Linux-v6.1/drivers/staging/greybus/tools/
Dloopback_test.c867 static int sanity_check(struct loopback_test *t) in sanity_check() function
974 ret = sanity_check(&t); in main()