Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/acpica/
Dnsrepair.c150 u32 expected_btypes, in acpi_ns_simple_repair() argument
194 if (info->return_btype & expected_btypes) { in acpi_ns_simple_repair()
213 if (expected_btypes && (!(expected_btypes & ACPI_RTYPE_NONE))) { in acpi_ns_simple_repair()
222 expected_btypes, in acpi_ns_simple_repair()
239 if (expected_btypes & ACPI_RTYPE_INTEGER) { in acpi_ns_simple_repair()
245 if (expected_btypes & ACPI_RTYPE_STRING) { in acpi_ns_simple_repair()
251 if (expected_btypes & ACPI_RTYPE_BUFFER) { in acpi_ns_simple_repair()
257 if (expected_btypes & ACPI_RTYPE_PACKAGE) { in acpi_ns_simple_repair()
395 u32 expected_btypes, in acpi_ns_repair_null_element() argument
416 if (expected_btypes & ACPI_RTYPE_INTEGER) { 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
150 if (!expected_btypes) { in acpi_ut_get_expected_return_types()
163 if (expected_btypes & this_rtype) { in acpi_ut_get_expected_return_types()
299 if (this_name->info.expected_btypes) { in acpi_ut_display_predefined_method()
302 expected_btypes); in acpi_ut_display_predefined_method()
Dnspredef.c137 (!predefined->info.expected_btypes) || in acpi_ns_check_return_value()
138 (predefined->info.expected_btypes == ACPI_RTYPE_ALL)) { in acpi_ns_check_return_value()
147 predefined->info.expected_btypes, in acpi_ns_check_return_value()
225 u32 expected_btypes, u32 package_index) in acpi_ns_check_object_type() argument
261 if ((info->return_btype & expected_btypes) == ACPI_RTYPE_REFERENCE) { in acpi_ns_check_object_type()
268 status = acpi_ns_simple_repair(info, expected_btypes, in acpi_ns_check_object_type()
278 acpi_ut_get_expected_return_types(type_buffer, expected_btypes); in acpi_ns_check_object_type()
Dacnamesp.h257 u32 expected_btypes, u32 package_index);
329 u32 expected_btypes,
340 u32 expected_btypes,
Dnsarguments.c149 && !predefined->info.expected_btypes) { in acpi_ns_check_acpi_compliance()
Ddbnames.c448 if (predefined->info.expected_btypes & ACPI_RTYPE_PACKAGE) { in acpi_db_walk_for_predefined_names()
453 predefined->info.expected_btypes); in acpi_db_walk_for_predefined_names()
Dacutils.h458 void acpi_ut_get_expected_return_types(char *buffer, u32 expected_btypes);
Daclocal.h324 u8 expected_btypes; member