dmi_match 671 arch/x86/kernel/quirks.c x86_apple_machine = dmi_match(DMI_SYS_VENDOR, "Apple Inc.") || dmi_match 672 arch/x86/kernel/quirks.c dmi_match(DMI_SYS_VENDOR, "Apple Computer, Inc."); dmi_match 624 arch/x86/pci/fixup.c if ((!dmi_match(DMI_PRODUCT_NAME, "MacBookPro11,4") && dmi_match 625 arch/x86/pci/fixup.c !dmi_match(DMI_PRODUCT_NAME, "MacBookPro11,5")) || dmi_match 976 drivers/ata/ata_piix.c if (dmi_match(DMI_SYS_VENDOR, "TOSHIBA") && dmi_match 977 drivers/ata/ata_piix.c dmi_match(DMI_PRODUCT_NAME, "000000") && dmi_match 978 drivers/ata/ata_piix.c dmi_match(DMI_PRODUCT_VERSION, "000000") && dmi_match 979 drivers/ata/ata_piix.c dmi_match(DMI_PRODUCT_SERIAL, "000000") && dmi_match 980 drivers/ata/ata_piix.c dmi_match(DMI_BOARD_VENDOR, "TOSHIBA") && dmi_match 981 drivers/ata/ata_piix.c dmi_match(DMI_BOARD_NAME, "Portable PC") && dmi_match 982 drivers/ata/ata_piix.c dmi_match(DMI_BOARD_VERSION, "Version A0")) dmi_match 1099 drivers/firmware/dmi_scan.c EXPORT_SYMBOL_GPL(dmi_match); dmi_match 2198 drivers/gpu/drm/radeon/atombios_encoders.c if (dmi_match(DMI_PRODUCT_NAME, "iMac10,1")) dmi_match 862 drivers/hid/hid-asus.c if (dmi_match(DMI_PRODUCT_NAME, "T100HAN")) dmi_match 864 drivers/hid/hid-asus.c else if (dmi_match(DMI_PRODUCT_NAME, "T200TA")) dmi_match 175 drivers/leds/leds-apu.c if (!(dmi_match(DMI_SYS_VENDOR, "PC Engines") && dmi_match 176 drivers/leds/leds-apu.c dmi_match(DMI_PRODUCT_NAME, "APU"))) { dmi_match 405 drivers/leds/leds-mlxcpld.c if (!dmi_match(DMI_CHASSIS_VENDOR, "Mellanox Technologies Ltd.")) dmi_match 229 drivers/media/platform/cros-ec-cec/cros-ec-cec.c if (dmi_match(DMI_SYS_VENDOR, m->sys_vendor) && dmi_match 230 drivers/media/platform/cros-ec-cec/cros-ec-cec.c dmi_match(DMI_PRODUCT_NAME, m->product_name)) { dmi_match 529 drivers/media/platform/seco-cec/seco-cec.c if (dmi_match(DMI_SYS_VENDOR, m->sys_vendor) && dmi_match 530 drivers/media/platform/seco-cec/seco-cec.c dmi_match(DMI_PRODUCT_NAME, m->product_name)) { dmi_match 793 drivers/mmc/host/sdhci-pci-core.c dmi_match(DMI_BIOS_VENDOR, "LENOVO"); dmi_match 2741 drivers/nvme/host/pci.c if (dmi_match(DMI_SYS_VENDOR, "Dell Inc.") && dmi_match 2742 drivers/nvme/host/pci.c (dmi_match(DMI_PRODUCT_NAME, "XPS 15 9550") || dmi_match 2743 drivers/nvme/host/pci.c dmi_match(DMI_PRODUCT_NAME, "Precision 5510"))) dmi_match 2752 drivers/nvme/host/pci.c if (dmi_match(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC.") && dmi_match 2753 drivers/nvme/host/pci.c (dmi_match(DMI_BOARD_NAME, "PRIME B350M-A") || dmi_match 2754 drivers/nvme/host/pci.c dmi_match(DMI_BOARD_NAME, "PRIME Z370-A"))) dmi_match 2765 drivers/nvme/host/pci.c if ((dmi_match(DMI_BOARD_VENDOR, "LENOVO")) && dmi_match 2766 drivers/nvme/host/pci.c dmi_match(DMI_BOARD_NAME, "LNVNB161216")) dmi_match 472 drivers/tty/serial/8250/8250_exar.c const struct dmi_system_id *dmi_match; dmi_match 478 drivers/tty/serial/8250/8250_exar.c dmi_match = dmi_first_match(exar_platforms); dmi_match 479 drivers/tty/serial/8250/8250_exar.c if (dmi_match) dmi_match 480 drivers/tty/serial/8250/8250_exar.c platform = dmi_match->driver_data; dmi_match 125 drivers/watchdog/ebc-c384_wdt.c if (!dmi_match(DMI_BOARD_NAME, "EBC-C384 SBC")) dmi_match 113 include/linux/dmi.h extern bool dmi_match(enum dmi_field f, const char *str);