Searched refs:dmi_match (Results 1 - 5 of 5) sorted by relevance

/drivers/ata/
H A Data_piix.c992 if (dmi_match(DMI_SYS_VENDOR, "TOSHIBA") &&
993 dmi_match(DMI_PRODUCT_NAME, "000000") &&
994 dmi_match(DMI_PRODUCT_VERSION, "000000") &&
995 dmi_match(DMI_PRODUCT_SERIAL, "000000") &&
996 dmi_match(DMI_BOARD_VENDOR, "TOSHIBA") &&
997 dmi_match(DMI_BOARD_NAME, "Portable PC") &&
998 dmi_match(DMI_BOARD_VERSION, "Version A0"))
/drivers/firmware/
H A Ddmi_scan.c911 * dmi_match - compare a string to the dmi field (if exists)
917 bool dmi_match(enum dmi_field f, const char *str) function
926 EXPORT_SYMBOL_GPL(dmi_match); variable
/drivers/acpi/
H A Dpci_root.c439 if (dmi_match(DMI_SYS_VENDOR, "Apple Inc.")) {
/drivers/thunderbolt/
H A Dnhi.c664 if (!dmi_match(DMI_BOARD_VENDOR, "Apple Inc."))
/drivers/pci/
H A Dquirks.c3031 if (!dmi_match(DMI_BOARD_VENDOR, "Apple Inc."))
3075 if (!dmi_match(DMI_BOARD_VENDOR, "Apple Inc."))

Completed in 1004 milliseconds