Home
last modified time | relevance | path

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

/linux/rust/proc-macro2/
H A Ddetection.rs65 let sanity_check = &*null_hook as *const PanicHook; in initialize() localVariable
74 if sanity_check != &*hopefully_null_hook { in initialize()
/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/drivers/remoteproc/
H A Dst_slim_rproc.c205 .sanity_check = rproc_elf_sanity_check,
/linux/sound/soc/
H A Dsoc-core.c1101 goto sanity_check; in snd_soc_compensate_channel_connection_map()
1118 sanity_check: in snd_soc_compensate_channel_connection_map()