Searched defs:acpi_evaluate_info (Results 1 – 1 of 1) sorted by relevance
182 struct acpi_evaluate_info { struct185 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 */[all …]