Home
last modified time | relevance | path

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

/openbmc/linux/drivers/remoteproc/
H A Dremoteproc_internal.h152 if (rproc->ops->sanity_check) in rproc_fw_sanity_check()
153 return rproc->ops->sanity_check(rproc, fw); in rproc_fw_sanity_check()
H A Drcar_rproc.c148 .sanity_check = rproc_elf_sanity_check,
H A Dmeson_mx_ao_arc.c141 .sanity_check = rproc_elf_sanity_check,
H A Dst_slim_rproc.c205 .sanity_check = rproc_elf_sanity_check,
H A Dst_remoteproc.c239 .sanity_check = rproc_elf_sanity_check,
H A Dxlnx_r5_remoteproc.c827 .sanity_check = rproc_elf_sanity_check,
H A Dstm32_rproc.c674 .sanity_check = rproc_elf_sanity_check,
H A Dimx_dsp_rproc.c943 .sanity_check = rproc_elf_sanity_check,
H A Dmtk_scp.c660 .sanity_check = rproc_elf_sanity_check,
H A Dimx_rproc.c684 .sanity_check = rproc_elf_sanity_check,
H A Dremoteproc_core.c2414 rproc->ops->sanity_check = rproc_elf_sanity_check; in rproc_alloc_ops()
/openbmc/linux/drivers/ras/
H A 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()
/openbmc/linux/drivers/tty/
H A Dsynclink_gt.c598 if (sanity_check(info, tty->name, "open")) in open()
655 if (sanity_check(info, tty->name, "close")) in close()
682 if (sanity_check(info, tty->name, "hangup")) in hangup()
754 if (sanity_check(info, tty->name, "write")) in write()
789 if (sanity_check(info, tty->name, "put_char")) in put_char()
808 if (sanity_check(info, tty->name, "send_xchar")) in send_xchar()
867 if (sanity_check(info, tty->name, "write_room")) in write_room()
919 if (sanity_check(info, tty->name, "tx_hold")) in tx_hold()
963 if (sanity_check(info, tty->name, "ioctl")) in ioctl()
1268 if (sanity_check(info, tty->name, "throttle")) in throttle()
[all …]
/openbmc/linux/drivers/input/mouse/
H A Delantech.c880 bool sanity_check; in elantech_packet_check_v4() local
896 sanity_check = ((packet[3] & 0x08) == 0x00); in elantech_packet_check_v4()
898 sanity_check = ((packet[3] & 0x1c) == 0x10); in elantech_packet_check_v4()
900 sanity_check = ((packet[0] & 0x08) == 0x00 && in elantech_packet_check_v4()
903 if (!sanity_check) in elantech_packet_check_v4()
/openbmc/linux/include/linux/
H A Dremoteproc.h402 int (*sanity_check)(struct rproc *rproc, const struct firmware *fw); member
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py105 def sanity_check(self) -> None: member in FileMatch
H A Dqom_macros.py261 def sanity_check(self) -> None: member in TypeCheckMacro
/openbmc/openbmc/poky/scripts/
H A Dcombo-layer142 def sanity_check(self, initmode=False): member in Configuration
1374 confdata.sanity_check(initmode)