Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/acpi/dispatcher/
Ddsmthdat.c209 status = acpi_ds_method_data_set_value (AML_ARG_OP, index, params[index], walk_state); in acpi_ds_method_data_init_args()
262 case AML_ARG_OP: in acpi_ds_method_data_get_node()
452 case AML_ARG_OP: in acpi_ds_method_data_get_value()
636 if (opcode == AML_ARG_OP) { in acpi_ds_store_object_to_local()
Ddsobject.c583 obj_desc->reference.opcode = AML_ARG_OP; in acpi_ds_init_object_from_op()
584 obj_desc->reference.offset = opcode - AML_ARG_OP; in acpi_ds_init_object_from_op()
587 status = acpi_ds_method_data_get_node (AML_ARG_OP, obj_desc->reference.offset, in acpi_ds_init_object_from_op()
/linux-2.4.37.9/drivers/acpi/executer/
Dexresolv.c178 case AML_ARG_OP: in acpi_ex_resolve_object_to_value()
Dexstore.c169 case AML_ARG_OP: in acpi_ex_store()
Dexmisc.c97 case AML_ARG_OP: in acpi_ex_get_object_reference()
Dexresop.c225 case AML_ARG_OP: in acpi_ex_resolve_operands()
Dexoparg1.c679 case AML_ARG_OP: in acpi_ex_opcode_1A_0T_1R()
Dexdump.c148 case AML_ARG_OP: in acpi_ex_dump_operand()
/linux-2.4.37.9/include/acpi/
Damlcode.h84 #define AML_ARG_OP (u16) 0x68 macro