Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/acpi/
Dbus.c802 const void *acpi_device_get_match_data(const struct device *dev) in acpi_device_get_match_data() function
812 EXPORT_SYMBOL_GPL(acpi_device_get_match_data);
Dproperty.c1263 return acpi_device_get_match_data(dev); in acpi_fwnode_device_get_match_data()
/Linux-v4.19/include/linux/
Dacpi.h595 const void *acpi_device_get_match_data(const struct device *dev);
781 static inline const void *acpi_device_get_match_data(const struct device *dev) in acpi_device_get_match_data() function
/Linux-v4.19/drivers/misc/eeprom/
Dat24.c540 cdata = acpi_device_get_match_data(dev); in at24_get_pdata()