Home
last modified time | relevance | path

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

/linux/include/linux/iio/common/
H A Dst_sensors.h188 * struct st_sensor_settings - ST specific sensor settings
204 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);
205 waist_sensor_settings global() argument
206 wai_addrst_sensor_settings global() argument
207 sensors_supportedst_sensor_settings global() argument
208 chst_sensor_settings global() argument
209 num_chst_sensor_settings global() argument
210 odrst_sensor_settings global() argument
211 pwst_sensor_settings global() argument
212 enable_axisst_sensor_settings global() argument
213 fsst_sensor_settings global() argument
214 bdust_sensor_settings global() argument
215 dasst_sensor_settings global() argument
216 drdy_irqst_sensor_settings global() argument
217 simst_sensor_settings global() argument
218 multi_read_bitst_sensor_settings global() argument
219 bootimest_sensor_settings global() argument
/linux/drivers/iio/imu/st_lsm9ds0/
H A Dst_lsm9ds0_core.c23 const struct st_sensor_settings *settings; in st_lsm9ds0_probe_accel()
39 data->sensor_settings = (struct st_sensor_settings *)settings; in st_lsm9ds0_probe_accel()
48 const struct st_sensor_settings *settings; in st_lsm9ds0_probe_magn()
64 data->sensor_settings = (struct st_sensor_settings *)settings; in st_lsm9ds0_probe_magn()
/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()
/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()
/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.c78 const struct st_sensor_settings *settings; in st_press_i2c_probe()
97 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()
/linux/drivers/iio/accel/
H A Dst_accel_spi.c117 const struct st_sensor_settings *settings; in st_accel_spi_probe()
136 adata->sensor_settings = (struct st_sensor_settings *)settings; in st_accel_spi_probe()
H A Dst_accel_i2c.c173 const struct st_sensor_settings *settings; in st_accel_i2c_probe()
192 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[] = {
1483 const struct st_sensor_settings *st_accel_get_settings(const char *name) in st_accel_get_settings()
/linux/drivers/iio/common/st_sensors/
H A Dst_sensors_spi.c61 struct st_sensor_settings *settings) in st_sensors_configure_spi_3_wire()