Lines Matching defs:osi
3 * osi.c - _OSI implementation
95 struct acpi_osi_entry *osi;
119 osi = &osi_setup_entries[i];
120 osi->enable = false;
131 osi = &osi_setup_entries[i];
132 if (!strcmp(osi->string, str)) {
133 osi->enable = enable;
135 } else if (osi->string[0] == '\0') {
136 osi->enable = enable;
137 strncpy(osi->string, str, OSI_STRING_LENGTH_MAX);
218 struct acpi_osi_entry *osi;
233 osi = &osi_setup_entries[i];
234 str = osi->string;
237 if (osi->enable) {