Lines Matching defs:aml_opcode
25 acpi_ds_init_buffer_field(u16 aml_opcode,
61 * PARAMETERS: aml_opcode - create_xxx_field
75 acpi_ds_init_buffer_field(u16 aml_opcode,
109 acpi_ps_get_opcode_name(aml_opcode),
121 switch (aml_opcode) {
189 aml_opcode));
221 aml_opcode == AML_CREATE_FIELD_OP;
236 if (aml_opcode == AML_CREATE_FIELD_OP) {
303 acpi_ex_resolve_operands(op->common.aml_opcode, ACPI_WALK_OPERANDS,
307 acpi_ps_get_opcode_name(op->common.aml_opcode),
315 if (op->common.aml_opcode == AML_CREATE_FIELD_OP) {
320 acpi_ds_init_buffer_field(op->common.aml_opcode, obj_desc,
329 acpi_ds_init_buffer_field(op->common.aml_opcode, obj_desc,
390 acpi_ex_resolve_operands(op->common.aml_opcode, ACPI_WALK_OPERANDS,
499 acpi_ex_resolve_operands(op->common.aml_opcode, ACPI_WALK_OPERANDS,
592 op->common.aml_opcode, op));
626 switch (op->common.aml_opcode) {
654 ((op->common.parent->common.aml_opcode != AML_PACKAGE_OP) &&
655 (op->common.parent->common.aml_opcode !=
657 && (op->common.parent->common.aml_opcode !=
729 acpi_ps_get_opcode_name(op->common.aml_opcode), 1);
743 if (arg->common.aml_opcode == AML_INT_NAMEDFIELD_OP) {