Lines Matching defs:adev
1458 struct acpi_device *adev, u32 type)
1476 rc = acpi_dev_get_resources(adev, &resource_list, NULL, NULL);
1503 rc = acpi_dev_get_property(adev, "enable-bit-index",
1538 struct acpi_device *adev)
1544 if (!acpi_match_device_ids(adev, id))
1559 struct acpi_device *adev;
1561 if (acpi_bus_get_device(handle, &adev))
1563 if (acpi_bus_get_status(adev) || !adev->status.present)
1566 acpi_id = xgene_pmu_acpi_match_type(xgene_pmu_acpi_type_match, adev);
1570 ctx = acpi_get_pmu_hw_inf(xgene_pmu, adev, (u32)acpi_id->driver_data);