Lines Matching refs:opcode
272 if (walk_state->opcode == AML_UNLOAD_OP) { in acpi_ps_get_next_namepath()
395 u16 opcode; in acpi_ps_get_next_simple_arg() local
405 opcode = AML_BYTE_OP; in acpi_ps_get_next_simple_arg()
414 opcode = AML_WORD_OP; in acpi_ps_get_next_simple_arg()
423 opcode = AML_DWORD_OP; in acpi_ps_get_next_simple_arg()
432 opcode = AML_QWORD_OP; in acpi_ps_get_next_simple_arg()
441 opcode = AML_STRING_OP; in acpi_ps_get_next_simple_arg()
467 acpi_ps_init_op(arg, opcode); in acpi_ps_get_next_simple_arg()
490 u16 opcode; in acpi_ps_get_next_field() local
508 opcode = AML_INT_RESERVEDFIELD_OP; in acpi_ps_get_next_field()
514 opcode = AML_INT_ACCESSFIELD_OP; in acpi_ps_get_next_field()
520 opcode = AML_INT_CONNECTION_OP; in acpi_ps_get_next_field()
526 opcode = AML_INT_EXTACCESSFIELD_OP; in acpi_ps_get_next_field()
532 opcode = AML_INT_NAMEDFIELD_OP; in acpi_ps_get_next_field()
538 field = acpi_ps_alloc_op(opcode, aml); in acpi_ps_get_next_field()
545 switch (opcode) { in acpi_ps_get_next_field()
589 if (opcode == AML_INT_EXTACCESSFIELD_OP) { in acpi_ps_get_next_field()
626 opcode = ACPI_GET8(parser_state->aml); in acpi_ps_get_next_field()
629 switch (opcode) { in acpi_ps_get_next_field()
819 if (walk_state->opcode == AML_UNLOAD_OP) { in acpi_ps_get_next_arg()