Home
last modified time | relevance | path

Searched refs:dmi_product_name (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-i801.c1252 const char *dmi_product_name; member
1276 const char *dmi_product_name; in register_dell_lis3lv02d_i2c_device() local
1279 dmi_product_name = dmi_get_system_info(DMI_PRODUCT_NAME); in register_dell_lis3lv02d_i2c_device()
1281 if (strcmp(dmi_product_name, in register_dell_lis3lv02d_i2c_device()
1282 dell_lis3lv02d_devices[i].dmi_product_name) == 0) in register_dell_lis3lv02d_i2c_device()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-i801.c1222 const char *dmi_product_name; member
1246 const char *dmi_product_name; in register_dell_lis3lv02d_i2c_device() local
1249 dmi_product_name = dmi_get_system_info(DMI_PRODUCT_NAME); in register_dell_lis3lv02d_i2c_device()
1251 if (strcmp(dmi_product_name, in register_dell_lis3lv02d_i2c_device()
1252 dell_lis3lv02d_devices[i].dmi_product_name) == 0) in register_dell_lis3lv02d_i2c_device()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.c551 const char *dmi_product_name, *dmi_sys_vendor; in xhci_compliance_mode_recovery_timer_quirk_check() local
553 dmi_product_name = dmi_get_system_info(DMI_PRODUCT_NAME); in xhci_compliance_mode_recovery_timer_quirk_check()
555 if (!dmi_product_name || !dmi_sys_vendor) in xhci_compliance_mode_recovery_timer_quirk_check()
561 if (strstr(dmi_product_name, "Z420") || in xhci_compliance_mode_recovery_timer_quirk_check()
562 strstr(dmi_product_name, "Z620") || in xhci_compliance_mode_recovery_timer_quirk_check()
563 strstr(dmi_product_name, "Z820") || in xhci_compliance_mode_recovery_timer_quirk_check()
564 strstr(dmi_product_name, "Z1 Workstation")) in xhci_compliance_mode_recovery_timer_quirk_check()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci.c396 const char *dmi_product_name, *dmi_sys_vendor; in xhci_compliance_mode_recovery_timer_quirk_check() local
398 dmi_product_name = dmi_get_system_info(DMI_PRODUCT_NAME); in xhci_compliance_mode_recovery_timer_quirk_check()
400 if (!dmi_product_name || !dmi_sys_vendor) in xhci_compliance_mode_recovery_timer_quirk_check()
406 if (strstr(dmi_product_name, "Z420") || in xhci_compliance_mode_recovery_timer_quirk_check()
407 strstr(dmi_product_name, "Z620") || in xhci_compliance_mode_recovery_timer_quirk_check()
408 strstr(dmi_product_name, "Z820") || in xhci_compliance_mode_recovery_timer_quirk_check()
409 strstr(dmi_product_name, "Z1 Workstation")) in xhci_compliance_mode_recovery_timer_quirk_check()

Completed in 17 milliseconds