Lines Matching defs:node
33 struct acpi_namespace_node **node);
50 * node - Where the new region node is returned
55 * region node/object.
64 struct acpi_namespace_node **node)
82 walk_state, node);
87 /* Must create and install a region object for the new node */
94 obj_desc->region.node = *node;
95 status = acpi_ns_attach_object(*node, obj_desc, ACPI_TYPE_REGION);
124 struct acpi_namespace_node *node;
151 node = walk_state->deferred_node;
160 /* Creating new namespace node, should not already exist */
166 * Mark node temporary if we are executing a normal control
179 walk_state, &node);
195 op->common.node = node;
198 * If there is no object attached to the node, this node was just created
200 * of an existing node and we don't want to create the field object again.
202 obj_desc = acpi_ns_get_attached_object(node);
227 obj_desc->buffer_field.node = node;
229 /* Attach constructed field descriptors to parent node */
231 status = acpi_ns_attach_object(node, obj_desc, ACPI_TYPE_BUFFER_FIELD);
391 arg->common.node = info->field_node;
395 * If there is no object attached to the node, this node was
397 * Otherwise, this was a lookup of an existing node and we
558 struct acpi_namespace_node *node;
606 /* Creating new namespace node(s), should not already exist */
612 * Mark node(s) temporary if we are executing a normal control
635 walk_state, &node);
647 arg->common.node = node;