Lines Matching defs:adev
31 * @adev: ACPI device to match with
42 struct acpi_device *adev, struct acpi_dma *adma)
54 ret = acpi_dev_get_resources(adev, &resource_list, NULL, NULL);
83 dev_dbg(&adev->dev, "matches with %.4s%04X (rev %u)\n",
91 ret = dma_coerce_mask_and_coherent(&adev->dev,
100 dev_dbg(&adev->dev, "request line base: 0x%04x end: 0x%04x\n",
108 * @adev: ACPI device to match with
119 static void acpi_dma_parse_csrt(struct acpi_device *adev, struct acpi_dma *adma)
130 dev_warn(&adev->dev, "failed to get the CSRT table\n");
138 ret = acpi_dma_parse_resource_group(grp, adev, adma);
140 dev_warn(&adev->dev,
170 struct acpi_device *adev;
177 adev = ACPI_COMPANION(dev);
178 if (!adev)
189 acpi_dma_parse_csrt(adev, adma);
367 struct acpi_device *adev = ACPI_COMPANION(dev);
382 ret = acpi_dev_get_resources(adev, &resource_list,