Searched refs:this_name (Results 1 – 4 of 4) sorted by relevance
79 *this_name) in acpi_ut_get_next_predefined_method()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()88 this_name++; in acpi_ut_get_next_predefined_method()91 this_name++; in acpi_ut_get_next_predefined_method()92 return (this_name); in acpi_ut_get_next_predefined_method()109 const union acpi_predefined_info *this_name; in acpi_ut_match_predefined_method() local119 this_name = acpi_gbl_predefined_methods; in acpi_ut_match_predefined_method()120 while (this_name->info.name[0]) { in acpi_ut_match_predefined_method()121 if (ACPI_COMPARE_NAME(name, this_name->info.name)) { in acpi_ut_match_predefined_method()[all …]
352 const struct acpi_simple_repair_info *this_name; in acpi_ns_match_simple_repair() local356 this_name = acpi_object_repair_info; in acpi_ns_match_simple_repair()357 while (this_name->object_converter) { in acpi_ns_match_simple_repair()358 if (ACPI_COMPARE_NAME(node->name.ascii, this_name->name)) { in acpi_ns_match_simple_repair()362 if ((return_btype & this_name->unexpected_btypes) && in acpi_ns_match_simple_repair()363 (package_index == this_name->package_index)) { in acpi_ns_match_simple_repair()364 return (this_name); in acpi_ns_match_simple_repair()369 this_name++; in acpi_ns_match_simple_repair()
219 const struct acpi_repair_info *this_name; in acpi_ns_match_complex_repair() local223 this_name = acpi_ns_repairable_names; in acpi_ns_match_complex_repair()224 while (this_name->repair_function) { in acpi_ns_match_complex_repair()225 if (ACPI_COMPARE_NAME(node->name.ascii, this_name->name)) { in acpi_ns_match_complex_repair()226 return (this_name); in acpi_ns_match_complex_repair()228 this_name++; in acpi_ns_match_complex_repair()
454 *this_name);465 const union acpi_predefined_info *this_name,