Symbol: st_sensor_settings
drivers/iio/accel/st_accel_core.c
111
static const struct st_sensor_settings st_accel_sensors_settings[] = {
drivers/iio/accel/st_accel_core.c
1553
const struct st_sensor_settings *st_accel_get_settings(const char *name)
drivers/iio/accel/st_accel_i2c.c
173
const struct st_sensor_settings *settings;
drivers/iio/accel/st_accel_i2c.c
192
adata->sensor_settings = (struct st_sensor_settings *)settings;
drivers/iio/accel/st_accel_spi.c
117
const struct st_sensor_settings *settings;
drivers/iio/accel/st_accel_spi.c
136
adata->sensor_settings = (struct st_sensor_settings *)settings;
drivers/iio/common/st_sensors/st_sensors_core.c
115
static int st_sensors_match_fs(struct st_sensor_settings *sensor_settings,
drivers/iio/common/st_sensors/st_sensors_core.c
51
static int st_sensors_match_odr(struct st_sensor_settings *sensor_settings,
drivers/iio/common/st_sensors/st_sensors_core.c
569
const struct st_sensor_settings *list,
drivers/iio/common/st_sensors/st_sensors_spi.c
61
struct st_sensor_settings *settings)
drivers/iio/gyro/st_gyro_core.c
458
const struct st_sensor_settings *st_gyro_get_settings(const char *name)
drivers/iio/gyro/st_gyro_core.c
68
static const struct st_sensor_settings st_gyro_sensors_settings[] = {
drivers/iio/gyro/st_gyro_i2c.c
63
const struct st_sensor_settings *settings;
drivers/iio/gyro/st_gyro_i2c.c
82
gdata->sensor_settings = (struct st_sensor_settings *)settings;
drivers/iio/gyro/st_gyro_spi.c
68
const struct st_sensor_settings *settings;
drivers/iio/gyro/st_gyro_spi.c
87
gdata->sensor_settings = (struct st_sensor_settings *)settings;
drivers/iio/imu/st_lsm9ds0/st_lsm9ds0_core.c
23
const struct st_sensor_settings *settings;
drivers/iio/imu/st_lsm9ds0/st_lsm9ds0_core.c
39
data->sensor_settings = (struct st_sensor_settings *)settings;
drivers/iio/imu/st_lsm9ds0/st_lsm9ds0_core.c
48
const struct st_sensor_settings *settings;
drivers/iio/imu/st_lsm9ds0/st_lsm9ds0_core.c
64
data->sensor_settings = (struct st_sensor_settings *)settings;
drivers/iio/magnetometer/st_magn_core.c
144
static const struct st_sensor_settings st_magn_sensors_settings[] = {
drivers/iio/magnetometer/st_magn_core.c
594
const struct st_sensor_settings *st_magn_get_settings(const char *name)
drivers/iio/magnetometer/st_magn_i2c.c
63
const struct st_sensor_settings *settings;
drivers/iio/magnetometer/st_magn_i2c.c
82
mdata->sensor_settings = (struct st_sensor_settings *)settings;
drivers/iio/magnetometer/st_magn_spi.c
58
const struct st_sensor_settings *settings;
drivers/iio/magnetometer/st_magn_spi.c
77
mdata->sensor_settings = (struct st_sensor_settings *)settings;
drivers/iio/pressure/st_pressure_core.c
224
static const struct st_sensor_settings st_press_sensors_settings[] = {
drivers/iio/pressure/st_pressure_core.c
731
const struct st_sensor_settings *st_press_get_settings(const char *name)
drivers/iio/pressure/st_pressure_i2c.c
78
const struct st_sensor_settings *settings;
drivers/iio/pressure/st_pressure_i2c.c
97
press_data->sensor_settings = (struct st_sensor_settings *)settings;
drivers/iio/pressure/st_pressure_spi.c
64
const struct st_sensor_settings *settings;
drivers/iio/pressure/st_pressure_spi.c
83
press_data->sensor_settings = (struct st_sensor_settings *)settings;
include/linux/iio/common/st_sensors.h
244
struct st_sensor_settings *sensor_settings;
include/linux/iio/common/st_sensors.h
308
const struct st_sensor_settings *list,
include/linux/iio/common/st_sensors.h
322
const struct st_sensor_settings *st_accel_get_settings(const char *name);
include/linux/iio/common/st_sensors.h
326
const struct st_sensor_settings *st_gyro_get_settings(const char *name);
include/linux/iio/common/st_sensors.h
330
const struct st_sensor_settings *st_magn_get_settings(const char *name);
include/linux/iio/common/st_sensors.h
334
const struct st_sensor_settings *st_press_get_settings(const char *name);