Searched refs:op_info (Results 1 - 13 of 13) sorted by relevance

/drivers/acpi/acpica/
H A Dpstree.c73 const struct acpi_opcode_info *op_info; local
85 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode);
86 if (op_info->class == AML_CLASS_UNKNOWN) {
95 if (!(op_info->flags & AML_HAS_ARGS)) {
130 const struct acpi_opcode_info *op_info; local
140 op_info = acpi_ps_get_opcode_info(op->common.aml_opcode);
141 if (op_info->class == AML_CLASS_UNKNOWN) {
152 if (!(op_info->flags & AML_HAS_ARGS)) {
H A Dpsutils.c119 const struct acpi_opcode_info *op_info; local
124 op_info = acpi_ps_get_opcode_info(opcode);
128 if (op_info->flags & AML_DEFER) {
130 } else if (op_info->flags & AML_NAMED) {
H A Ddswload2.c98 if ((!(walk_state->op_info->flags & AML_NSOPCODE) &&
100 (!(walk_state->op_info->flags & AML_NAMED))) {
131 object_type = walk_state->op_info->object_type;
375 walk_state->op_info->name, op, walk_state));
379 if (!(walk_state->op_info->flags & AML_NSOBJECT)) {
389 object_type = walk_state->op_info->object_type;
455 switch (walk_state->op_info->type) {
H A Dpsloop.c121 walk_state->op_info = acpi_ps_get_opcode_info(walk_state->opcode);
123 switch (walk_state->op_info->class) {
156 walk_state->arg_types = walk_state->op_info->parse_args;
292 const struct acpi_opcode_info *op_info; local
303 walk_state->op_info = acpi_ps_get_opcode_info(walk_state->opcode);
309 if (walk_state->op_info->flags & AML_NAMED) {
324 if (walk_state->op_info->flags & AML_CREATE) {
346 op_info =
348 if (op_info->flags & AML_HAS_TARGET) {
350 acpi_ps_get_argument_count(op_info
397 const struct acpi_opcode_info *op_info; local
[all...]
H A Ddswload.c139 if (!(walk_state->op_info->flags & AML_NAMED)) {
156 object_type = walk_state->op_info->object_type;
404 if (!(walk_state->op_info->flags & (AML_NAMED | AML_FIELD))) {
410 object_type = walk_state->op_info->object_type;
413 if (walk_state->op_info->flags & AML_FIELD) {
H A Dexresop.c142 const struct acpi_opcode_info *op_info; local
149 op_info = acpi_ps_get_opcode_info(opcode);
150 if (op_info->class == AML_CLASS_UNKNOWN) {
154 arg_types = op_info->runtime_args;
163 opcode, op_info->name, arg_types));
H A Ddsutils.c471 const struct acpi_opcode_info *op_info; local
523 op_info =
526 if ((op_info->flags & AML_NSNODE)
620 op_info = acpi_ps_get_opcode_info(opcode);
621 if (op_info->object_type == ACPI_TYPE_INVALID) {
625 if ((op_info->flags & AML_HAS_RETVAL)
653 acpi_ut_create_internal_object(op_info->
804 /* TBD: Should we specify this feature as a bit of op_info->Flags of these opcodes? */
H A Ddswexec.c232 walk_state->op_info =
235 if (acpi_ns_opens_scope(walk_state->op_info->object_type)) {
239 op_info->
278 opcode_class = walk_state->op_info->class;
368 op_type = walk_state->op_info->type;
369 op_class = walk_state->op_info->class;
420 if (!(walk_state->op_info->flags & AML_NO_OPERAND_RESOLVE)) {
H A Ddsobject.c632 const struct acpi_opcode_info *op_info; local
639 op_info = acpi_ps_get_opcode_info(opcode);
640 if (op_info->class == AML_CLASS_UNKNOWN) {
676 switch (op_info->type) {
735 op_info->type));
759 switch (op_info->type) {
H A Dexoparg2.c267 if (walk_state->op_info->flags & AML_MATH) {
507 if (walk_state->op_info->flags & AML_LOGICAL_NUMERIC) {
517 } else if (walk_state->op_info->flags & AML_LOGICAL) {
H A Dacstruct.h117 const struct acpi_opcode_info *op_info; /* Info on current opcode */ member in struct:acpi_walk_state
H A Dexconvrt.c589 switch (GET_CURRENT_ARG_TYPE(walk_state->op_info->runtime_args)) {
669 GET_CURRENT_ARG_TYPE(walk_state->op_info->
H A Dpsparse.c154 || (walk_state->op_info->class == AML_CLASS_ARGUMENT)) {

Completed in 97 milliseconds