Searched refs:expected_btypes (Results 1 – 8 of 8) sorted by relevance
/drivers/acpi/acpica/ |
D | nsrepair.c | 121 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() 185 if (!(expected_btypes & ACPI_RTYPE_NONE) && 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() [all …]
|
D | utpredef.c | 52 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()
|
D | nspredef.c | 105 (!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()
|
D | acnamesp.h | 239 u32 expected_btypes, u32 package_index); 324 u32 expected_btypes, 335 u32 expected_btypes,
|
D | nsarguments.c | 126 && !predefined->info.expected_btypes) { in acpi_ns_check_acpi_compliance()
|
D | dbnames.c | 420 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()
|
D | acutils.h | 490 void acpi_ut_get_expected_return_types(char *buffer, u32 expected_btypes);
|
D | aclocal.h | 298 u8 expected_btypes; member
|