Lines Matching refs:dmi
1134 const struct dmi_system_id *dmi = dmi_first_match(broken_systems); in ahci_broken_system_poweroff() local
1136 if (dmi) { in ahci_broken_system_poweroff()
1137 unsigned long slot = (unsigned long)dmi->driver_data; in ahci_broken_system_poweroff()
1216 const struct dmi_system_id *dmi = dmi_first_match(sysids); in ahci_broken_suspend() local
1220 if (!dmi || pdev->bus->number || pdev->devfn != PCI_DEVFN(0x1f, 2)) in ahci_broken_suspend()
1226 return strcmp(buf, dmi->driver_data) < 0; in ahci_broken_suspend()
1268 const struct dmi_system_id *dmi = dmi_first_match(sysids); in ahci_broken_online() local
1271 if (!dmi) in ahci_broken_online()
1274 val = (unsigned long)dmi->driver_data; in ahci_broken_online()
1312 const struct dmi_system_id *dmi = dmi_first_match(sysids); in ahci_gtf_filter_workaround() local
1316 if (!dmi) in ahci_gtf_filter_workaround()
1319 filter = (unsigned long)dmi->driver_data; in ahci_gtf_filter_workaround()
1321 filter, dmi->ident); in ahci_gtf_filter_workaround()