Home
last modified time | relevance | path

Searched refs:AML_REGION_OP (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/acpi/acpica/
Ddswload2.c573 case AML_REGION_OP: in acpi_ds_load2_end_op()
576 if (op->common.aml_opcode == AML_REGION_OP) { in acpi_ds_load2_end_op()
Ddsutils.c275 if ((op->common.parent->common.aml_opcode == AML_REGION_OP) || in acpi_ds_is_result_used()
528 && (parent_op->common.aml_opcode != AML_REGION_OP) in acpi_ds_create_operand()
Ddbutils.c416 if (op->common.aml_opcode == AML_REGION_OP) { in acpi_db_second_pass_parse()
Damlcode.h174 #define AML_REGION_OP (u16) 0x5b80 macro
Ddswload.c475 if (op->common.aml_opcode == AML_REGION_OP) { in acpi_ds_load1_end_op()
Dpsloop.c567 if (op->common.aml_opcode == AML_REGION_OP || in acpi_ps_parse_loop()
Dpsparse.c203 AML_REGION_OP) in acpi_ps_complete_this_op()
Dpsobject.c246 if ((*op)->common.aml_opcode == AML_REGION_OP || in acpi_ps_build_named_op()
Ddswexec.c643 if (op->common.aml_opcode == AML_REGION_OP) { in acpi_ds_exec_end_op()