Home
last modified time | relevance | path

Searched refs:dmi_match (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/linux/
Ddmi.h110 extern bool dmi_match(enum dmi_field f, const char *str);
137 static inline bool dmi_match(enum dmi_field f, const char *str) in dmi_match() function
/linux-4.1.27/drivers/ata/
Data_piix.c992 if (dmi_match(DMI_SYS_VENDOR, "TOSHIBA") && in piix_broken_suspend()
993 dmi_match(DMI_PRODUCT_NAME, "000000") && in piix_broken_suspend()
994 dmi_match(DMI_PRODUCT_VERSION, "000000") && in piix_broken_suspend()
995 dmi_match(DMI_PRODUCT_SERIAL, "000000") && in piix_broken_suspend()
996 dmi_match(DMI_BOARD_VENDOR, "TOSHIBA") && in piix_broken_suspend()
997 dmi_match(DMI_BOARD_NAME, "Portable PC") && in piix_broken_suspend()
998 dmi_match(DMI_BOARD_VERSION, "Version A0")) in piix_broken_suspend()
/linux-4.1.27/drivers/firmware/
Ddmi_scan.c919 bool dmi_match(enum dmi_field f, const char *str) in dmi_match() function
928 EXPORT_SYMBOL_GPL(dmi_match);
/linux-4.1.27/drivers/acpi/
Dpci_root.c439 if (dmi_match(DMI_SYS_VENDOR, "Apple Inc.")) { in negotiate_os_control()
/linux-4.1.27/drivers/thunderbolt/
Dnhi.c664 if (!dmi_match(DMI_BOARD_VENDOR, "Apple Inc.")) in nhi_init()
/linux-4.1.27/drivers/pci/
Dquirks.c3160 if (!dmi_match(DMI_BOARD_VENDOR, "Apple Inc.")) in quirk_apple_poweroff_thunderbolt()
3204 if (!dmi_match(DMI_BOARD_VENDOR, "Apple Inc.")) in quirk_apple_wait_for_thunderbolt()