Lines Matching refs:common
94 switch (op->common.aml_opcode) { in acpi_ps_get_arguments()
143 arg->common.aml_offset = walk_state->aml_offset; in acpi_ps_get_arguments()
163 switch (op->common.aml_opcode) { in acpi_ps_get_arguments()
175 acpi_ps_link_module_code(op->common. in acpi_ps_get_arguments()
206 && (op->common.parent->common.aml_opcode == in acpi_ps_get_arguments()
209 acpi_ps_get_opcode_info(op->common. in acpi_ps_get_arguments()
216 op->common. in acpi_ps_get_arguments()
234 switch (op->common.aml_opcode) { in acpi_ps_get_arguments()
258 if ((op->common.parent) && in acpi_ps_get_arguments()
259 (op->common.parent->common.aml_opcode == in acpi_ps_get_arguments()
349 if (parent_op->common.node) { in acpi_ps_link_module_code()
350 parent_node = parent_op->common.node; in acpi_ps_link_module_code()
418 ((parser_state->scope->parse_scope.op->common. in acpi_ps_parse_loop()
420 || (parser_state->scope->parse_scope.op->common. in acpi_ps_parse_loop()
423 && (walk_state->control_state->common.state == in acpi_ps_parse_loop()
497 op->common.aml_offset = walk_state->aml_offset; in acpi_ps_parse_loop()
502 (u32) op->common.aml_opcode, in acpi_ps_parse_loop()
505 op->common.aml_offset)); in acpi_ps_parse_loop()
565 acpi_ps_get_opcode_info(op->common.aml_opcode); in acpi_ps_parse_loop()
567 if (op->common.aml_opcode == AML_REGION_OP || in acpi_ps_parse_loop()
568 op->common.aml_opcode == AML_DATA_REGION_OP) { in acpi_ps_parse_loop()
593 if (op->common.aml_opcode == AML_BANK_FIELD_OP) { in acpi_ps_parse_loop()
607 walk_state->opcode = op->common.aml_opcode; in acpi_ps_parse_loop()