Searched refs:start_handle (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/acpi/acpica/ |
H A D | nsload.c | 57 static acpi_status acpi_ns_delete_subtree(acpi_handle start_handle); 209 * PARAMETERS: start_handle - Handle in namespace where search begins 221 static acpi_status acpi_ns_delete_subtree(acpi_handle start_handle) acpi_ns_delete_subtree() argument 232 parent_handle = start_handle; acpi_ns_delete_subtree()
|
H A D | nsdump.c | 636 * start_handle - Where in namespace to start/end search 649 acpi_owner_id owner_id, acpi_handle start_handle) acpi_ns_dump_objects() 672 (void)acpi_ns_walk_namespace(type, start_handle, max_depth, acpi_ns_dump_objects() 758 * start_handle - Where in namespace to start/end search 771 acpi_owner_id owner_id, acpi_handle start_handle) acpi_ns_dump_object_paths() 792 (void)acpi_ns_walk_namespace(type, start_handle, max_depth, acpi_ns_dump_object_paths() 800 (void)acpi_ns_walk_namespace(type, start_handle, max_depth, acpi_ns_dump_object_paths() 646 acpi_ns_dump_objects(acpi_object_type type, u8 display_type, u32 max_depth, acpi_owner_id owner_id, acpi_handle start_handle) acpi_ns_dump_objects() argument 768 acpi_ns_dump_object_paths(acpi_object_type type, u8 display_type, u32 max_depth, acpi_owner_id owner_id, acpi_handle start_handle) acpi_ns_dump_object_paths() argument
|
H A D | acnamesp.h | 213 acpi_owner_id owner_id, acpi_handle start_handle); 219 acpi_owner_id owner_id, acpi_handle start_handle);
|
H A D | nswalk.c | 169 * starting (and ending) at the node specified by start_handle.
|
H A D | nsxfeval.c | 552 * starting (and ending) at the object specified by start_handle. 772 * starting (and ending) at the object specified by start_handle.
|
Completed in 106 milliseconds