Searched refs:check_signature (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/lib/ |
H A D | check_signature.c | 16 int check_signature(const volatile void __iomem *io_addr, in check_signature() function 27 EXPORT_SYMBOL(check_signature);
|
H A D | Makefile | 156 obj-$(CONFIG_CHECK_SIGNATURE) += check_signature.o
|
/openbmc/linux/include/linux/ |
H A D | io.h | 63 int check_signature(const volatile void __iomem *io_addr,
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | io.h | 164 check_signature(unsigned long io_addr, const unsigned char *signature, in check_signature() function 189 #define check_signature(io, sig, len) (0) macro
|
/openbmc/linux/drivers/scsi/ |
H A D | fdomain_isa.c | 101 if (check_signature(p + signatures[i].offset, in fdomain_isa_match()
|
H A D | aha152x.c | 3304 ok = check_signature(p + signatures[j].sig_offset, in aha152x_init()
|
H A D | hpsa.c | 7745 if (!check_signature(h->cfgtable->Signature, "CISS", 4)) { in hpsa_CISS_signature_present()
|
/openbmc/linux/drivers/input/misc/ |
H A D | apanel.c | 216 if (check_signature(bios + offset, signature, in bios_signature()
|
H A D | wistron_btns.c | 85 if (check_signature(base + offset, signature, in locate_wistron_bios()
|
/openbmc/linux/arch/x86/platform/ts5500/ |
H A D | ts5500.c | 102 if (check_signature(bios + ts5500_signatures[i].offset, in ts5500_check_signature()
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | io.h | 320 check_signature(unsigned long io_addr, const unsigned char *signature, in check_signature() function 352 #define check_signature(io,sig,len) (0) macro
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | io.h | 382 check_signature(unsigned long io_addr, const unsigned char *signature, in check_signature() function
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | io.h | 387 static inline int check_signature(ulong io_addr, const uchar *s, int len) in check_signature() function
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-i801.c | 1064 if (check_signature(bios + offset, signature, in bios_signature()
|
/openbmc/qemu/tests/data/qobject/ |
H A D | qdict.txt | 2699 check_signature.c: 599
|