st_sensor_settings   71 drivers/iio/accel/st_accel.h const struct st_sensor_settings *st_accel_get_settings(const char *name);
st_sensor_settings   93 drivers/iio/accel/st_accel_core.c static const struct st_sensor_settings st_accel_sensors_settings[] = {
st_sensor_settings 1159 drivers/iio/accel/st_accel_core.c const struct st_sensor_settings *st_accel_get_settings(const char *name)
st_sensor_settings  153 drivers/iio/accel/st_accel_i2c.c 	const struct st_sensor_settings *settings;
st_sensor_settings  175 drivers/iio/accel/st_accel_i2c.c 	adata->sensor_settings = (struct st_sensor_settings *)settings;
st_sensor_settings  105 drivers/iio/accel/st_accel_spi.c 	const struct st_sensor_settings *settings;
st_sensor_settings  125 drivers/iio/accel/st_accel_spi.c 	adata->sensor_settings = (struct st_sensor_settings *)settings;
st_sensor_settings   56 drivers/iio/common/st_sensors/st_sensors_core.c static int st_sensors_match_odr(struct st_sensor_settings *sensor_settings,
st_sensor_settings  116 drivers/iio/common/st_sensors/st_sensors_core.c static int st_sensors_match_fs(struct st_sensor_settings *sensor_settings,
st_sensor_settings  609 drivers/iio/common/st_sensors/st_sensors_core.c 				  const struct st_sensor_settings *list,
st_sensor_settings   60 drivers/iio/common/st_sensors/st_sensors_spi.c 					   struct st_sensor_settings *settings)
st_sensor_settings   35 drivers/iio/gyro/st_gyro.h const struct st_sensor_settings *st_gyro_get_settings(const char *name);
st_sensor_settings   57 drivers/iio/gyro/st_gyro_core.c static const struct st_sensor_settings st_gyro_sensors_settings[] = {
st_sensor_settings  449 drivers/iio/gyro/st_gyro_core.c const struct st_sensor_settings *st_gyro_get_settings(const char *name)
st_sensor_settings   68 drivers/iio/gyro/st_gyro_i2c.c 	const struct st_sensor_settings *settings;
st_sensor_settings   88 drivers/iio/gyro/st_gyro_i2c.c 	gdata->sensor_settings = (struct st_sensor_settings *)settings;
st_sensor_settings   72 drivers/iio/gyro/st_gyro_spi.c 	const struct st_sensor_settings *settings;
st_sensor_settings   92 drivers/iio/gyro/st_gyro_spi.c 	gdata->sensor_settings = (struct st_sensor_settings *)settings;
st_sensor_settings   25 drivers/iio/magnetometer/st_magn.h const struct st_sensor_settings *st_magn_get_settings(const char *name);
st_sensor_settings  105 drivers/iio/magnetometer/st_magn_core.c static const struct st_sensor_settings st_magn_sensors_settings[] = {
st_sensor_settings  478 drivers/iio/magnetometer/st_magn_core.c const struct st_sensor_settings *st_magn_get_settings(const char *name)
st_sensor_settings   60 drivers/iio/magnetometer/st_magn_i2c.c 	const struct st_sensor_settings *settings;
st_sensor_settings   80 drivers/iio/magnetometer/st_magn_i2c.c 	mdata->sensor_settings = (struct st_sensor_settings *)settings;
st_sensor_settings   54 drivers/iio/magnetometer/st_magn_spi.c 	const struct st_sensor_settings *settings;
st_sensor_settings   74 drivers/iio/magnetometer/st_magn_spi.c 	mdata->sensor_settings = (struct st_sensor_settings *)settings;
st_sensor_settings   44 drivers/iio/pressure/st_pressure.h const struct st_sensor_settings *st_press_get_settings(const char *name);
st_sensor_settings  231 drivers/iio/pressure/st_pressure_core.c static const struct st_sensor_settings st_press_sensors_settings[] = {
st_sensor_settings  672 drivers/iio/pressure/st_pressure_core.c const struct st_sensor_settings *st_press_get_settings(const char *name)
st_sensor_settings   83 drivers/iio/pressure/st_pressure_i2c.c 	const struct st_sensor_settings *settings;
st_sensor_settings  113 drivers/iio/pressure/st_pressure_i2c.c 	press_data->sensor_settings = (struct st_sensor_settings *)settings;
st_sensor_settings   64 drivers/iio/pressure/st_pressure_spi.c 	const struct st_sensor_settings *settings;
st_sensor_settings   84 drivers/iio/pressure/st_pressure_spi.c 	press_data->sensor_settings = (struct st_sensor_settings *)settings;
st_sensor_settings  236 include/linux/iio/common/st_sensors.h 	struct st_sensor_settings *sensor_settings;
st_sensor_settings  307 include/linux/iio/common/st_sensors.h 				  const struct st_sensor_settings *list,