Searched refs:st_sensor_settings (Results 1 – 19 of 19) sorted by relevance
54 const struct st_sensor_settings *settings; in st_magn_spi_probe()74 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()80 mdata->sensor_settings = (struct st_sensor_settings *)settings; in st_magn_i2c_probe()
25 const struct st_sensor_settings *st_magn_get_settings(const char *name);
105 static const struct st_sensor_settings st_magn_sensors_settings[] = {478 const struct st_sensor_settings *st_magn_get_settings(const char *name) in st_magn_get_settings()
64 const struct st_sensor_settings *settings; in st_press_spi_probe()84 press_data->sensor_settings = (struct st_sensor_settings *)settings; in st_press_spi_probe()
83 const struct st_sensor_settings *settings; in st_press_i2c_probe()113 press_data->sensor_settings = (struct st_sensor_settings *)settings; in st_press_i2c_probe()
44 const struct st_sensor_settings *st_press_get_settings(const char *name);
231 static const struct st_sensor_settings st_press_sensors_settings[] = {672 const struct st_sensor_settings *st_press_get_settings(const char *name) in st_press_get_settings()
72 const struct st_sensor_settings *settings; in st_gyro_spi_probe()92 gdata->sensor_settings = (struct st_sensor_settings *)settings; in st_gyro_spi_probe()
68 const struct st_sensor_settings *settings; in st_gyro_i2c_probe()88 gdata->sensor_settings = (struct st_sensor_settings *)settings; in st_gyro_i2c_probe()
35 const struct st_sensor_settings *st_gyro_get_settings(const char *name);
57 static const struct st_sensor_settings st_gyro_sensors_settings[] = {376 const struct st_sensor_settings *st_gyro_get_settings(const char *name) in st_gyro_get_settings()
194 struct st_sensor_settings { struct236 struct st_sensor_settings *sensor_settings;307 const struct st_sensor_settings *list,
105 const struct st_sensor_settings *settings; in st_accel_spi_probe()125 adata->sensor_settings = (struct st_sensor_settings *)settings; in st_accel_spi_probe()
153 const struct st_sensor_settings *settings; in st_accel_i2c_probe()175 adata->sensor_settings = (struct st_sensor_settings *)settings; in st_accel_i2c_probe()
71 const struct st_sensor_settings *st_accel_get_settings(const char *name);
93 static const struct st_sensor_settings st_accel_sensors_settings[] = {1155 const struct st_sensor_settings *st_accel_get_settings(const char *name) in st_accel_get_settings()
60 struct st_sensor_settings *settings) in st_sensors_configure_spi_3_wire()
56 static int st_sensors_match_odr(struct st_sensor_settings *sensor_settings, in st_sensors_match_odr()116 static int st_sensors_match_fs(struct st_sensor_settings *sensor_settings, in st_sensors_match_fs()609 const struct st_sensor_settings *list, in st_sensors_get_settings_index()