acpi_pwr_find_resource
*acpi_pwr_find_resource(ACPI_HANDLE res);
if (acpi_pwr_find_resource(res) != NULL)
if ((rp = acpi_pwr_find_resource(res)) == NULL)
if ((rp = acpi_pwr_find_resource(res)) == NULL) {