acpi_evaluate_reference
if (!acpi_evaluate_reference(handle, "_DEP", NULL, &dep_devices)) {
if (!acpi_evaluate_reference(tz->device->handle, method, NULL, &devices)) {
EXPORT_SYMBOL(acpi_evaluate_reference);
if (!acpi_evaluate_reference(target, "_DEP", NULL, &dep_devices)) {
bool acpi_evaluate_reference(acpi_handle handle, acpi_string pathname,