Home
last modified time | relevance | path

Searched refs:st_magn_get_settings (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/iio/magnetometer/
Dst_magn_spi.c61 settings = st_magn_get_settings(spi->modalias); in st_magn_spi_probe()
Dst_magn_i2c.c67 settings = st_magn_get_settings(client->name); in st_magn_i2c_probe()
Dst_magn_core.c599 const struct st_sensor_settings *st_magn_get_settings(const char *name) in st_magn_get_settings() function
609 EXPORT_SYMBOL(st_magn_get_settings);
/Linux-v5.15/drivers/iio/imu/st_lsm9ds0/
Dst_lsm9ds0_core.c108 settings = st_magn_get_settings(lsm9ds0->name); in st_lsm9ds0_probe_magn()
/Linux-v5.15/include/linux/iio/common/
Dst_sensors.h341 const struct st_sensor_settings *st_magn_get_settings(const char *name);