Searched refs:this_name (Results 1 – 4 of 4) sorted by relevance
45 *this_name) in acpi_ut_get_next_predefined_method()54 this_name++; in acpi_ut_get_next_predefined_method()57 this_name++; in acpi_ut_get_next_predefined_method()58 return (this_name); in acpi_ut_get_next_predefined_method()86 while (this_name->info.name[0]) { in acpi_ut_match_predefined_method()88 return (this_name); in acpi_ut_match_predefined_method()91 this_name = acpi_ut_get_next_predefined_method(this_name); in acpi_ut_match_predefined_method()205 return (this_name); in acpi_ut_match_resource_name()208 this_name++; in acpi_ut_match_resource_name()249 this_name->info.name, in acpi_ut_display_predefined_method()[all …]
313 const struct acpi_simple_repair_info *this_name; in acpi_ns_match_simple_repair() local317 this_name = acpi_object_repair_info; in acpi_ns_match_simple_repair()318 while (this_name->object_converter) { in acpi_ns_match_simple_repair()319 if (ACPI_COMPARE_NAMESEG(node->name.ascii, this_name->name)) { in acpi_ns_match_simple_repair()323 if ((return_btype & this_name->unexpected_btypes) && in acpi_ns_match_simple_repair()324 (this_name->package_index == in acpi_ns_match_simple_repair()326 || package_index == this_name->package_index)) { in acpi_ns_match_simple_repair()327 return (this_name); in acpi_ns_match_simple_repair()333 this_name++; in acpi_ns_match_simple_repair()
187 const struct acpi_repair_info *this_name; in acpi_ns_match_complex_repair() local191 this_name = acpi_ns_repairable_names; in acpi_ns_match_complex_repair()192 while (this_name->repair_function) { in acpi_ns_match_complex_repair()193 if (ACPI_COMPARE_NAMESEG(node->name.ascii, this_name->name)) { in acpi_ns_match_complex_repair()194 return (this_name); in acpi_ns_match_complex_repair()197 this_name++; in acpi_ns_match_complex_repair()
471 *this_name);482 const union acpi_predefined_info *this_name,
Completed in 11 milliseconds