Lines Matching refs:scope
58 static bool acpi_enumerate_nondev_subnodes(acpi_handle scope,
87 acpi_handle scope;
91 * The scope for the subnode object lookup is the one of the
93 * returned the package. That is, it's the scope of that
96 status = acpi_get_parent(handle, &scope);
98 && acpi_enumerate_nondev_subnodes(scope, desc, &dn->data,
139 static bool acpi_nondev_subnode_ok(acpi_handle scope,
147 if (!scope)
150 status = acpi_get_handle(scope, link->package.elements[1].string.pointer,
158 static bool acpi_add_nondev_subnodes(acpi_handle scope,
183 result = acpi_nondev_subnode_ok(scope, link, list,
206 static bool acpi_enumerate_nondev_subnodes(acpi_handle scope,
232 return acpi_add_nondev_subnodes(scope, links, &data->subnodes,