Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddmi.h113 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
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-apu.c175 if (!(dmi_match(DMI_SYS_VENDOR, "PC Engines") && in apu_led_init()
176 dmi_match(DMI_PRODUCT_NAME, "APU"))) { in apu_led_init()
H A Dleds-mlxcpld.c405 if (!dmi_match(DMI_CHASSIS_VENDOR, "Mellanox Technologies Ltd.")) in mlxcpld_led_init()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Data_piix.c974 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()
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_exar.c501 const struct dmi_system_id *dmi_match; in pci_xr17v35x_setup() local
507 dmi_match = dmi_first_match(exar_platforms); in pci_xr17v35x_setup()
508 if (dmi_match) in pci_xr17v35x_setup()
509 platform = dmi_match->driver_data; in pci_xr17v35x_setup()
/OK3568_Linux_fs/kernel/drivers/media/cec/platform/cros-ec/
H A Dcros-ec-cec.c230 if (dmi_match(DMI_SYS_VENDOR, m->sys_vendor) && in cros_ec_cec_find_hdmi_dev()
231 dmi_match(DMI_PRODUCT_NAME, m->product_name)) { in cros_ec_cec_find_hdmi_dev()
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Debc-c384_wdt.c125 if (!dmi_match(DMI_BOARD_NAME, "EBC-C384 SBC")) in ebc_c384_wdt_init()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dquirks.c667 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()
/OK3568_Linux_fs/kernel/arch/x86/pci/
H A Dfixup.c624 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()
/OK3568_Linux_fs/kernel/drivers/media/cec/platform/seco/
H A Dseco-cec.c529 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()
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dpci.c2812 if (dmi_match(DMI_SYS_VENDOR, "Dell Inc.") && in check_vendor_combination_bug()
2813 (dmi_match(DMI_PRODUCT_NAME, "XPS 15 9550") || in check_vendor_combination_bug()
2814 dmi_match(DMI_PRODUCT_NAME, "Precision 5510"))) in check_vendor_combination_bug()
2823 if (dmi_match(DMI_BOARD_VENDOR, "ASUSTeK COMPUTER INC.") && in check_vendor_combination_bug()
2824 (dmi_match(DMI_BOARD_NAME, "PRIME B350M-A") || in check_vendor_combination_bug()
2825 dmi_match(DMI_BOARD_NAME, "PRIME Z370-A"))) in check_vendor_combination_bug()
2836 if ((dmi_match(DMI_BOARD_VENDOR, "LENOVO")) && in check_vendor_combination_bug()
2837 dmi_match(DMI_BOARD_NAME, "LNVNB161216")) in check_vendor_combination_bug()
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Ddmi_scan.c1126 bool dmi_match(enum dmi_field f, const char *str) in dmi_match() function
1135 EXPORT_SYMBOL_GPL(dmi_match);
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-asus.c931 if (dmi_match(DMI_PRODUCT_NAME, "T100HAN")) in asus_probe()
933 else if (dmi_match(DMI_PRODUCT_NAME, "T200TA")) in asus_probe()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-pci-core.c966 (dmi_match(DMI_BIOS_VENDOR, "LENOVO") || in glk_broken_cqhci()
967 dmi_match(DMI_SYS_VENDOR, "IRBIS")); in glk_broken_cqhci()
973 dmi_match(DMI_BIOS_VENDOR, "ASUSTeK COMPUTER INC."); in jsl_broken_hs400es()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Datombios_encoders.c201 !dmi_match(DMI_PRODUCT_NAME, "iMac12,1")) in radeon_atom_backlight_init()
2198 if (dmi_match(DMI_PRODUCT_NAME, "iMac10,1")) in radeon_atom_pick_dig_encoder()