Home
last modified time | relevance | path

Searched refs:st_sensors_match_acpi_device (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/iio/common/
Dst_sensors_i2c.h21 int st_sensors_match_acpi_device(struct device *dev);
23 static inline int st_sensors_match_acpi_device(struct device *dev) in st_sensors_match_acpi_device() function
/Linux-v5.4/drivers/iio/common/st_sensors/
Dst_sensors_i2c.c72 int st_sensors_match_acpi_device(struct device *dev) in st_sensors_match_acpi_device() function
87 EXPORT_SYMBOL(st_sensors_match_acpi_device);
/Linux-v5.4/drivers/iio/pressure/
Dst_pressure_i2c.c92 ret = st_sensors_match_acpi_device(&client->dev); in st_press_i2c_probe()