Lines Matching defs:adev
505 static enum tx2_uncore_type get_tx2_pmu_type(struct acpi_device *adev)
519 if (!strcmp(acpi_device_hid(adev), devices[i].id))
789 acpi_handle handle, struct acpi_device *adev, u32 type)
799 ret = acpi_dev_get_resources(adev, &list, NULL, NULL);
893 struct acpi_device *adev;
896 if (acpi_bus_get_device(handle, &adev))
898 if (acpi_bus_get_status(adev) || !adev->status.present)
901 type = get_tx2_pmu_type(adev);
906 handle, adev, type);