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

/linux-master/drivers/acpi/
H A Dosi.c3 * osi.c - _OSI implementation
71 struct acpi_osi_entry *osi; local
95 osi = &osi_setup_entries[i];
96 osi->enable = false;
107 osi = &osi_setup_entries[i];
108 if (!strcmp(osi->string, str)) {
109 osi->enable = enable;
111 } else if (osi->string[0] == '\0') {
112 osi->enable = enable;
113 strscpy(osi
194 struct acpi_osi_entry *osi; local
[all...]
H A DMakefile26 acpi-y += osi.o osl.o utils.o reboot.o
/linux-master/include/uapi/linux/
H A Dkvm.h337 } osi; member in union:kvm_run::__anon894
/linux-master/tools/include/uapi/linux/
H A Dkvm.h337 } osi; member in union:kvm_run::__anon162
/linux-master/arch/powerpc/kvm/
H A Dbook3s_pr.c1327 u64 *gprs = run->osi.gprs;
H A Dpowerpc.c1833 u64 *gprs = run->osi.gprs;

Completed in 178 milliseconds