Searched refs:acpi_ps_get_opcode_name (Results 1 – 13 of 13) sorted by relevance
/linux-2.4.37.9/drivers/acpi/executer/ |
D | exoparg1.c | 101 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()
|
D | exoparg2.c | 104 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()
|
D | exoparg3.c | 100 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()
|
D | exoparg6.c | 179 ACPI_FUNCTION_TRACE_STR ("ex_opcode_6A_0T_1R", acpi_ps_get_opcode_name (walk_state->opcode)); in acpi_ex_opcode_6A_0T_1R()
|
D | exresnte.c | 264 acpi_ps_get_opcode_name (source_desc->reference.opcode))); in acpi_ex_resolve_node_to_value()
|
D | exresolv.c | 262 opcode, acpi_ps_get_opcode_name (opcode), stack_desc)); in acpi_ex_resolve_object_to_value()
|
/linux-2.4.37.9/drivers/acpi/dispatcher/ |
D | dsutils.c | 188 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()
|
D | dsopcode.c | 439 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()
|
D | dswexec.c | 408 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()
|
D | dswload.c | 757 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/ |
D | acparser.h | 147 acpi_ps_get_opcode_name (
|
/linux-2.4.37.9/drivers/acpi/namespace/ |
D | nsdump.c | 316 acpi_ps_get_opcode_name (obj_desc->reference.opcode)); in acpi_ns_dump_one_object()
|
/linux-2.4.37.9/drivers/acpi/parser/ |
D | psopcode.c | 752 acpi_ps_get_opcode_name ( in acpi_ps_get_opcode_name() function
|