Lines Matching +full:interface +full:- +full:node
1 /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
4 * Name: acdispat.h - dispatcher (parser to interpreter interface)
6 * Copyright (C) 2000 - 2023, Intel Corp.
17 * dsargs - execution of dynamic arguments for static objects
32 * dscontrol - support for execution control opcodes
43 * dsopcode - support for late operand evaluation
69 * dsexec - Parser/Interpreter interface, method execution callbacks
82 * dsfield - Parser/Interpreter interface for AML fields
108 * dsload - Parser/Interpreter interface
113 /* dsload - pass 1 namespace load callbacks */
121 /* dsload - pass 2 namespace load callbacks */
130 * dsmthdat - method data (locals/args)
142 union acpi_operand_object ***node);
163 struct acpi_namespace_node **node);
168 * dsmethod - Parser/Interpreter interface - control method parsing
171 acpi_ds_auto_serialize_method(struct acpi_namespace_node *node,
203 * dsobject - Parser/Interpreter interface - object initialization and conversion
229 struct acpi_namespace_node *node,
233 * dspkginit - Package object initialization
241 * dsutils - Parser/Interpreter interface utility routines
274 * dswscope - Scope Stack manipulation
277 acpi_ds_scope_stack_push(struct acpi_namespace_node *node,
286 * dswstate - parser WALK_STATE management routines
337 * dsdebug - parser debugging routines