Lines Matching refs:dmi
1305 const struct dmi_system_id *dmi = dmi_first_match(broken_systems); in ahci_broken_system_poweroff() local
1307 if (dmi) { in ahci_broken_system_poweroff()
1308 unsigned long slot = (unsigned long)dmi->driver_data; in ahci_broken_system_poweroff()
1387 const struct dmi_system_id *dmi = dmi_first_match(sysids); in ahci_broken_suspend() local
1391 if (!dmi || pdev->bus->number || pdev->devfn != PCI_DEVFN(0x1f, 2)) in ahci_broken_suspend()
1397 return strcmp(buf, dmi->driver_data) < 0; in ahci_broken_suspend()
1440 const struct dmi_system_id *dmi = dmi_first_match(sysids); in ahci_broken_lpm() local
1444 if (!dmi) in ahci_broken_lpm()
1450 return strcmp(buf, dmi->driver_data) < 0; in ahci_broken_lpm()
1492 const struct dmi_system_id *dmi = dmi_first_match(sysids); in ahci_broken_online() local
1495 if (!dmi) in ahci_broken_online()
1498 val = (unsigned long)dmi->driver_data; in ahci_broken_online()
1525 const struct dmi_system_id *dmi = dmi_first_match(sysids); in ahci_gtf_filter_workaround() local
1529 if (!dmi) in ahci_gtf_filter_workaround()
1532 filter = (unsigned long)dmi->driver_data; in ahci_gtf_filter_workaround()
1534 filter, dmi->ident); in ahci_gtf_filter_workaround()