Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/acpica/
H A Dnsaccess.c297 acpi_object_type type_to_check_for; in acpi_ns_lookup() local
352 type_to_check_for = type; in acpi_ns_lookup()
687 if ((type_to_check_for != ACPI_TYPE_ANY) && in acpi_ns_lookup()
688 (type_to_check_for != ACPI_TYPE_LOCAL_ALIAS) && in acpi_ns_lookup()
689 (type_to_check_for != ACPI_TYPE_LOCAL_METHOD_ALIAS) in acpi_ns_lookup()
690 && (type_to_check_for != ACPI_TYPE_LOCAL_SCOPE) in acpi_ns_lookup()
692 && (this_node->type != type_to_check_for)) { in acpi_ns_lookup()
702 (type_to_check_for))); in acpi_ns_lookup()