Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/surface/
H A Dsurface_aggregator_registry.c500 nodes = (const struct software_node **)acpi_device_get_match_data(&pdev->dev); in ssam_platform_hub_probe()
/linux-6.15/drivers/input/misc/
H A Dsoc_button_array.c440 device_data = acpi_device_get_match_data(dev); in soc_button_probe()
/linux-6.15/drivers/acpi/
H A Dbus.c970 const void *acpi_device_get_match_data(const struct device *dev) in acpi_device_get_match_data() function
984 EXPORT_SYMBOL_GPL(acpi_device_get_match_data);
H A Dproperty.c1504 return acpi_device_get_match_data(dev); in acpi_fwnode_device_get_match_data()
/linux-6.15/include/linux/
H A Dacpi.h723 const void *acpi_device_get_match_data(const struct device *dev);
949 static inline const void *acpi_device_get_match_data(const struct device *dev) in acpi_device_get_match_data() function
/linux-6.15/drivers/platform/chrome/
H A Dcros_ec_lpc.c531 driver_data = acpi_device_get_match_data(dev); in cros_ec_lpc_probe()
/linux-6.15/drivers/spi/
H A Dspi-cadence-xspi.c1162 cdns_xspi->driver_data = acpi_device_get_match_data(dev); in cdns_xspi_probe()
/linux-6.15/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c1768 hdev->verspec_data = acpi_device_get_match_data(hdev->dev); in hccs_probe()