acpi_of_match_device
return acpi_of_match_device(device, of_ids, of_id);
return acpi_of_match_device(ACPI_COMPANION(dev), of_ids, NULL);
bool acpi_of_match_device(const struct acpi_device *adev,
return acpi_of_match_device(adev, of_match_table, of_id);