Searched refs:sanity_check (Results 1 – 17 of 17) sorted by relevance
| /linux-6.15/drivers/remoteproc/ |
| H A D | remoteproc_internal.h | 152 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 D | rcar_rproc.c | 148 .sanity_check = rproc_elf_sanity_check,
|
| H A D | meson_mx_ao_arc.c | 141 .sanity_check = rproc_elf_sanity_check,
|
| H A D | st_slim_rproc.c | 205 .sanity_check = rproc_elf_sanity_check,
|
| H A D | st_remoteproc.c | 238 .sanity_check = rproc_elf_sanity_check,
|
| H A D | stm32_rproc.c | 674 .sanity_check = rproc_elf_sanity_check,
|
| H A D | imx_dsp_rproc.c | 943 .sanity_check = rproc_elf_sanity_check,
|
| H A D | xlnx_r5_remoteproc.c | 870 .sanity_check = rproc_elf_sanity_check,
|
| H A D | imx_rproc.c | 688 .sanity_check = rproc_elf_sanity_check,
|
| H A D | mtk_scp.c | 930 .sanity_check = rproc_elf_sanity_check,
|
| H A D | remoteproc_core.c | 2436 rproc->ops->sanity_check = rproc_elf_sanity_check; in rproc_alloc_ops()
|
| /linux-6.15/drivers/ras/ |
| H A D | cec.c | 283 static bool sanity_check(struct ce_array *ca) in sanity_check() function 389 WARN_ON_ONCE(sanity_check(ca)); in cec_add_elem()
|
| /linux-6.15/drivers/accel/amdxdna/ |
| H A D | aie2_solver.c | 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-6.15/drivers/tty/ |
| H A D | synclink_gt.c | 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() 868 if (sanity_check(info, tty->name, "write_room")) in write_room() 920 if (sanity_check(info, tty->name, "tx_hold")) in tx_hold() 964 if (sanity_check(info, tty->name, "ioctl")) in ioctl() 1269 if (sanity_check(info, tty->name, "throttle")) in throttle() [all …]
|
| /linux-6.15/drivers/input/mouse/ |
| H A D | elantech.c | 880 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-6.15/include/linux/ |
| H A D | remoteproc.h | 402 int (*sanity_check)(struct rproc *rproc, const struct firmware *fw); member
|
| /linux-6.15/sound/soc/ |
| H A D | soc-core.c | 1095 goto sanity_check; in snd_soc_compensate_channel_connection_map() 1112 sanity_check: in snd_soc_compensate_channel_connection_map()
|