Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
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
/linux-6.12.1/drivers/platform/chrome/
Dcros_ec_lpc.c796 const struct dmi_system_id *dmi_match; in cros_ec_lpc_init() local
800 dmi_match = dmi_first_match(cros_ec_lpc_dmi_table); in cros_ec_lpc_init()
802 if (!cros_ec_lpc_acpi_device_found && !dmi_match) { in cros_ec_lpc_init()
816 platform_set_drvdata(&cros_ec_lpc_device, dmi_match->driver_data); in cros_ec_lpc_init()
/linux-6.12.1/drivers/ata/
Data_piix.c980 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-6.12.1/drivers/nvme/host/
Dpci.c2943 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()
2977 if (dmi_match(DMI_BOARD_NAME, "NS5X_NS7XAU") || in check_vendor_combination_bug()
2978 dmi_match(DMI_BOARD_NAME, "NS5x_7xAU") || in check_vendor_combination_bug()
[all …]
/linux-6.12.1/drivers/watchdog/
Debc-c384_wdt.c125 if (!dmi_match(DMI_BOARD_NAME, "EBC-C384 SBC")) in ebc_c384_wdt_init()
/linux-6.12.1/arch/x86/kernel/
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()
/linux-6.12.1/drivers/media/cec/platform/cros-ec/
Dcros-ec-cec.c342 if (dmi_match(DMI_SYS_VENDOR, m->sys_vendor) && in cros_ec_cec_find_hdmi_dev()
343 dmi_match(DMI_PRODUCT_NAME, m->product_name)) { in cros_ec_cec_find_hdmi_dev()
/linux-6.12.1/drivers/tty/serial/8250/
D8250_exar.c1385 const struct dmi_system_id *dmi_match; in exar_get_platform() local
1387 dmi_match = dmi_first_match(exar_platforms); in exar_get_platform()
1388 if (dmi_match) in exar_get_platform()
1389 return dmi_match->driver_data; in exar_get_platform()
/linux-6.12.1/drivers/media/cec/platform/seco/
Dseco-cec.c516 if (dmi_match(DMI_SYS_VENDOR, m->sys_vendor) && in secocec_cec_find_hdmi_dev()
517 dmi_match(DMI_PRODUCT_NAME, m->product_name)) { in secocec_cec_find_hdmi_dev()
/linux-6.12.1/drivers/leds/
Dleds-mlxcpld.c405 if (!dmi_match(DMI_CHASSIS_VENDOR, "Mellanox Technologies Ltd.")) in mlxcpld_led_init()
/linux-6.12.1/drivers/mfd/
Dcros_ec_dev.c260 dmi_match(DMI_PRODUCT_NAME, "Link")) { in ec_device_probe()
/linux-6.12.1/arch/x86/pci/
Dfixup.c627 if ((!dmi_match(DMI_PRODUCT_NAME, "MacBookPro11,4") && in quirk_apple_mbp_poweroff()
628 !dmi_match(DMI_PRODUCT_NAME, "MacBookPro11,5")) || in quirk_apple_mbp_poweroff()
/linux-6.12.1/drivers/power/supply/
Dcros_charge-control.c266 if (!dmi_match(DMI_SYS_VENDOR, "Framework")) in cros_chctl_fwk_charge_control_versions()
/linux-6.12.1/drivers/firmware/
Ddmi_scan.c1142 bool dmi_match(enum dmi_field f, const char *str) in dmi_match() function
1151 EXPORT_SYMBOL_GPL(dmi_match);
/linux-6.12.1/drivers/hid/
Dhid-asus.c1028 if (dmi_match(DMI_PRODUCT_NAME, "T100HAN")) in asus_probe()
1030 else if (dmi_match(DMI_PRODUCT_NAME, "T200TA")) in asus_probe()
/linux-6.12.1/drivers/mmc/host/
Dsdhci-pci-core.c909 (dmi_match(DMI_BIOS_VENDOR, "LENOVO") || in glk_broken_cqhci()
910 dmi_match(DMI_SYS_VENDOR, "IRBIS")); in glk_broken_cqhci()
916 dmi_match(DMI_BIOS_VENDOR, "ASUSTeK COMPUTER INC."); in jsl_broken_hs400es()
/linux-6.12.1/drivers/gpu/drm/radeon/
Datombios_encoders.c204 !(dmi_match(DMI_PRODUCT_NAME, "iMac12,1") || dmi_match(DMI_PRODUCT_NAME, "iMac12,2"))) in radeon_atom_backlight_init()
2131 if (dmi_match(DMI_PRODUCT_NAME, "iMac10,1") || in radeon_atom_pick_dig_encoder()
2132 dmi_match(DMI_PRODUCT_NAME, "iMac11,2")) in radeon_atom_pick_dig_encoder()
/linux-6.12.1/drivers/hwmon/
Dacpi_power_meter.c893 if (dmi_match(DMI_SYS_VENDOR, "Dell Inc.")) { in acpi_power_meter_add()
/linux-6.12.1/drivers/input/keyboard/
Datkbd.c780 if (dmi_match(DMI_CHASSIS_TYPE, chassis_types[i])) in atkbd_is_portable_device()
/linux-6.12.1/drivers/i2c/busses/
Di2c-i801.c1210 if (!dmi_match(DMI_SYS_VENDOR, "Dell Inc.")) in is_dell_system_with_lis3lv02d()