Searched defs:acpi_evaluate_info (Results 1 – 1 of 1) sorted by relevance
152 struct acpi_evaluate_info { struct155 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 …]