Searched refs:dmi_match (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/linux/ |
D | dmi.h | 110 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/ |
D | ata_piix.c | 992 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/ |
D | dmi_scan.c | 919 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/ |
D | pci_root.c | 439 if (dmi_match(DMI_SYS_VENDOR, "Apple Inc.")) { in negotiate_os_control()
|
/linux-4.1.27/drivers/thunderbolt/ |
D | nhi.c | 664 if (!dmi_match(DMI_BOARD_VENDOR, "Apple Inc.")) in nhi_init()
|
/linux-4.1.27/drivers/pci/ |
D | quirks.c | 3160 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()
|