Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
H A Dnsrepair.c121 u32 expected_btypes, in acpi_ns_simple_repair() argument
165 if (info->return_btype & expected_btypes) { in acpi_ns_simple_repair()
184 if (expected_btypes) { in acpi_ns_simple_repair()
194 expected_btypes, in acpi_ns_simple_repair()
202 if (expected_btypes != ACPI_RTYPE_NONE) { in acpi_ns_simple_repair()
212 if (expected_btypes & ACPI_RTYPE_INTEGER) { in acpi_ns_simple_repair()
218 if (expected_btypes & ACPI_RTYPE_STRING) { in acpi_ns_simple_repair()
224 if (expected_btypes & ACPI_RTYPE_BUFFER) { in acpi_ns_simple_repair()
230 if (expected_btypes & ACPI_RTYPE_PACKAGE) { in acpi_ns_simple_repair()
361 u32 expected_btypes, in acpi_ns_repair_null_element() argument
[all …]
H A Dutpredef.c52 if ((this_name->info.expected_btypes & ACPI_RTYPE_PACKAGE) && in acpi_ut_get_next_predefined_method()
53 (this_name->info.expected_btypes != ACPI_RTYPE_ALL)) { in acpi_ut_get_next_predefined_method()
110 void acpi_ut_get_expected_return_types(char *buffer, u32 expected_btypes) in acpi_ut_get_expected_return_types() argument
116 if (!expected_btypes) { in acpi_ut_get_expected_return_types()
129 if (expected_btypes & this_rtype) { in acpi_ut_get_expected_return_types()
265 if (this_name->info.expected_btypes) { in acpi_ut_display_predefined_method()
268 expected_btypes); in acpi_ut_display_predefined_method()
H A Dnspredef.c105 (!predefined->info.expected_btypes) || in acpi_ns_check_return_value()
106 (predefined->info.expected_btypes == ACPI_RTYPE_ALL)) { in acpi_ns_check_return_value()
115 predefined->info.expected_btypes, in acpi_ns_check_return_value()
193 u32 expected_btypes, u32 package_index) in acpi_ns_check_object_type() argument
229 if ((info->return_btype & expected_btypes) == ACPI_RTYPE_REFERENCE) { in acpi_ns_check_object_type()
236 status = acpi_ns_simple_repair(info, expected_btypes, in acpi_ns_check_object_type()
246 acpi_ut_get_expected_return_types(type_buffer, expected_btypes); in acpi_ns_check_object_type()
H A Dacnamesp.h239 u32 expected_btypes, u32 package_index);
324 u32 expected_btypes,
335 u32 expected_btypes,
H A Dnsarguments.c126 && !predefined->info.expected_btypes) { in acpi_ns_check_acpi_compliance()
H A Ddbnames.c420 if (predefined->info.expected_btypes & ACPI_RTYPE_PACKAGE) { in acpi_db_walk_for_predefined_names()
425 predefined->info.expected_btypes); in acpi_db_walk_for_predefined_names()
H A Dacutils.h490 void acpi_ut_get_expected_return_types(char *buffer, u32 expected_btypes);
H A Daclocal.h298 u8 expected_btypes; member