Lines Matching defs:adev
39 struct acpi_device *adev;
42 static int match_device_ids(struct acpi_device *adev, void *data)
46 if (!acpi_match_device_ids(adev, wd->ids)) {
47 wd->adev = adev;
58 struct acpi_device *adev = NULL;
78 .adev = NULL,
84 adev = wd.adev;
86 adev = acpi_find_child_device(parent, match->adr, false);
90 ACPI_COMPANION_SET(&pdev->dev, adev ?: parent);