Lines Matching defs:node
55 /* Ensure that the target node is valid */
61 /* Construct the alias object (a namespace node) */
77 * NS node, not the object itself.
178 /* Init object and attach to NS node */
181 obj_desc->mutex.node =
185 acpi_ns_attach_object(obj_desc->mutex.node, obj_desc,
219 struct acpi_namespace_node *node;
226 node = walk_state->op->common.node;
229 * If the region object is already attached to this node,
232 if (acpi_ns_get_attached_object(node)) {
272 walk_state->scope_info->scope.node;
274 region_obj2->extra.scope_node = node;
283 obj_desc->region.node = node;
291 status = acpi_ns_attach_object(node, obj_desc, ACPI_TYPE_REGION);
431 obj_desc->method.node = operand[0];