Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Dutosi.c163 if (next_interface->flags & ACPI_OSI_DYNAMIC) { in acpi_ut_interface_terminate()
210 interface_info->flags = ACPI_OSI_DYNAMIC; in acpi_ut_install_interface()
241 if (next_interface->flags & ACPI_OSI_DYNAMIC) { in acpi_ut_remove_interface()
Daclocal.h974 #define ACPI_OSI_DYNAMIC 0x02 macro