Home
last modified time | relevance | path

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

/dragonfly/sys/dev/acpica/
H A Dacpi_powerres.c113 *acpi_pwr_find_resource(ACPI_HANDLE res);
147 if (acpi_pwr_find_resource(res) != NULL) in acpi_pwr_register_resource()
218 if ((rp = acpi_pwr_find_resource(res)) == NULL) in acpi_pwr_deregister_resource()
569 if ((rp = acpi_pwr_find_resource(res)) == NULL) { in acpi_pwr_reference_resource()
723 acpi_pwr_find_resource(ACPI_HANDLE res) in acpi_pwr_find_resource() function