Lines Matching defs:adev
308 static int intel_probe_slot(struct platform_device *pdev, struct acpi_device *adev)
314 if (acpi_dev_hid_uid_match(adev, "80860F14", "1") &&
319 if (acpi_dev_hid_uid_match(adev, "80865ACA", NULL))
407 static int qcom_probe_slot(struct platform_device *pdev, struct acpi_device *adev)
415 if (!acpi_dev_hid_uid_match(adev, "QCOM8051", NULL))
432 struct acpi_device *adev;
435 adev = ACPI_COMPANION(dev);
436 if (!adev)
439 if (!acpi_dev_hid_uid_match(adev, "QCOM8051", NULL))
608 struct acpi_device *adev)
763 static const struct sdhci_acpi_slot *sdhci_acpi_get_slot(struct acpi_device *adev)
768 if (acpi_dev_hid_uid_match(adev, u->hid, u->uid))