• Home
  • Raw
  • Download

Lines Matching refs:common

126 	if (buffer_desc->common.type != ACPI_TYPE_BUFFER) {  in acpi_ds_init_buffer_field()
256 buffer_desc->common.reference_count = (u16) in acpi_ds_init_buffer_field()
257 (buffer_desc->common.reference_count + in acpi_ds_init_buffer_field()
258 obj_desc->common.reference_count); in acpi_ds_init_buffer_field()
313 node = op->common.node; in acpi_ds_eval_buffer_field_operands()
317 next_op = op->common.value.arg; in acpi_ds_eval_buffer_field_operands()
333 status = acpi_ex_resolve_operands(op->common.aml_opcode, in acpi_ds_eval_buffer_field_operands()
337 acpi_ps_get_opcode_name(op->common.aml_opcode), in acpi_ds_eval_buffer_field_operands()
345 if (op->common.aml_opcode == AML_CREATE_FIELD_OP) { in acpi_ds_eval_buffer_field_operands()
350 acpi_ds_init_buffer_field(op->common.aml_opcode, obj_desc, in acpi_ds_eval_buffer_field_operands()
359 acpi_ds_init_buffer_field(op->common.aml_opcode, obj_desc, in acpi_ds_eval_buffer_field_operands()
398 node = op->common.node; in acpi_ds_eval_region_operands()
402 next_op = op->common.value.arg; in acpi_ds_eval_region_operands()
406 next_op = next_op->common.next; in acpi_ds_eval_region_operands()
417 status = acpi_ex_resolve_operands(op->common.aml_opcode, in acpi_ds_eval_region_operands()
492 node = op->common.node; in acpi_ds_eval_table_region_operands()
496 next_op = op->common.value.arg; in acpi_ds_eval_table_region_operands()
511 status = acpi_ex_resolve_operands(op->common.aml_opcode, in acpi_ds_eval_table_region_operands()
591 status = acpi_ds_create_operand(walk_state, op->common.value.arg, 1); in acpi_ds_eval_data_object_operands()
621 switch (op->common.aml_opcode) { in acpi_ds_eval_data_object_operands()
648 if ((!op->common.parent) || in acpi_ds_eval_data_object_operands()
649 ((op->common.parent->common.aml_opcode != AML_PACKAGE_OP) && in acpi_ds_eval_data_object_operands()
650 (op->common.parent->common.aml_opcode != in acpi_ds_eval_data_object_operands()
652 && (op->common.parent->common.aml_opcode != in acpi_ds_eval_data_object_operands()
695 next_op = op->common.value.arg; in acpi_ds_eval_bank_field_operands()
699 next_op = next_op->common.next; in acpi_ds_eval_bank_field_operands()
703 next_op = next_op->common.next; in acpi_ds_eval_bank_field_operands()
724 acpi_ps_get_opcode_name(op->common.aml_opcode), 1); in acpi_ds_eval_bank_field_operands()
738 if (arg->common.aml_opcode == AML_INT_NAMEDFIELD_OP) { in acpi_ds_eval_bank_field_operands()
739 node = arg->common.node; in acpi_ds_eval_bank_field_operands()
752 arg = arg->common.next; in acpi_ds_eval_bank_field_operands()