Home
last modified time | relevance | path

Searched refs:st_sensor_settings (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/include/linux/iio/common/
H A Dst_sensors.h204 struct st_sensor_settings { struct
244 struct st_sensor_settings *sensor_settings;
308 const struct st_sensor_settings *list,
322 const struct st_sensor_settings *st_accel_get_settings(const char *name);
326 const struct st_sensor_settings *st_gyro_get_settings(const char *name);
330 const struct st_sensor_settings *st_magn_get_settings(const char *name);
334 const struct st_sensor_settings *st_press_get_settings(const char *name);
/openbmc/linux/drivers/iio/imu/st_lsm9ds0/
H A Dst_lsm9ds0_core.c23 const struct st_sensor_settings *settings; in st_lsm9ds0_probe_accel()
40 data->sensor_settings = (struct st_sensor_settings *)settings; in st_lsm9ds0_probe_accel()
49 const struct st_sensor_settings *settings; in st_lsm9ds0_probe_magn()
66 data->sensor_settings = (struct st_sensor_settings *)settings; in st_lsm9ds0_probe_magn()
/openbmc/linux/drivers/iio/magnetometer/
H A Dst_magn_spi.c58 const struct st_sensor_settings *settings; in st_magn_spi_probe()
77 mdata->sensor_settings = (struct st_sensor_settings *)settings; in st_magn_spi_probe()
H A Dst_magn_i2c.c63 const struct st_sensor_settings *settings; in st_magn_i2c_probe()
82 mdata->sensor_settings = (struct st_sensor_settings *)settings; in st_magn_i2c_probe()
H A Dst_magn_core.c144 static const struct st_sensor_settings st_magn_sensors_settings[] = {
594 const struct st_sensor_settings *st_magn_get_settings(const char *name) in st_magn_get_settings()
/openbmc/linux/drivers/iio/gyro/
H A Dst_gyro_spi.c68 const struct st_sensor_settings *settings; in st_gyro_spi_probe()
87 gdata->sensor_settings = (struct st_sensor_settings *)settings; in st_gyro_spi_probe()
H A Dst_gyro_i2c.c63 const struct st_sensor_settings *settings; in st_gyro_i2c_probe()
82 gdata->sensor_settings = (struct st_sensor_settings *)settings; in st_gyro_i2c_probe()
H A Dst_gyro_core.c68 static const struct st_sensor_settings st_gyro_sensors_settings[] = {
458 const struct st_sensor_settings *st_gyro_get_settings(const char *name) in st_gyro_get_settings()
/openbmc/linux/drivers/iio/pressure/
H A Dst_pressure_spi.c64 const struct st_sensor_settings *settings; in st_press_spi_probe()
83 press_data->sensor_settings = (struct st_sensor_settings *)settings; in st_press_spi_probe()
H A Dst_pressure_i2c.c81 const struct st_sensor_settings *settings; in st_press_i2c_probe()
100 press_data->sensor_settings = (struct st_sensor_settings *)settings; in st_press_i2c_probe()
H A Dst_pressure_core.c224 static const struct st_sensor_settings st_press_sensors_settings[] = {
731 const struct st_sensor_settings *st_press_get_settings(const char *name) in st_press_get_settings()
/openbmc/linux/drivers/iio/accel/
H A Dst_accel_spi.c113 const struct st_sensor_settings *settings; in st_accel_spi_probe()
132 adata->sensor_settings = (struct st_sensor_settings *)settings; in st_accel_spi_probe()
H A Dst_accel_i2c.c171 const struct st_sensor_settings *settings; in st_accel_i2c_probe()
190 adata->sensor_settings = (struct st_sensor_settings *)settings; in st_accel_i2c_probe()
H A Dst_accel_core.c111 static const struct st_sensor_settings st_accel_sensors_settings[] = {
1402 const struct st_sensor_settings *st_accel_get_settings(const char *name) in st_accel_get_settings()
/openbmc/linux/drivers/iio/common/st_sensors/
H A Dst_sensors_spi.c61 struct st_sensor_settings *settings) in st_sensors_configure_spi_3_wire()
H A Dst_sensors_core.c51 static int st_sensors_match_odr(struct st_sensor_settings *sensor_settings, in st_sensors_match_odr()
115 static int st_sensors_match_fs(struct st_sensor_settings *sensor_settings, in st_sensors_match_fs()
571 const struct st_sensor_settings *list, in st_sensors_get_settings_index()