Home
last modified time | relevance | path

Searched refs:dmi_product_name (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/i2c/busses/
Di2c-i801.c1228 const char *dmi_product_name; member
1252 const char *dmi_product_name; in register_dell_lis3lv02d_i2c_device() local
1255 dmi_product_name = dmi_get_system_info(DMI_PRODUCT_NAME); in register_dell_lis3lv02d_i2c_device()
1257 if (strcmp(dmi_product_name, in register_dell_lis3lv02d_i2c_device()
1258 dell_lis3lv02d_devices[i].dmi_product_name) == 0) in register_dell_lis3lv02d_i2c_device()
/linux-6.1.9/drivers/usb/host/
Dxhci.c552 const char *dmi_product_name, *dmi_sys_vendor; in xhci_compliance_mode_recovery_timer_quirk_check() local
554 dmi_product_name = dmi_get_system_info(DMI_PRODUCT_NAME); in xhci_compliance_mode_recovery_timer_quirk_check()
556 if (!dmi_product_name || !dmi_sys_vendor) in xhci_compliance_mode_recovery_timer_quirk_check()
562 if (strstr(dmi_product_name, "Z420") || in xhci_compliance_mode_recovery_timer_quirk_check()
563 strstr(dmi_product_name, "Z620") || in xhci_compliance_mode_recovery_timer_quirk_check()
564 strstr(dmi_product_name, "Z820") || in xhci_compliance_mode_recovery_timer_quirk_check()
565 strstr(dmi_product_name, "Z1 Workstation")) in xhci_compliance_mode_recovery_timer_quirk_check()