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);
91 dev_dbg(&adev->dev, "matches with %.4s%04X (rev %u)\n",
99 ret = dma_coerce_mask_and_coherent(&adev->dev,
108 dev_dbg(&adev->dev, "request line base: 0x%04x end: 0x%04x\n",
116 * @adev: ACPI device to match with
127 static void acpi_dma_parse_csrt(struct acpi_device *adev, struct acpi_dma *adma)
138 dev_warn(&adev->dev, "failed to get the CSRT table\n");
146 ret = acpi_dma_parse_resource_group(grp, adev, adma);
148 dev_warn(&adev->dev,
178 struct acpi_device *adev;
185 adev = ACPI_COMPANION(dev);
186 if (!adev)
197 acpi_dma_parse_csrt(adev, adma);
375 struct acpi_device *adev = ACPI_COMPANION(dev);
390 ret = acpi_dev_get_resources(adev, &resource_list,