Home
last modified time | relevance | path

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

/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.c238 .sanity_check = rproc_elf_sanity_check,
H A Dstm32_rproc.c674 .sanity_check = rproc_elf_sanity_check,
H A Dxlnx_r5_remoteproc.c902 .sanity_check = rproc_elf_sanity_check,
H A Dmtk_scp.c930 .sanity_check = rproc_elf_sanity_check,
H A Dremoteproc_core.c2435 rproc->ops->sanity_check = rproc_elf_sanity_check; in rproc_alloc_ops()
/linux/drivers/accel/amdxdna/
H A Daie2_solver.c77 * sanity_check() - Do a basic sanity check on allocation request.
79 static int sanity_check(struct solver_state *xrs, struct alloc_requests *req) in sanity_check() function
309 ret = sanity_check(xrs, req); in xrs_allocate_resource()
/linux/drivers/tty/
H A Dsynclink_gt.c546 static inline int sanity_check(struct slgt_info *info, char *devname, const char *name) in sanity_check() function
599 if (sanity_check(info, tty->name, "open")) in open()
656 if (sanity_check(info, tty->name, "close")) in close()
683 if (sanity_check(info, tty->name, "hangup")) in hangup()
755 if (sanity_check(info, tty->name, "write")) in write()
790 if (sanity_check(info, tty->name, "put_char")) in put_char()
809 if (sanity_check(info, tty->name, "send_xchar")) in send_xchar()
828 if (sanity_check(info, tty->name, "wait_until_sent")) in wait_until_sent()
868 if (sanity_check(info, tty->name, "write_room")) in write_room()
880 if (sanity_check(inf in flush_chars()
[all...]
/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()
/linux/include/linux/
H A Dremoteproc.h379 * @sanity_check: sanity check the fw image
402 int (*sanity_check)(struct rproc *rproc, const struct firmware *fw); member
/linux/fs/f2fs/
H A Dnode.c585 goto sanity_check; in f2fs_get_node_info()
612 goto sanity_check; in f2fs_get_node_info()
627 sanity_check: in f2fs_get_node_info()
/linux/sound/soc/
H A Dsoc-core.c1095 goto sanity_check; in snd_soc_compensate_channel_connection_map()
1112 sanity_check: in snd_soc_compensate_channel_connection_map()