Lines Matching refs:dmi
1171 const struct dmi_system_id *dmi = dmi_first_match(broken_systems); in ahci_broken_system_poweroff() local
1173 if (dmi) { in ahci_broken_system_poweroff()
1174 unsigned long slot = (unsigned long)dmi->driver_data; in ahci_broken_system_poweroff()
1253 const struct dmi_system_id *dmi = dmi_first_match(sysids); in ahci_broken_suspend() local
1257 if (!dmi || pdev->bus->number || pdev->devfn != PCI_DEVFN(0x1f, 2)) in ahci_broken_suspend()
1263 return strcmp(buf, dmi->driver_data) < 0; in ahci_broken_suspend()
1306 const struct dmi_system_id *dmi = dmi_first_match(sysids); in ahci_broken_lpm() local
1310 if (!dmi) in ahci_broken_lpm()
1316 return strcmp(buf, dmi->driver_data) < 0; in ahci_broken_lpm()
1358 const struct dmi_system_id *dmi = dmi_first_match(sysids); in ahci_broken_online() local
1361 if (!dmi) in ahci_broken_online()
1364 val = (unsigned long)dmi->driver_data; in ahci_broken_online()
1402 const struct dmi_system_id *dmi = dmi_first_match(sysids); in ahci_gtf_filter_workaround() local
1406 if (!dmi) in ahci_gtf_filter_workaround()
1409 filter = (unsigned long)dmi->driver_data; in ahci_gtf_filter_workaround()
1411 filter, dmi->ident); in ahci_gtf_filter_workaround()