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.c183 (ACPI_METHOD_SERIALIZED | ACPI_METHOD_IGNORE_SYNC_LEVEL); in acpi_ds_detect_named_opcodes()
374 info_flags & ACPI_METHOD_IGNORE_SYNC_LEVEL)) in acpi_ds_begin_method_execution()
823 ACPI_METHOD_IGNORE_SYNC_LEVEL); in acpi_ds_terminate_control_method()
Dacobject.h197 #define ACPI_METHOD_IGNORE_SYNC_LEVEL 0x10 /* Method was auto-serialized at table load time */ macro