Searched refs:dmi_match (Results 1 – 10 of 10) sorted by relevance
| /linux/include/linux/ |
| H A D | dmi.h | 113 extern bool dmi_match(enum dmi_field f, const char *str); 142 static inline bool dmi_match(enum dmi_field f, const char *str) in dmi_match() function
|
| /linux/drivers/ata/ |
| H A D | ata_piix.c | 980 if (dmi_match(DMI_SYS_VENDOR, "TOSHIBA") && in piix_broken_suspend() 981 dmi_match(DMI_PRODUCT_NAME, "000000") && in piix_broken_suspend() 982 dmi_match(DMI_PRODUCT_VERSION, "000000") && in piix_broken_suspend() 983 dmi_match(DMI_PRODUCT_SERIAL, "000000") && in piix_broken_suspend() 984 dmi_match(DMI_BOARD_VENDOR, "TOSHIBA") && in piix_broken_suspend() 985 dmi_match(DMI_BOARD_NAME, "Portable PC") && in piix_broken_suspend() 986 dmi_match(DMI_BOARD_VERSION, "Version A0")) in piix_broken_suspend()
|
| /linux/drivers/hwmon/ |
| H A D | gpd-fan.c | 636 const struct dmi_system_id *dmi_match = in gpd_fan_init() local 638 if (dmi_match) in gpd_fan_init() 639 match = dmi_match->driver_data; in gpd_fan_init()
|
| /linux/drivers/nvme/host/ |
| H A D | pci.c | 3377 if (dmi_match(DMI_SYS_VENDOR, "Dell Inc.") && in check_vendor_combination_bug() 3378 (dmi_match(DMI_PRODUCT_NAME, "XPS 15 9550") || in check_vendor_combination_bug() 3379 dmi_match(DMI_PRODUCT_NAME, "Precision 5510"))) in check_vendor_combination_bug() 3388 if (dmi_match(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC.") && in check_vendor_combination_bug() 3389 (dmi_match(DMI_BOARD_NAME, "PRIME B350M-A") || in check_vendor_combination_bug() 3390 dmi_match(DMI_BOARD_NAME, "PRIME Z370-A"))) in check_vendor_combination_bug() 3401 if ((dmi_match(DMI_BOARD_VENDOR, "LENOVO")) && in check_vendor_combination_bug() 3402 dmi_match(DMI_BOARD_NAME, "LNVNB161216")) in check_vendor_combination_bug() 3411 if (dmi_match(DMI_BOARD_NAME, "NS5X_NS7XAU") || in check_vendor_combination_bug() 3412 dmi_match(DMI_BOARD_NAME, "NS5x_7xAU") || in check_vendor_combination_bug() [all …]
|
| /linux/drivers/watchdog/ |
| H A D | ebc-c384_wdt.c | 125 if (!dmi_match(DMI_BOARD_NAME, "EBC-C384 SBC")) in ebc_c384_wdt_init()
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_exar.c | 1329 const struct dmi_system_id *dmi_match; in exar_get_platform() local 1331 dmi_match = dmi_first_match(exar_platforms); in exar_get_platform() 1332 if (dmi_match) in exar_get_platform() 1333 return dmi_match->driver_data; in exar_get_platform()
|
| /linux/drivers/power/supply/ |
| H A D | cros_charge-control.c | 251 if (!dmi_match(DMI_SYS_VENDOR, "Framework")) in cros_chctl_fwk_charge_control_versions()
|
| /linux/arch/x86/pci/ |
| H A D | fixup.c | 667 if ((!dmi_match(DMI_PRODUCT_NAME, "MacBookPro11,4") && in quirk_apple_mbp_poweroff() 668 !dmi_match(DMI_PRODUCT_NAME, "MacBookPro11,5")) || in quirk_apple_mbp_poweroff()
|
| /linux/drivers/hid/ |
| H A D | hid-asus.c | 657 if (dmi_match(DMI_PRODUCT_FAMILY, "ProArt P16")) { in asus_kbd_register_leds() 1164 if (dmi_match(DMI_PRODUCT_NAME, "T100HAN")) in asus_probe() 1166 else if (dmi_match(DMI_PRODUCT_NAME, "T200TA")) in asus_probe()
|
| /linux/drivers/platform/x86/ |
| H A D | asus-wmi.c | 4868 if (dmi_match(DMI_BOARD_NAME, "RC71")) { in asus_wmi_add()
|