Lines Matching refs:info
76 acpi_ns_check_reference(struct acpi_evaluate_info *info,
100 struct acpi_evaluate_info *info, in acpi_ns_check_return_value() argument
110 predefined = info->predefined; in acpi_ns_check_return_value()
137 (!predefined->info.expected_btypes) || in acpi_ns_check_return_value()
138 (predefined->info.expected_btypes == ACPI_RTYPE_ALL)) { in acpi_ns_check_return_value()
146 status = acpi_ns_check_object_type(info, return_object_ptr, in acpi_ns_check_return_value()
147 predefined->info.expected_btypes, in acpi_ns_check_return_value()
167 info->parent_package = *return_object_ptr; in acpi_ns_check_return_value()
168 status = acpi_ns_check_package(info, return_object_ptr); in acpi_ns_check_return_value()
188 status = acpi_ns_complex_repairs(info, node, status, return_object_ptr); in acpi_ns_check_return_value()
196 if (ACPI_FAILURE(status) || (info->return_flags & ACPI_OBJECT_REPAIRED)) { in acpi_ns_check_return_value()
223 acpi_ns_check_object_type(struct acpi_evaluate_info *info, in acpi_ns_check_object_type() argument
235 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, in acpi_ns_check_object_type()
236 info->node_flags, in acpi_ns_check_object_type()
252 info->return_btype = acpi_ns_get_bitmapped_type(return_object); in acpi_ns_check_object_type()
253 if (info->return_btype == ACPI_RTYPE_ANY) { in acpi_ns_check_object_type()
261 if ((info->return_btype & expected_btypes) == ACPI_RTYPE_REFERENCE) { in acpi_ns_check_object_type()
262 status = acpi_ns_check_reference(info, return_object); in acpi_ns_check_object_type()
268 status = acpi_ns_simple_repair(info, expected_btypes, in acpi_ns_check_object_type()
281 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, in acpi_ns_check_object_type()
282 info->node_flags, in acpi_ns_check_object_type()
286 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, in acpi_ns_check_object_type()
287 info->node_flags, in acpi_ns_check_object_type()
292 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, in acpi_ns_check_object_type()
293 info->node_flags, in acpi_ns_check_object_type()
320 acpi_ns_check_reference(struct acpi_evaluate_info *info, in acpi_ns_check_reference() argument
333 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname, info->node_flags, in acpi_ns_check_reference()