Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/surface/
H A Dsurface_aggregator_registry.c390 nodes = (const struct software_node **)acpi_device_get_match_data(&pdev->dev); in ssam_platform_hub_probe()
/openbmc/linux/drivers/acpi/
H A Dbus.c926 const void *acpi_device_get_match_data(const struct device *dev) in acpi_device_get_match_data() function
940 EXPORT_SYMBOL_GPL(acpi_device_get_match_data);
H A Dproperty.c1433 return acpi_device_get_match_data(dev); in acpi_fwnode_device_get_match_data()
/openbmc/linux/drivers/input/misc/
H A Dsoc_button_array.c442 device_data = acpi_device_get_match_data(dev); in soc_button_probe()
/openbmc/linux/include/linux/
H A Dacpi.h714 const void *acpi_device_get_match_data(const struct device *dev);
938 static inline const void *acpi_device_get_match_data(const struct device *dev) in acpi_device_get_match_data() function
/openbmc/linux/drivers/mfd/
H A Dkempld-core.c440 pdata = acpi_device_get_match_data(dev); in kempld_get_acpi_data()
/openbmc/linux/drivers/misc/eeprom/
H A Dat24.c530 cdata = acpi_device_get_match_data(dev); in at24_get_chip_data()
/openbmc/linux/drivers/usb/dwc3/
H A Ddwc3-qcom.c833 qcom->acpi_pdata = acpi_device_get_match_data(dev); in dwc3_qcom_probe()