Lines Matching defs:dsi
103 dmi_found(const struct dmi_system_id *dsi)
107 for (i = 0; i < __arraycount(dsi->matches); i++) {
108 if (dsi->matches[i].slot == DMI_NONE)
110 if (!dmi_match(dsi->matches[i].slot, dsi->matches[i].substr))
119 const struct dmi_system_id *dsi;
122 for (dsi = sysid; dsi->matches[0].slot != DMI_NONE; dsi++) {
123 if (dmi_found(dsi)) {
125 if (dsi->callback && dsi->callback(dsi))