Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/ata/
Dahci_platform.c65 port = acpi_device_get_match_data(dev); in ahci_probe()
/Linux-v5.10/drivers/acpi/
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);
Dproperty.c1384 return acpi_device_get_match_data(dev); in acpi_fwnode_device_get_match_data()
/Linux-v5.10/drivers/input/misc/
Dsoc_button_array.c395 device_data = acpi_device_get_match_data(dev); in soc_button_probe()
/Linux-v5.10/include/linux/
Dacpi.h653 const void *acpi_device_get_match_data(const struct device *dev);
857 static inline const void *acpi_device_get_match_data(const struct device *dev) in acpi_device_get_match_data() function
/Linux-v5.10/drivers/misc/eeprom/
Dat24.c532 cdata = acpi_device_get_match_data(dev); in at24_get_chip_data()
/Linux-v5.10/drivers/mfd/
Dkempld-core.c443 pdata = acpi_device_get_match_data(dev); in kempld_get_acpi_data()
/Linux-v5.10/drivers/usb/dwc3/
Ddwc3-qcom.c671 qcom->acpi_pdata = acpi_device_get_match_data(dev); in dwc3_qcom_probe()