Lines Matching defs:scope
62 static bool acpi_enumerate_nondev_subnodes(acpi_handle scope,
92 acpi_handle scope;
96 * The scope for the subnode object lookup is the one of the
98 * returned the package. That is, it's the scope of that
101 status = acpi_get_parent(handle, &scope);
103 && acpi_enumerate_nondev_subnodes(scope, desc, &dn->data,
144 static bool acpi_nondev_subnode_ok(acpi_handle scope,
152 if (!scope)
155 status = acpi_get_handle(scope, link->package.elements[1].string.pointer,
163 static bool acpi_add_nondev_subnodes(acpi_handle scope,
188 result = acpi_nondev_subnode_ok(scope, link, list,
211 static bool acpi_enumerate_nondev_subnodes(acpi_handle scope,
238 return acpi_add_nondev_subnodes(scope, links, &data->subnodes,
485 static bool acpi_extract_properties(acpi_handle scope, union acpi_object *desc,
512 acpi_data_add_buffer_props(scope, data, properties);