Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
H A Dutosi.c162 if (next_interface->flags & ACPI_OSI_DYNAMIC) { in acpi_ut_interface_terminate()
219 interface_info->flags = ACPI_OSI_DYNAMIC; in acpi_ut_install_interface()
251 if (next_interface->flags & ACPI_OSI_DYNAMIC) { in acpi_ut_remove_interface()
H A Daclocal.h1069 #define ACPI_OSI_DYNAMIC 0x02 macro