Lines Matching refs:common
95 switch (op->common.aml_opcode) { in acpi_ps_get_arguments()
160 switch (op->common.aml_opcode) { in acpi_ps_get_arguments()
172 acpi_ps_link_module_code(op->common. in acpi_ps_get_arguments()
203 && (op->common.parent->common.aml_opcode == in acpi_ps_get_arguments()
206 acpi_ps_get_opcode_info(op->common. in acpi_ps_get_arguments()
213 op->common. in acpi_ps_get_arguments()
231 switch (op->common.aml_opcode) { in acpi_ps_get_arguments()
255 if ((op->common.parent) && in acpi_ps_get_arguments()
256 (op->common.parent->common.aml_opcode == in acpi_ps_get_arguments()
352 if (parent_op->common.node) { in acpi_ps_link_module_code()
353 parent_node = parent_op->common.node; in acpi_ps_link_module_code()
427 ((parser_state->scope->parse_scope.op->common. in acpi_ps_parse_loop()
429 || (parser_state->scope->parse_scope.op->common. in acpi_ps_parse_loop()
432 && (walk_state->control_state->common.state == 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()