Home
last modified time | relevance | path

Searched refs:expected_btypes (Results 1 – 6 of 6) sorted by relevance

/drivers/acpi/acpica/
Dnsrepair.c150 u32 expected_btypes, in acpi_ns_simple_repair() argument
194 if (data->return_btype & expected_btypes) { in acpi_ns_simple_repair()
213 if (expected_btypes && (!(expected_btypes & ACPI_RTYPE_NONE))) { in acpi_ns_simple_repair()
222 if (expected_btypes & ACPI_RTYPE_INTEGER) { in acpi_ns_simple_repair()
228 if (expected_btypes & ACPI_RTYPE_STRING) { in acpi_ns_simple_repair()
234 if (expected_btypes & ACPI_RTYPE_BUFFER) { in acpi_ns_simple_repair()
240 if (expected_btypes & ACPI_RTYPE_PACKAGE) { in acpi_ns_simple_repair()
378 u32 expected_btypes, in acpi_ns_repair_null_element() argument
399 if (expected_btypes & ACPI_RTYPE_INTEGER) { in acpi_ns_repair_null_element()
404 } else if (expected_btypes & ACPI_RTYPE_STRING) { in acpi_ns_repair_null_element()
[all …]
Dutpredef.c86 if ((this_name->info.expected_btypes & ACPI_RTYPE_PACKAGE) && in acpi_ut_get_next_predefined_method()
87 (this_name->info.expected_btypes != ACPI_RTYPE_ALL)) { in acpi_ut_get_next_predefined_method()
144 void acpi_ut_get_expected_return_types(char *buffer, u32 expected_btypes) in acpi_ut_get_expected_return_types() argument
158 if (expected_btypes & this_rtype) { in acpi_ut_get_expected_return_types()
294 if (this_name->info.expected_btypes) { in acpi_ut_display_predefined_method()
297 expected_btypes); in acpi_ut_display_predefined_method()
Dnspredef.c155 (!predefined->info.expected_btypes) || in acpi_ns_check_predefined_names()
156 (predefined->info.expected_btypes == ACPI_RTYPE_ALL)) { in acpi_ns_check_predefined_names()
176 predefined->info.expected_btypes, in acpi_ns_check_predefined_names()
333 u32 expected_btypes, u32 package_index) in acpi_ns_check_object_type() argument
368 if ((data->return_btype & expected_btypes) == ACPI_RTYPE_REFERENCE) { in acpi_ns_check_object_type()
375 status = acpi_ns_simple_repair(data, expected_btypes, in acpi_ns_check_object_type()
383 acpi_ut_get_expected_return_types(type_buffer, expected_btypes); in acpi_ns_check_object_type()
Dacnamesp.h243 u32 expected_btypes, u32 package_index);
312 u32 expected_btypes,
323 u32 expected_btypes,
Dacutils.h451 void acpi_ut_get_expected_return_types(char *buffer, u32 expected_btypes);
Daclocal.h310 u8 expected_btypes; member