acpi_get_physical_device_location
if (acpi_get_physical_device_location(handle, &pld)) {
if (!acpi_get_physical_device_location(adev->handle, &pld))
EXPORT_SYMBOL(acpi_get_physical_device_location);
if (!acpi_get_physical_device_location(ACPI_HANDLE(dev), &pld))
if (!acpi_get_physical_device_location(ACPI_PTR(adev->handle), &pld)) {
if (acpi_get_physical_device_location(handle, &pld) && pld)
acpi_get_physical_device_location(acpi_handle handle, struct acpi_pld_info **pld);