aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/acnamesp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/acpi/acnamesp.h')
-rw-r--r--include/acpi/acnamesp.h22
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 */
176acpi_status acpi_ns_evaluate_by_handle(struct acpi_parameter_info *info); 176acpi_status acpi_ns_evaluate(struct acpi_evaluate_info *info);
177
178acpi_status
179acpi_ns_evaluate_by_name(char *pathname, struct acpi_parameter_info *info);
180
181acpi_status
182acpi_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
202acpi_ns_pattern_match(struct acpi_namespace_node *obj_node, char *search_for); 196acpi_ns_pattern_match(struct acpi_namespace_node *obj_node, char *search_for);
203 197
204acpi_status 198acpi_status
205acpi_ns_get_node_by_path(char *external_pathname, 199acpi_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
209acpi_size acpi_ns_get_pathname_length(struct acpi_namespace_node *node); 203acpi_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
249acpi_status 243acpi_status
250acpi_ns_search_node(u32 entry_name, 244acpi_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
255void 249void
256acpi_ns_install_node(struct acpi_walk_state *walk_state, 250acpi_ns_install_node(struct acpi_walk_state *walk_state,