Lines Matching refs:node
52 if (!info->node) {
54 * Get the actual namespace node for the target object if we
57 * 1) Null node, valid pathname from root (absolute path)
63 ACPI_NS_NO_UPSEARCH, &info->node);
70 * For a method alias, we must grab the actual method node so that
73 if (acpi_ns_get_type(info->node) == ACPI_TYPE_LOCAL_METHOD_ALIAS) {
74 info->node =
76 info->node->object);
82 info->node_flags = info->node->flags;
83 info->obj_desc = acpi_ns_get_attached_object(info->node);
86 info->relative_pathname, info->node,
87 acpi_ns_get_attached_object(info->node)));
92 acpi_ut_match_predefined_method(info->node->name.ascii);
96 info->full_pathname = acpi_ns_get_normalized_pathname(info->node, TRUE);
106 acpi_ut_get_type_name(info->node->type)));
133 acpi_ns_check_acpi_compliance(info->full_pathname, info->node,
140 acpi_ns_check_argument_count(info->full_pathname, info->node,
154 switch (acpi_ns_get_type(info->node)) {
170 acpi_ut_get_type_name(info->node->type)));
180 /* Verify that there is a method object associated with this node */
217 * the object out of the node.
235 ACPI_CAST_PTR(union acpi_operand_object, info->node);
261 (void)acpi_ns_check_return_value(info->node, info, info->param_count,