Lines Matching refs:start_node
26 * start_node - Where to enter the table into the namespace
44 acpi_ns_execute_table(u32 table_index, struct acpi_namespace_node *start_node)
101 info->node = start_node;
150 struct acpi_namespace_node *start_node)
211 /* start_node is the default location to load the table */
213 if (start_node && start_node != acpi_gbl_root_node) {
215 acpi_ds_scope_stack_push(start_node, ACPI_TYPE_METHOD,
241 * start_node - Where to enter the table into the namespace
250 acpi_ns_parse_table(u32 table_index, struct acpi_namespace_node *start_node)
268 status = acpi_ns_execute_table(table_index, start_node);