Searched refs:check_signature (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/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 | 147 obj-$(CONFIG_CHECK_SIGNATURE) += check_signature.o
|
| /OK3568_Linux_fs/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
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | io.h | 72 int check_signature(const volatile void __iomem *io_addr,
|
| /OK3568_Linux_fs/kernel/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 | 3251 ok = check_signature(p + signatures[j].sig_offset, in aha152x_init()
|
| H A D | hpsa.c | 7718 if (!check_signature(h->cfgtable->Signature, "CISS", 4)) { in hpsa_CISS_signature_present()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | io.h | 307 check_signature(unsigned long io_addr, const unsigned char *signature, in check_signature() function 339 #define check_signature(io,sig,len) (0) macro
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | apanel.c | 217 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()
|
| /OK3568_Linux_fs/kernel/arch/x86/platform/ts5500/ |
| H A D | ts5500.c | 102 if (check_signature(bios + ts5500_signatures[i].offset, in ts5500_check_signature()
|
| /OK3568_Linux_fs/u-boot/arch/nds32/include/asm/ |
| H A D | io.h | 391 check_signature(unsigned long io_addr, const unsigned char *signature, in check_signature() function
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-i801.c | 1098 if (check_signature(bios + offset, signature, in bios_signature()
|