Searched refs:expected_btypes (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/acpi/acpica/ |
D | nsrepair.c | 150 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 …]
|
D | utpredef.c | 86 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()
|
D | nspredef.c | 137 (!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()
|
D | acnamesp.h | 260 u32 expected_btypes, u32 package_index); 329 u32 expected_btypes, 340 u32 expected_btypes,
|
D | nsarguments.c | 149 && !predefined->info.expected_btypes) { in acpi_ns_check_acpi_compliance()
|
D | aclocal.h | 312 u8 expected_btypes; member
|
D | acutils.h | 505 void acpi_ut_get_expected_return_types(char *buffer, u32 expected_btypes);
|