Home
last modified time | relevance | path

Searched refs:acpi_device_get_match_data (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/ata/
Dahci_platform.c65 port = acpi_device_get_match_data(dev); in ahci_probe()
/Linux-v5.4/drivers/input/misc/
Dsoc_button_array.c330 device_data = acpi_device_get_match_data(dev); in soc_button_probe()
/Linux-v5.4/drivers/acpi/
Dbus.c800 const void *acpi_device_get_match_data(const struct device *dev) in acpi_device_get_match_data() function
813 EXPORT_SYMBOL_GPL(acpi_device_get_match_data);
Dproperty.c1345 return acpi_device_get_match_data(dev); in acpi_fwnode_device_get_match_data()
/Linux-v5.4/include/linux/
Dacpi.h610 const void *acpi_device_get_match_data(const struct device *dev);
804 static inline const void *acpi_device_get_match_data(const struct device *dev) in acpi_device_get_match_data() function
/Linux-v5.4/drivers/misc/eeprom/
Dat24.c501 cdata = acpi_device_get_match_data(dev); in at24_get_chip_data()
/Linux-v5.4/drivers/usb/dwc3/
Ddwc3-qcom.c570 qcom->acpi_pdata = acpi_device_get_match_data(dev); in dwc3_qcom_probe()