/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | nsrepair.c | 105 * expected_btypes - Object types expected 121 u32 expected_btypes, in acpi_ns_simple_repair() 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 in acpi_ns_simple_repair() 120 acpi_ns_simple_repair(struct acpi_evaluate_info *info, u32 expected_btypes, u32 package_index, union acpi_operand_object **return_object_ptr) acpi_ns_simple_repair() argument 360 acpi_ns_repair_null_element(struct acpi_evaluate_info *info, u32 expected_btypes, u32 package_index, union acpi_operand_object **return_object_ptr) acpi_ns_repair_null_element() argument [all...] |
H A 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() 176 * expected_btypes - Bitmap of expected return type(s) 191 u32 expected_btypes, u32 package_index) in acpi_ns_check_object_type() 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() 189 acpi_ns_check_object_type(struct acpi_evaluate_info *info, union acpi_operand_object **return_object_ptr, u32 expected_btypes, u32 package_index) acpi_ns_check_object_type() argument
|
H A 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()
|
H A D | acnamesp.h | 239 u32 expected_btypes, u32 package_index); 324 u32 expected_btypes, 335 u32 expected_btypes,
|
H A D | nsarguments.c | 126 && !predefined->info.expected_btypes) { in acpi_ns_check_acpi_compliance()
|
H A 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()
|
H A D | acutils.h | 474 void acpi_ut_get_expected_return_types(char *buffer, u32 expected_btypes);
|
H A D | aclocal.h | 298 u8 expected_btypes; member
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | nsrepair.c | 105 * expected_btypes - Object types expected 121 u32 expected_btypes, in acpi_ns_simple_repair() 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 in acpi_ns_simple_repair() 120 acpi_ns_simple_repair(struct acpi_evaluate_info *info, u32 expected_btypes, u32 package_index, union acpi_operand_object **return_object_ptr) acpi_ns_simple_repair() argument 360 acpi_ns_repair_null_element(struct acpi_evaluate_info *info, u32 expected_btypes, u32 package_index, union acpi_operand_object **return_object_ptr) acpi_ns_repair_null_element() argument [all...] |
H A 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() 178 * expected_btypes - Bitmap of expected return type(s) 193 u32 expected_btypes, u32 package_index) in acpi_ns_check_object_type() 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() 191 acpi_ns_check_object_type(struct acpi_evaluate_info *info, union acpi_operand_object **return_object_ptr, u32 expected_btypes, u32 package_index) acpi_ns_check_object_type() argument
|
H A 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()
|
H A D | acnamesp.h | 239 u32 expected_btypes, u32 package_index); 324 u32 expected_btypes, 335 u32 expected_btypes,
|
H A D | nsarguments.c | 126 && !predefined->info.expected_btypes) { in acpi_ns_check_acpi_compliance()
|
H A 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()
|
H A D | acutils.h | 490 void acpi_ut_get_expected_return_types(char *buffer, u32 expected_btypes);
|
H A D | aclocal.h | 298 u8 expected_btypes; member
|