Home
last modified time | relevance | path

Searched refs:acpi_ps_get_opcode_name (Results 1 – 13 of 13) sorted by relevance

/linux-2.4.37.9/drivers/acpi/executer/
Dexoparg1.c101 ACPI_FUNCTION_TRACE_STR ("ex_opcode_1A_0T_0R", acpi_ps_get_opcode_name (walk_state->opcode)); in acpi_ex_opcode_1A_0T_0R()
176 ACPI_FUNCTION_TRACE_STR ("ex_opcode_1A_1T_0R", acpi_ps_get_opcode_name (walk_state->opcode)); in acpi_ex_opcode_1A_1T_0R()
229 ACPI_FUNCTION_TRACE_STR ("ex_opcode_1A_1T_1R", acpi_ps_get_opcode_name (walk_state->opcode)); in acpi_ex_opcode_1A_1T_1R()
467 acpi_ps_get_opcode_name (walk_state->opcode))); in acpi_ex_opcode_1A_1T_1R()
526 ACPI_FUNCTION_TRACE_STR ("ex_opcode_1A_0T_1R", acpi_ps_get_opcode_name (walk_state->opcode)); in acpi_ex_opcode_1A_0T_1R()
565 acpi_ps_get_opcode_name (walk_state->opcode), acpi_format_exception(status))); in acpi_ex_opcode_1A_0T_1R()
Dexoparg2.c104 acpi_ps_get_opcode_name (walk_state->opcode)); in acpi_ex_opcode_2A_0T_0R()
172 ACPI_FUNCTION_TRACE_STR ("ex_opcode_2A_2T_1R", acpi_ps_get_opcode_name (walk_state->opcode)); in acpi_ex_opcode_2A_2T_1R()
271 ACPI_FUNCTION_TRACE_STR ("ex_opcode_2A_1T_1R", acpi_ps_get_opcode_name (walk_state->opcode)); in acpi_ex_opcode_2A_1T_1R()
531 ACPI_FUNCTION_TRACE_STR ("ex_opcode_2A_0T_1R", acpi_ps_get_opcode_name (walk_state->opcode)); in acpi_ex_opcode_2A_0T_1R()
Dexoparg3.c100 ACPI_FUNCTION_TRACE_STR ("ex_opcode_3A_0T_0R", acpi_ps_get_opcode_name (walk_state->opcode)); in acpi_ex_opcode_3A_0T_0R()
169 ACPI_FUNCTION_TRACE_STR ("ex_opcode_3A_1T_1R", acpi_ps_get_opcode_name (walk_state->opcode)); in acpi_ex_opcode_3A_1T_1R()
Dexoparg6.c179 ACPI_FUNCTION_TRACE_STR ("ex_opcode_6A_0T_1R", acpi_ps_get_opcode_name (walk_state->opcode)); in acpi_ex_opcode_6A_0T_1R()
Dexresnte.c264 acpi_ps_get_opcode_name (source_desc->reference.opcode))); in acpi_ex_resolve_node_to_value()
Dexresolv.c262 opcode, acpi_ps_get_opcode_name (opcode), stack_desc)); in acpi_ex_resolve_object_to_value()
/linux-2.4.37.9/drivers/acpi/dispatcher/
Ddsutils.c188 acpi_ps_get_opcode_name (op->common.aml_opcode), in acpi_ds_is_result_used()
189 acpi_ps_get_opcode_name (op->common.parent->common.aml_opcode), op)); in acpi_ds_is_result_used()
196 acpi_ps_get_opcode_name (op->common.aml_opcode), in acpi_ds_is_result_used()
197 acpi_ps_get_opcode_name (op->common.parent->common.aml_opcode), op)); in acpi_ds_is_result_used()
Ddsopcode.c439 acpi_ps_get_opcode_name (aml_opcode), acpi_ut_get_descriptor_name (result_desc))); in acpi_ds_init_buffer_field()
628 acpi_ps_get_opcode_name (op->common.aml_opcode), in acpi_ds_eval_buffer_field_operands()
633 acpi_ps_get_opcode_name (op->common.aml_opcode), status)); in acpi_ds_eval_buffer_field_operands()
716 acpi_ps_get_opcode_name (op->common.aml_opcode), in acpi_ds_eval_region_operands()
Ddswexec.c408 acpi_ps_get_opcode_name (walk_state->opcode), in acpi_ds_exec_end_op()
434 acpi_ps_get_opcode_name (walk_state->opcode), in acpi_ds_exec_end_op()
Ddswload.c757 acpi_ps_get_opcode_name (op->common.aml_opcode), walk_state, op, node)); in acpi_ds_load2_end_op()
/linux-2.4.37.9/include/acpi/
Dacparser.h147 acpi_ps_get_opcode_name (
/linux-2.4.37.9/drivers/acpi/namespace/
Dnsdump.c316 acpi_ps_get_opcode_name (obj_desc->reference.opcode)); in acpi_ns_dump_one_object()
/linux-2.4.37.9/drivers/acpi/parser/
Dpsopcode.c752 acpi_ps_get_opcode_name ( in acpi_ps_get_opcode_name() function