Searched refs:sanity_check (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/drivers/remoteproc/
H A Dremoteproc_internal.h34 * @sanity_check: sanity check the fw image
44 int (*sanity_check)(struct rproc *rproc, const struct firmware *fw); member in struct:rproc_fw_ops
74 if (rproc->fw_ops->sanity_check) rproc_fw_sanity_check()
75 return rproc->fw_ops->sanity_check(rproc, fw); rproc_fw_sanity_check()
H A Dremoteproc_elf_loader.c335 .sanity_check = rproc_elf_sanity_check,
/linux-4.4.14/drivers/tty/
H A Dsynclink_gt.c606 static inline int sanity_check(struct slgt_info *info, char *devname, const char *name) sanity_check() function
663 if (sanity_check(info, tty->name, "open")) open()
721 if (sanity_check(info, tty->name, "close")) close()
748 if (sanity_check(info, tty->name, "hangup")) hangup()
825 if (sanity_check(info, tty->name, "write")) write()
860 if (sanity_check(info, tty->name, "put_char")) put_char()
879 if (sanity_check(info, tty->name, "send_xchar")) send_xchar()
898 if (sanity_check(info, tty->name, "wait_until_sent")) wait_until_sent()
938 if (sanity_check(info, tty->name, "write_room")) write_room()
950 if (sanity_check(info, tty->name, "flush_chars")) flush_chars()
971 if (sanity_check(info, tty->name, "flush_buffer")) flush_buffer()
990 if (sanity_check(info, tty->name, "tx_hold")) tx_hold()
1007 if (sanity_check(info, tty->name, "tx_release")) tx_release()
1034 if (sanity_check(info, tty->name, "ioctl")) ioctl()
1197 if (sanity_check(info, tty->name, "compat_ioctl")) slgt_compat_ioctl()
1345 if (sanity_check(info, tty->name, "chars_in_buffer")) chars_in_buffer()
1360 if (sanity_check(info, tty->name, "throttle")) throttle()
1381 if (sanity_check(info, tty->name, "unthrottle")) unthrottle()
1408 if (sanity_check(info, tty->name, "set_break")) set_break()
H A Dsynclinkmp.c664 static inline int sanity_check(SLMP_INFO *info, sanity_check() function
727 if (sanity_check(info, tty->name, "open")) install()
804 if (sanity_check(info, tty->name, "close")) close()
843 if (sanity_check(info, tty->name, "hangup")) hangup()
924 if (sanity_check(info, tty->name, "write")) write()
1004 if (sanity_check(info, tty->name, "put_char")) put_char()
1039 if (sanity_check(info, tty->name, "send_xchar")) send_xchar()
1066 if (sanity_check(info, tty->name, "wait_until_sent")) wait_until_sent()
1125 if (sanity_check(info, tty->name, "write_room")) write_room()
1154 if (sanity_check(info, tty->name, "flush_chars")) flush_chars()
1193 if (sanity_check(info, tty->name, "flush_buffer")) flush_buffer()
1211 if (sanity_check(info, tty->name, "tx_hold")) tx_hold()
1231 if (sanity_check(info, tty->name, "tx_release")) tx_release()
1264 if (sanity_check(info, tty->name, "ioctl")) ioctl()
1448 if (sanity_check(info, tty->name, "chars_in_buffer")) chars_in_buffer()
1469 if (sanity_check(info, tty->name, "throttle")) throttle()
1494 if (sanity_check(info, tty->name, "unthrottle")) unthrottle()
1525 if (sanity_check(info, tty->name, "set_break")) set_break()
/linux-4.4.14/drivers/firmware/efi/
H A Defivars.c205 sanity_check(struct efi_variable *var, efi_char16_t *name, efi_guid_t vendor, sanity_check() function
279 err = sanity_check(var, name, vendor, size, attributes, data); efivar_store_raw()
296 err = sanity_check(var, name, vendor, size, attributes, data); efivar_store_raw()
/linux-4.4.14/drivers/input/mouse/
H A Delantech.c787 bool sanity_check; elantech_packet_check_v4() local
803 sanity_check = ((packet[3] & 0x08) == 0x00); elantech_packet_check_v4()
805 sanity_check = ((packet[3] & 0x1c) == 0x10); elantech_packet_check_v4()
807 sanity_check = ((packet[0] & 0x0c) == 0x04 && elantech_packet_check_v4()
810 if (!sanity_check) elantech_packet_check_v4()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
H A Dosc_cache.c301 #define sanity_check(ext) ({ \ macro
582 LASSERT(sanity_check(ext) == 0); osc_extent_release()
964 LASSERT(sanity_check(ext) == 0); osc_extent_truncate()
1074 LASSERT(sanity_check(ext) == 0); osc_extent_make_ready()
/linux-4.4.14/arch/ia64/kernel/
H A Dperfmon.c5192 if (unlikely((pmc0 & 0x1) == 0)) goto sanity_check; pfm_overflow_handler()
5413 sanity_check: pfm_overflow_handler()

Completed in 375 milliseconds