Lines Matching defs:adev
1454 struct acpi_device *adev, u32 type)
1472 rc = acpi_dev_get_resources(adev, &resource_list, NULL, NULL);
1499 rc = acpi_dev_get_property(adev, "enable-bit-index",
1534 struct acpi_device *adev)
1540 if (!acpi_match_device_ids(adev, id))
1552 struct acpi_device *adev = acpi_fetch_acpi_dev(handle);
1557 if (!adev || acpi_bus_get_status(adev) || !adev->status.present)
1560 acpi_id = xgene_pmu_acpi_match_type(xgene_pmu_acpi_type_match, adev);
1564 ctx = acpi_get_pmu_hw_inf(xgene_pmu, adev, (u32)acpi_id->driver_data);