Home
last modified time | relevance | path

Searched refs:AML_INT_NAMEPATH_OP (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/acpi/acpica/
H A Dpsargs.c211 acpi_ps_init_op(arg, AML_INT_NAMEPATH_OP); in acpi_ps_get_next_namepath()
261 name_op = acpi_ps_alloc_op(AML_INT_NAMEPATH_OP, start); in acpi_ps_get_next_namepath()
427 acpi_ps_init_op(arg, AML_INT_NAMEPATH_OP); in acpi_ps_get_next_simple_arg()
660 arg = acpi_ps_alloc_op(AML_INT_NAMEPATH_OP, aml); in acpi_ps_get_next_field()
813 acpi_ps_alloc_op(AML_INT_NAMEPATH_OP, in acpi_ps_get_next_arg()
847 acpi_ps_alloc_op(AML_INT_NAMEPATH_OP, in acpi_ps_get_next_arg()
H A Ddsobject.c46 if (op->common.aml_opcode == AML_INT_NAMEPATH_OP) { in acpi_ds_build_internal_object()
117 if ((op->common.aml_opcode == AML_INT_NAMEPATH_OP) && in acpi_ds_build_internal_object()
507 case AML_INT_NAMEPATH_OP: in acpi_ds_init_object_from_op()
H A Ddswload2.c68 (walk_state->opcode != AML_INT_NAMEPATH_OP)) || in acpi_ds_load2_begin_op()
75 if (walk_state->opcode == AML_INT_NAMEPATH_OP) { in acpi_ds_load2_begin_op()
115 case AML_INT_NAMEPATH_OP: in acpi_ds_load2_begin_op()
H A Dpswalk.c59 if (op->named.aml_opcode == AML_INT_NAMEPATH_OP) { in acpi_ps_delete_parse_tree()
H A Ddsutils.c438 if ((arg->common.aml_opcode == AML_INT_NAMEPATH_OP) && in acpi_ds_create_operand()
491 AML_INT_NAMEPATH_OP)) { in acpi_ds_create_operand()
574 if ((arg->common.aml_opcode == AML_INT_NAMEPATH_OP) && in acpi_ds_create_operand()
H A Ddswexec.c252 if (op->common.aml_opcode == AML_INT_NAMEPATH_OP) { in acpi_ds_exec_begin_op()
373 if (walk_state->opcode == AML_INT_NAMEPATH_OP) { in acpi_ds_exec_end_op()
H A Ddspkginit.c186 arg->common.aml_opcode = AML_INT_NAMEPATH_OP; in acpi_ds_build_internal_package_obj()
H A Damlcode.h167 #define AML_INT_NAMEPATH_OP (u16) 0x002d macro
H A Dpsloop.c77 case AML_INT_NAMEPATH_OP: /* AML_NAMESTRING_ARG */ in acpi_ps_get_arguments()
H A Dpsobject.c59 walk_state->opcode = AML_INT_NAMEPATH_OP; in acpi_ps_get_aml_opcode()