Name

acpi_of_match_device — Match device object using the compatible property.

Synopsis

bool acpi_of_match_device (struct acpi_device * adev,
 const struct of_device_id * of_match_table);
 

Arguments

adev

ACPI device object to match.

of_match_table

List of device IDs to match against.

Description

If dev has an ACPI companion which has the special PRP0001 device ID in its list of identifiers and a _DSD object with the compatible property, use that property to match against the given list of identifiers.