Home
last modified time | relevance | path

Searched refs:this_name (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/acpi/acpica/
Dnsrepair2.c202 const struct acpi_repair_info *this_name; in acpi_ns_match_repairable_name() local
206 this_name = acpi_ns_repairable_names; in acpi_ns_match_repairable_name()
207 while (this_name->repair_function) { in acpi_ns_match_repairable_name()
208 if (ACPI_COMPARE_NAME(node->name.ascii, this_name->name)) { in acpi_ns_match_repairable_name()
209 return (this_name); in acpi_ns_match_repairable_name()
211 this_name++; in acpi_ns_match_repairable_name()
Dnspredef.c379 const union acpi_predefined_info *this_name; in acpi_ns_check_for_predefined_name() local
389 this_name = predefined_names; in acpi_ns_check_for_predefined_name()
390 while (this_name->info.name[0]) { in acpi_ns_check_for_predefined_name()
391 if (ACPI_COMPARE_NAME(node->name.ascii, this_name->info.name)) { in acpi_ns_check_for_predefined_name()
392 return (this_name); in acpi_ns_check_for_predefined_name()
399 if (this_name->info.expected_btypes & ACPI_RTYPE_PACKAGE) { in acpi_ns_check_for_predefined_name()
400 this_name++; in acpi_ns_check_for_predefined_name()
403 this_name++; in acpi_ns_check_for_predefined_name()