Searched refs:st_sensor_settings (Results 1 – 15 of 15) sorted by relevance
188 * struct st_sensor_settings - ST specific sensor settings204 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
23 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()
58 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()
63 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()
144 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()
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()
63 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()
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()
78 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()
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()
117 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()
173 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()
111 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()
61 struct st_sensor_settings *settings) in st_sensors_configure_spi_3_wire()