Searched refs:dmi_ident (Results 1 - 1 of 1) sorted by relevance

/drivers/firmware/
H A Ddmi_scan.c148 static const char *dmi_ident[DMI_STRING_MAX]; variable
161 if (dmi_ident[slot])
168 dmi_ident[slot] = p;
178 if (dmi_ident[slot])
205 dmi_ident[slot] = s;
214 if (dmi_ident[slot])
222 dmi_ident[slot] = s;
662 if (dmi_ident[s]) {
664 strstr(dmi_ident[s], dmi->matches[i].substr))
667 !strcmp(dmi_ident[
[all...]

Completed in 349 milliseconds