acpi_device_get_match_data  813 drivers/acpi/bus.c EXPORT_SYMBOL_GPL(acpi_device_get_match_data);
acpi_device_get_match_data 1345 drivers/acpi/property.c 	return acpi_device_get_match_data(dev);
acpi_device_get_match_data   65 drivers/ata/ahci_platform.c 	port = acpi_device_get_match_data(dev);
acpi_device_get_match_data  330 drivers/input/misc/soc_button_array.c 	device_data = acpi_device_get_match_data(dev);
acpi_device_get_match_data  501 drivers/misc/eeprom/at24.c 		cdata = acpi_device_get_match_data(dev);
acpi_device_get_match_data  570 drivers/usb/dwc3/dwc3-qcom.c 		qcom->acpi_pdata = acpi_device_get_match_data(dev);
acpi_device_get_match_data  615 include/linux/acpi.h const void *acpi_device_get_match_data(const struct device *dev);