| /linux/drivers/leds/ |
| A D | leds-apu.c | 184 if (!(dmi_match(DMI_SYS_VENDOR, "PC Engines") && in apu_led_init() 185 (dmi_match(DMI_PRODUCT_NAME, "APU") || dmi_match(DMI_PRODUCT_NAME, "apu1")))) { in apu_led_init()
|
| A D | leds-mlxcpld.c | 405 if (!dmi_match(DMI_CHASSIS_VENDOR, "Mellanox Technologies Ltd.")) in mlxcpld_led_init()
|
| /linux/include/linux/ |
| 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/ |
| A D | ata_piix.c | 974 if (dmi_match(DMI_SYS_VENDOR, "TOSHIBA") && in piix_broken_suspend() 975 dmi_match(DMI_PRODUCT_NAME, "000000") && in piix_broken_suspend() 976 dmi_match(DMI_PRODUCT_VERSION, "000000") && in piix_broken_suspend() 977 dmi_match(DMI_PRODUCT_SERIAL, "000000") && in piix_broken_suspend() 978 dmi_match(DMI_BOARD_VENDOR, "TOSHIBA") && in piix_broken_suspend() 979 dmi_match(DMI_BOARD_NAME, "Portable PC") && in piix_broken_suspend() 980 dmi_match(DMI_BOARD_VERSION, "Version A0")) in piix_broken_suspend()
|
| /linux/drivers/tty/serial/8250/ |
| A D | 8250_exar.c | 522 const struct dmi_system_id *dmi_match; in exar_get_platform() local 524 dmi_match = dmi_first_match(exar_platforms); in exar_get_platform() 525 if (dmi_match) in exar_get_platform() 526 return dmi_match->driver_data; in exar_get_platform()
|
| /linux/drivers/media/cec/platform/cros-ec/ |
| A D | cros-ec-cec.c | 228 if (dmi_match(DMI_SYS_VENDOR, m->sys_vendor) && in cros_ec_cec_find_hdmi_dev() 229 dmi_match(DMI_PRODUCT_NAME, m->product_name)) { in cros_ec_cec_find_hdmi_dev()
|
| /linux/drivers/watchdog/ |
| A D | ebc-c384_wdt.c | 125 if (!dmi_match(DMI_BOARD_NAME, "EBC-C384 SBC")) in ebc_c384_wdt_init()
|
| /linux/arch/x86/kernel/ |
| A D | quirks.c | 667 x86_apple_machine = dmi_match(DMI_SYS_VENDOR, "Apple Inc.") || in early_platform_quirks() 668 dmi_match(DMI_SYS_VENDOR, "Apple Computer, Inc."); in early_platform_quirks()
|
| /linux/arch/x86/pci/ |
| A D | fixup.c | 624 if ((!dmi_match(DMI_PRODUCT_NAME, "MacBookPro11,4") && in quirk_apple_mbp_poweroff() 625 !dmi_match(DMI_PRODUCT_NAME, "MacBookPro11,5")) || in quirk_apple_mbp_poweroff()
|
| /linux/drivers/mfd/ |
| A D | cros_ec_dev.c | 219 dmi_match(DMI_PRODUCT_NAME, "Link")) { in ec_device_probe()
|
| /linux/drivers/media/cec/platform/seco/ |
| A D | seco-cec.c | 529 if (dmi_match(DMI_SYS_VENDOR, m->sys_vendor) && in secocec_cec_find_hdmi_dev() 530 dmi_match(DMI_PRODUCT_NAME, m->product_name)) { in secocec_cec_find_hdmi_dev()
|
| /linux/drivers/nvme/host/ |
| A D | pci.c | 2943 if (dmi_match(DMI_SYS_VENDOR, "Dell Inc.") && in check_vendor_combination_bug() 2944 (dmi_match(DMI_PRODUCT_NAME, "XPS 15 9550") || in check_vendor_combination_bug() 2945 dmi_match(DMI_PRODUCT_NAME, "Precision 5510"))) in check_vendor_combination_bug() 2954 if (dmi_match(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC.") && in check_vendor_combination_bug() 2955 (dmi_match(DMI_BOARD_NAME, "PRIME B350M-A") || in check_vendor_combination_bug() 2956 dmi_match(DMI_BOARD_NAME, "PRIME Z370-A"))) in check_vendor_combination_bug() 2967 if ((dmi_match(DMI_BOARD_VENDOR, "LENOVO")) && in check_vendor_combination_bug() 2968 dmi_match(DMI_BOARD_NAME, "LNVNB161216")) in check_vendor_combination_bug()
|
| /linux/drivers/firmware/ |
| A D | dmi_scan.c | 1127 bool dmi_match(enum dmi_field f, const char *str) in dmi_match() function 1136 EXPORT_SYMBOL_GPL(dmi_match);
|
| /linux/drivers/hid/ |
| A D | hid-asus.c | 1041 if (dmi_match(DMI_PRODUCT_NAME, "T100HAN")) in asus_probe() 1043 else if (dmi_match(DMI_PRODUCT_NAME, "T200TA")) in asus_probe()
|
| /linux/drivers/mmc/host/ |
| A D | sdhci-pci-core.c | 892 (dmi_match(DMI_BIOS_VENDOR, "LENOVO") || in glk_broken_cqhci() 893 dmi_match(DMI_SYS_VENDOR, "IRBIS")); in glk_broken_cqhci()
|
| /linux/drivers/i2c/busses/ |
| A D | i2c-i801.c | 1224 if (!dmi_match(DMI_SYS_VENDOR, "Dell Inc.")) in is_dell_system_with_lis3lv02d()
|
| /linux/drivers/gpu/drm/radeon/ |
| A D | atombios_encoders.c | 2194 if (dmi_match(DMI_PRODUCT_NAME, "iMac10,1")) in radeon_atom_pick_dig_encoder()
|
| /linux/ |
| A D | vmlinux.symvers | 4017 0x00000000 dmi_match vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 46521 ffff800010c8c110 T dmi_match
|
| A D | .tmp_System.map | 46521 ffff800010c8c110 T dmi_match
|