Home
last modified time | relevance | path

Searched defs:acpi_evaluate_info (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/acpi/acpica/
Dacstruct.h152 struct acpi_evaluate_info { struct
155 struct acpi_namespace_node *prefix_node; /* Input: starting node */
156 const char *relative_pathname; /* Input: path relative to prefix_node */
157 union acpi_operand_object **parameters; /* Input: argument list */
159 struct acpi_namespace_node *node; /* Resolved node (prefix_node:relative_pathname) */
160 union acpi_operand_object *obj_desc; /* Object attached to the resolved node */
161 char *full_pathname; /* Full pathname of the resolved node */
163 const union acpi_predefined_info *predefined; /* Used if Node is a predefined name */
164 union acpi_operand_object *return_object; /* Object returned from the evaluation */
165 union acpi_operand_object *parent_package; /* Used if return object is a Package */
[all …]