Home
last modified time | relevance | path

Searched refs:ACPI_OSI_DYNAMIC (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/acpi/acpica/
Dutosi.c187 if (next_interface->flags & ACPI_OSI_DYNAMIC) { in acpi_ut_interface_terminate()
245 interface_info->flags = ACPI_OSI_DYNAMIC; in acpi_ut_install_interface()
276 if (next_interface->flags & ACPI_OSI_DYNAMIC) { in acpi_ut_remove_interface()
Daclocal.h961 #define ACPI_OSI_DYNAMIC 0x02 macro