Lines Matching refs:dmi
1130 const struct dmi_system_id *dmi = dmi_first_match(broken_systems); in ahci_broken_system_poweroff() local
1132 if (dmi) { in ahci_broken_system_poweroff()
1133 unsigned long slot = (unsigned long)dmi->driver_data; in ahci_broken_system_poweroff()
1212 const struct dmi_system_id *dmi = dmi_first_match(sysids); in ahci_broken_suspend() local
1216 if (!dmi || pdev->bus->number || pdev->devfn != PCI_DEVFN(0x1f, 2)) in ahci_broken_suspend()
1222 return strcmp(buf, dmi->driver_data) < 0; in ahci_broken_suspend()
1264 const struct dmi_system_id *dmi = dmi_first_match(sysids); in ahci_broken_online() local
1267 if (!dmi) in ahci_broken_online()
1270 val = (unsigned long)dmi->driver_data; in ahci_broken_online()
1308 const struct dmi_system_id *dmi = dmi_first_match(sysids); in ahci_gtf_filter_workaround() local
1312 if (!dmi) in ahci_gtf_filter_workaround()
1315 filter = (unsigned long)dmi->driver_data; in ahci_gtf_filter_workaround()
1317 filter, dmi->ident); in ahci_gtf_filter_workaround()