diff options
Diffstat (limited to 'include/acpi/acnamesp.h')
-rw-r--r-- | include/acpi/acnamesp.h | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/include/acpi/acnamesp.h b/include/acpi/acnamesp.h index 2ef8540c0fba..83b52f9f899a 100644 --- a/include/acpi/acnamesp.h +++ b/include/acpi/acnamesp.h | |||
@@ -173,13 +173,7 @@ acpi_ns_dump_objects(acpi_object_type type, | |||
173 | /* | 173 | /* |
174 | * nseval - Namespace evaluation functions | 174 | * nseval - Namespace evaluation functions |
175 | */ | 175 | */ |
176 | acpi_status acpi_ns_evaluate_by_handle(struct acpi_parameter_info *info); | 176 | acpi_status acpi_ns_evaluate(struct acpi_evaluate_info *info); |
177 | |||
178 | acpi_status | ||
179 | acpi_ns_evaluate_by_name(char *pathname, struct acpi_parameter_info *info); | ||
180 | |||
181 | acpi_status | ||
182 | acpi_ns_evaluate_relative(char *pathname, struct acpi_parameter_info *info); | ||
183 | 177 | ||
184 | /* | 178 | /* |
185 | * nsnames - Name and Scope manipulation | 179 | * nsnames - Name and Scope manipulation |
@@ -202,9 +196,9 @@ u8 | |||
202 | acpi_ns_pattern_match(struct acpi_namespace_node *obj_node, char *search_for); | 196 | acpi_ns_pattern_match(struct acpi_namespace_node *obj_node, char *search_for); |
203 | 197 | ||
204 | acpi_status | 198 | acpi_status |
205 | acpi_ns_get_node_by_path(char *external_pathname, | 199 | acpi_ns_get_node(struct acpi_namespace_node *prefix_node, |
206 | struct acpi_namespace_node *in_prefix_node, | 200 | char *external_pathname, |
207 | u32 flags, struct acpi_namespace_node **out_node); | 201 | u32 flags, struct acpi_namespace_node **out_node); |
208 | 202 | ||
209 | acpi_size acpi_ns_get_pathname_length(struct acpi_namespace_node *node); | 203 | acpi_size acpi_ns_get_pathname_length(struct acpi_namespace_node *node); |
210 | 204 | ||
@@ -247,10 +241,10 @@ acpi_ns_search_and_enter(u32 entry_name, | |||
247 | u32 flags, struct acpi_namespace_node **ret_node); | 241 | u32 flags, struct acpi_namespace_node **ret_node); |
248 | 242 | ||
249 | acpi_status | 243 | acpi_status |
250 | acpi_ns_search_node(u32 entry_name, | 244 | acpi_ns_search_one_scope(u32 entry_name, |
251 | struct acpi_namespace_node *node, | 245 | struct acpi_namespace_node *node, |
252 | acpi_object_type type, | 246 | acpi_object_type type, |
253 | struct acpi_namespace_node **ret_node); | 247 | struct acpi_namespace_node **ret_node); |
254 | 248 | ||
255 | void | 249 | void |
256 | acpi_ns_install_node(struct acpi_walk_state *walk_state, | 250 | acpi_ns_install_node(struct acpi_walk_state *walk_state, |