Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Ddsmethod.c186 (ACPI_METHOD_SERIALIZED | ACPI_METHOD_IGNORE_SYNC_LEVEL); in acpi_ds_detect_named_opcodes()
369 info_flags & ACPI_METHOD_IGNORE_SYNC_LEVEL)) in acpi_ds_begin_method_execution()
820 ACPI_METHOD_IGNORE_SYNC_LEVEL); in acpi_ds_terminate_control_method()
Dacobject.h196 #define ACPI_METHOD_IGNORE_SYNC_LEVEL 0x10 /* Method was auto-serialized at table load time */ macro