acpi_device_get_match_data
EXPORT_SYMBOL_GPL(acpi_device_get_match_data);
return acpi_device_get_match_data(dev);
device_data = acpi_device_get_match_data(dev);
ret = acpi_device_get_match_data(dev);
driver_data = acpi_device_get_match_data(dev);
nodes = (const struct software_node **)acpi_device_get_match_data(&pdev->dev);
hdev->verspec_data = acpi_device_get_match_data(hdev->dev);
const void *acpi_device_get_match_data(const struct device *dev);
hda->data = acpi_device_get_match_data(&pdev->dev);