Searched refs:check_signature (Results 1 - 15 of 15) sorted by relevance
/linux-4.1.27/lib/ |
H A D | check_signature.c | 5 * check_signature - find BIOS signatures 15 int check_signature(const volatile void __iomem *io_addr, check_signature() function 26 EXPORT_SYMBOL(check_signature); variable
|
H A D | Makefile | 51 obj-$(CONFIG_CHECK_SIGNATURE) += check_signature.o
|
/linux-4.1.27/include/linux/ |
H A D | io.h | 78 int check_signature(const volatile void __iomem *io_addr,
|
/linux-4.1.27/drivers/input/misc/ |
H A D | apanel.c | 262 if (check_signature(bios + offset, signature, bios_signature()
|
H A D | wistron_btns.c | 97 if (check_signature(base + offset, signature, locate_wistron_bios()
|
/linux-4.1.27/arch/x86/platform/ts5500/ |
H A D | ts5500.c | 108 if (check_signature(bios + ts5500_signatures[i].offset, ts5500_check_signature()
|
/linux-4.1.27/drivers/scsi/ |
H A D | dtc.c | 217 if (check_signature(base + signatures[sig].offset, signatures[sig].string, strlen(signatures[sig].string))) { dtc_detect()
|
H A D | t128.c | 194 if (check_signature(p + signatures[sig].offset, t128_detect()
|
H A D | fdomain.c | 700 if (check_signature(p + signatures[j].sig_offset, fdomain_isa_detect()
|
H A D | wd7000.c | 1420 bios_match = check_signature(biosaddr, signatures[sig_ptr].sig, signatures[sig_ptr].len); wd7000_detect()
|
H A D | aha152x.c | 3266 ok = check_signature(p + signatures[j].sig_offset, aha152x_init()
|
H A D | hpsa.c | 6160 if (!check_signature(h->cfgtable->Signature, "CISS", 4)) { hpsa_CISS_signature_present()
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | io.h | 16 * 04-Apr-1999 PJB Added check_signature.
|
/linux-4.1.27/drivers/i2c/busses/ |
H A D | i2c-i801.c | 865 if (check_signature(bios + offset, signature, bios_signature()
|
/linux-4.1.27/drivers/block/ |
H A D | cciss.c | 4276 if (!check_signature(h->cfgtable->Signature, "CISS", 4)) { CISS_signature_present()
|
Completed in 737 milliseconds