Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iio/magnetometer/
Dst_magn_spi.c54 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()
Dst_magn_i2c.c60 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()
Dst_magn.h25 const struct st_sensor_settings *st_magn_get_settings(const char *name);
Dst_magn_core.c105 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()
/Linux-v5.4/drivers/iio/pressure/
Dst_pressure_spi.c64 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()
Dst_pressure_i2c.c83 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()
Dst_pressure.h44 const struct st_sensor_settings *st_press_get_settings(const char *name);
Dst_pressure_core.c231 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()
/Linux-v5.4/drivers/iio/gyro/
Dst_gyro_spi.c72 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()
Dst_gyro_i2c.c68 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()
Dst_gyro.h35 const struct st_sensor_settings *st_gyro_get_settings(const char *name);
Dst_gyro_core.c57 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()
/Linux-v5.4/include/linux/iio/common/
Dst_sensors.h194 struct st_sensor_settings { struct
236 struct st_sensor_settings *sensor_settings;
307 const struct st_sensor_settings *list,
/Linux-v5.4/drivers/iio/accel/
Dst_accel_spi.c105 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()
Dst_accel_i2c.c153 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()
Dst_accel.h71 const struct st_sensor_settings *st_accel_get_settings(const char *name);
Dst_accel_core.c93 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()
/Linux-v5.4/drivers/iio/common/st_sensors/
Dst_sensors_spi.c60 struct st_sensor_settings *settings) in st_sensors_configure_spi_3_wire()
Dst_sensors_core.c56 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()