Searched refs:dmi_product_name (Results 1 – 2 of 2) sorted by relevance
1231 const char *dmi_product_name; member1257 const char *dmi_product_name; in register_dell_lis3lv02d_i2c_device() local1260 dmi_product_name = dmi_get_system_info(DMI_PRODUCT_NAME); in register_dell_lis3lv02d_i2c_device()1262 if (strcmp(dmi_product_name, in register_dell_lis3lv02d_i2c_device()1263 dell_lis3lv02d_devices[i].dmi_product_name) == 0) in register_dell_lis3lv02d_i2c_device()
437 const char *dmi_product_name, *dmi_sys_vendor; in xhci_compliance_mode_recovery_timer_quirk_check() local439 dmi_product_name = dmi_get_system_info(DMI_PRODUCT_NAME); in xhci_compliance_mode_recovery_timer_quirk_check()441 if (!dmi_product_name || !dmi_sys_vendor) in xhci_compliance_mode_recovery_timer_quirk_check()447 if (strstr(dmi_product_name, "Z420") || in xhci_compliance_mode_recovery_timer_quirk_check()448 strstr(dmi_product_name, "Z620") || in xhci_compliance_mode_recovery_timer_quirk_check()449 strstr(dmi_product_name, "Z820") || in xhci_compliance_mode_recovery_timer_quirk_check()450 strstr(dmi_product_name, "Z1 Workstation")) in xhci_compliance_mode_recovery_timer_quirk_check()