Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/ata/
H A Dahci_platform.c68 port = acpi_device_get_match_data(dev); in ahci_probe()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dbus.c805 const void *acpi_device_get_match_data(const struct device *dev) in acpi_device_get_match_data() function
818 EXPORT_SYMBOL_GPL(acpi_device_get_match_data);
H A Dproperty.c1407 return acpi_device_get_match_data(dev); in acpi_fwnode_device_get_match_data()
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dsoc_button_array.c407 device_data = acpi_device_get_match_data(dev); in soc_button_probe()
/OK3568_Linux_fs/kernel/include/linux/
H A Dacpi.h657 const void *acpi_device_get_match_data(const struct device *dev);
864 static inline const void *acpi_device_get_match_data(const struct device *dev) in acpi_device_get_match_data() function
/OK3568_Linux_fs/kernel/drivers/misc/eeprom/
H A Dat24.c532 cdata = acpi_device_get_match_data(dev); in at24_get_chip_data()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dkempld-core.c443 pdata = acpi_device_get_match_data(dev); in kempld_get_acpi_data()
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Ddwc3-qcom.c729 qcom->acpi_pdata = acpi_device_get_match_data(dev); in dwc3_qcom_probe()