Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/acpi/acpica/
Ddsmethod.c148 (ACPI_METHOD_SERIALIZED | ACPI_METHOD_IGNORE_SYNC_LEVEL); in acpi_ds_detect_named_opcodes()
343 info_flags & ACPI_METHOD_IGNORE_SYNC_LEVEL)) in acpi_ds_begin_method_execution()
393 ACPI_METHOD_IGNORE_SYNC_LEVEL)) { in acpi_ds_begin_method_execution()
825 ACPI_METHOD_IGNORE_SYNC_LEVEL); in acpi_ds_terminate_control_method()
Dacobject.h167 #define ACPI_METHOD_IGNORE_SYNC_LEVEL 0x10 /* Method was auto-serialized at table load time */ macro