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);
890 struct acpi_device *adev = acpi_fetch_acpi_dev(handle);
894 if (!adev || acpi_bus_get_status(adev) || !adev->status.present)
897 type = get_tx2_pmu_type(adev);
902 handle, adev, type);