Searched refs:st_sensor_settings (Results 1 – 16 of 16) sorted by relevance
203 struct st_sensor_settings { struct245 struct st_sensor_settings *sensor_settings;311 const struct st_sensor_settings *list,325 const struct st_sensor_settings *st_accel_get_settings(const char *name);329 const struct st_sensor_settings *st_gyro_get_settings(const char *name);333 const struct st_sensor_settings *st_magn_get_settings(const char *name);337 const struct st_sensor_settings *st_press_get_settings(const char *name);
75 const struct st_sensor_settings *settings; in st_lsm9ds0_probe_accel()92 data->sensor_settings = (struct st_sensor_settings *)settings; in st_lsm9ds0_probe_accel()103 const struct st_sensor_settings *settings; in st_lsm9ds0_probe_magn()120 data->sensor_settings = (struct st_sensor_settings *)settings; in st_lsm9ds0_probe_magn()
54 const struct st_sensor_settings *settings; in st_magn_spi_probe()73 mdata->sensor_settings = (struct st_sensor_settings *)settings; in st_magn_spi_probe()
60 const struct st_sensor_settings *settings; in st_magn_i2c_probe()79 mdata->sensor_settings = (struct st_sensor_settings *)settings; in st_magn_i2c_probe()
144 static const struct st_sensor_settings st_magn_sensors_settings[] = {592 const struct st_sensor_settings *st_magn_get_settings(const char *name) in st_magn_get_settings()
68 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()
64 const struct st_sensor_settings *settings; in st_gyro_i2c_probe()83 gdata->sensor_settings = (struct st_sensor_settings *)settings; in st_gyro_i2c_probe()
68 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()
64 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()
82 const struct st_sensor_settings *settings; in st_press_i2c_probe()101 press_data->sensor_settings = (struct st_sensor_settings *)settings; in st_press_i2c_probe()
224 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()
105 const struct st_sensor_settings *settings; in st_accel_spi_probe()124 adata->sensor_settings = (struct st_sensor_settings *)settings; in st_accel_spi_probe()
161 const struct st_sensor_settings *settings; in st_accel_i2c_probe()180 adata->sensor_settings = (struct st_sensor_settings *)settings; in st_accel_i2c_probe()
111 static const struct st_sensor_settings st_accel_sensors_settings[] = {1399 const struct st_sensor_settings *st_accel_get_settings(const char *name) in st_accel_get_settings()
61 struct st_sensor_settings *settings) in st_sensors_configure_spi_3_wire()
51 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()596 const struct st_sensor_settings *list, in st_sensors_get_settings_index()