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
172
const struct st_sensor_settings *settings;
drivers/iio/accel/st_accel_i2c.c
191
adata->sensor_settings = (struct st_sensor_settings *)settings;
drivers/iio/accel/st_accel_spi.c
116
const struct st_sensor_settings *settings;
drivers/iio/accel/st_accel_spi.c
135
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
575
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
62
const struct st_sensor_settings *settings;
drivers/iio/gyro/st_gyro_i2c.c
81
gdata->sensor_settings = (struct st_sensor_settings *)settings;
drivers/iio/gyro/st_gyro_spi.c
67
const struct st_sensor_settings *settings;
drivers/iio/gyro/st_gyro_spi.c
86
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
599
const struct st_sensor_settings *st_magn_get_settings(const char *name)
drivers/iio/magnetometer/st_magn_i2c.c
62
const struct st_sensor_settings *settings;
drivers/iio/magnetometer/st_magn_i2c.c
81
mdata->sensor_settings = (struct st_sensor_settings *)settings;
drivers/iio/magnetometer/st_magn_spi.c
57
const struct st_sensor_settings *settings;
drivers/iio/magnetometer/st_magn_spi.c
76
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
77
const struct st_sensor_settings *settings;
drivers/iio/pressure/st_pressure_i2c.c
96
press_data->sensor_settings = (struct st_sensor_settings *)settings;
drivers/iio/pressure/st_pressure_spi.c
63
const struct st_sensor_settings *settings;
drivers/iio/pressure/st_pressure_spi.c
82
press_data->sensor_settings = (struct st_sensor_settings *)settings;
include/linux/iio/common/st_sensors.h
245
struct st_sensor_settings *sensor_settings;
include/linux/iio/common/st_sensors.h
309
const struct st_sensor_settings *list,
include/linux/iio/common/st_sensors.h
323
const struct st_sensor_settings *st_accel_get_settings(const char *name);
include/linux/iio/common/st_sensors.h
327
const struct st_sensor_settings *st_gyro_get_settings(const char *name);
include/linux/iio/common/st_sensors.h
331
const struct st_sensor_settings *st_magn_get_settings(const char *name);
include/linux/iio/common/st_sensors.h
335
const struct st_sensor_settings *st_press_get_settings(const char *name);