Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/acpica/
H A Dpsargs.c263 name_op = acpi_ps_alloc_op(AML_INT_NAMEPATH_OP, start); in acpi_ps_get_next_namepath()
512 field = acpi_ps_alloc_op(opcode, aml); in acpi_ps_get_next_field()
611 acpi_ps_alloc_op(AML_INT_BYTELIST_OP, aml); in acpi_ps_get_next_field()
662 arg = acpi_ps_alloc_op(AML_INT_NAMEPATH_OP, aml); in acpi_ps_get_next_field()
764 arg = acpi_ps_alloc_op(AML_BYTE_OP, parser_state->aml); in acpi_ps_get_next_arg()
816 arg = acpi_ps_alloc_op(AML_INT_BYTELIST_OP, in acpi_ps_get_next_arg()
852 acpi_ps_alloc_op(AML_INT_NAMEPATH_OP, in acpi_ps_get_next_arg()
890 acpi_ps_alloc_op(AML_INT_NAMEPATH_OP, in acpi_ps_get_next_arg()
H A Dpsutils.c34 scope_op = acpi_ps_alloc_op(AML_SCOPE_OP, aml); in acpi_ps_create_scope_op()
85 union acpi_parse_object *acpi_ps_alloc_op(u16 opcode, u8 *aml) in acpi_ps_alloc_op() function
H A Dpsparse.c157 acpi_ps_alloc_op(AML_INT_RETURN_VALUE_OP, in acpi_ps_complete_this_op()
182 acpi_ps_alloc_op(AML_INT_RETURN_VALUE_OP, in acpi_ps_complete_this_op()
197 acpi_ps_alloc_op(op->common. in acpi_ps_complete_this_op()
215 acpi_ps_alloc_op(AML_INT_RETURN_VALUE_OP, in acpi_ps_complete_this_op()
H A Ddsargs.c55 op = acpi_ps_alloc_op(AML_INT_EVAL_SUBTREE_OP, aml_start); in acpi_ds_execute_arguments()
98 op = acpi_ps_alloc_op(AML_INT_EVAL_SUBTREE_OP, aml_start); in acpi_ds_execute_arguments()
H A Dacparser.h204 union acpi_parse_object *acpi_ps_alloc_op(u16 opcode, u8 *aml);
H A Ddswload.c356 op = acpi_ps_alloc_op(walk_state->opcode, walk_state->aml); in acpi_ds_load1_begin_op()
H A Ddswload2.c335 op = acpi_ps_alloc_op(walk_state->opcode, walk_state->aml); in acpi_ds_load2_begin_op()
H A Ddsmethod.c70 op = acpi_ps_alloc_op(AML_METHOD_OP, obj_desc->method.aml_start); in acpi_ds_auto_serialize_method()
H A Dpsobject.c321 op = acpi_ps_alloc_op(walk_state->opcode, aml_op_start); in acpi_ps_create_op()