Searched refs:expected_btypes (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/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 && (!(expected_btypes & ACPI_RTYPE_NONE))) { in acpi_ns_simple_repair() 193 expected_btypes, in acpi_ns_simple_repair() 210 if (expected_btypes & ACPI_RTYPE_INTEGER) { in acpi_ns_simple_repair() 216 if (expected_btypes & ACPI_RTYPE_STRING) { in acpi_ns_simple_repair() 222 if (expected_btypes & ACPI_RTYPE_BUFFER) { in acpi_ns_simple_repair() 228 if (expected_btypes & ACPI_RTYPE_PACKAGE) { in acpi_ns_simple_repair() 359 u32 expected_btypes, in acpi_ns_repair_null_element() argument 380 if (expected_btypes & ACPI_RTYPE_INTEGER) { in acpi_ns_repair_null_element() [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 | 103 (!predefined->info.expected_btypes) || in acpi_ns_check_return_value() 104 (predefined->info.expected_btypes == ACPI_RTYPE_ALL)) { in acpi_ns_check_return_value() 113 predefined->info.expected_btypes, in acpi_ns_check_return_value() 191 u32 expected_btypes, u32 package_index) in acpi_ns_check_object_type() argument 227 if ((info->return_btype & expected_btypes) == ACPI_RTYPE_REFERENCE) { in acpi_ns_check_object_type() 234 status = acpi_ns_simple_repair(info, expected_btypes, in acpi_ns_check_object_type() 244 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); 322 u32 expected_btypes, 333 u32 expected_btypes,
|
D | nsarguments.c | 124 && !predefined->info.expected_btypes) { in acpi_ns_check_acpi_compliance()
|
D | dbnames.c | 419 if (predefined->info.expected_btypes & ACPI_RTYPE_PACKAGE) { in acpi_db_walk_for_predefined_names() 424 predefined->info.expected_btypes); in acpi_db_walk_for_predefined_names()
|
D | acutils.h | 473 void acpi_ut_get_expected_return_types(char *buffer, u32 expected_btypes);
|
D | aclocal.h | 298 u8 expected_btypes; member
|