Lines Matching defs:acpi_evaluate_info
182 struct acpi_evaluate_info { struct
185 struct acpi_namespace_node *prefix_node; /* Input: starting node */
186 char *relative_pathname; /* Input: path relative to prefix_node */
187 union acpi_operand_object **parameters; /* Input: argument list */
189 struct acpi_namespace_node *node; /* Resolved node (prefix_node:relative_pathname) */
190 union acpi_operand_object *obj_desc; /* Object attached to the resolved node */
191 char *full_pathname; /* Full pathname of the resolved node */
193 const union acpi_predefined_info *predefined; /* Used if Node is a predefined name */
194 union acpi_operand_object *return_object; /* Object returned from the evaluation */
195 union acpi_operand_object *parent_package; /* Used if return object is a Package */
219 struct acpi_evaluate_info *evaluate_info; argument