Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/iio/magnetometer/
Dst_magn_spi.c50 const struct st_sensor_settings *settings; in st_magn_spi_probe()
69 mdata->sensor_settings = (struct st_sensor_settings *)settings; in st_magn_spi_probe()
Dst_magn_i2c.c56 const struct st_sensor_settings *settings; in st_magn_i2c_probe()
75 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.c104 static const struct st_sensor_settings st_magn_sensors_settings[] = {
477 const struct st_sensor_settings *st_magn_get_settings(const char *name) in st_magn_get_settings()
/Linux-v5.10/drivers/iio/pressure/
Dst_pressure_spi.c60 const struct st_sensor_settings *settings; in st_press_spi_probe()
79 press_data->sensor_settings = (struct st_sensor_settings *)settings; in st_press_spi_probe()
Dst_pressure_i2c.c76 const struct st_sensor_settings *settings; in st_press_i2c_probe()
95 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.c230 static const struct st_sensor_settings st_press_sensors_settings[] = {
671 const struct st_sensor_settings *st_press_get_settings(const char *name) in st_press_get_settings()
/Linux-v5.10/drivers/iio/gyro/
Dst_gyro_i2c.c64 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()
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()
Dst_gyro.h35 const struct st_sensor_settings *st_gyro_get_settings(const char *name);
Dst_gyro_core.c56 static const struct st_sensor_settings st_gyro_sensors_settings[] = {
448 const struct st_sensor_settings *st_gyro_get_settings(const char *name) in st_gyro_get_settings()
/Linux-v5.10/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.10/drivers/iio/accel/
Dst_accel_spi.c101 const struct st_sensor_settings *settings; in st_accel_spi_probe()
120 adata->sensor_settings = (struct st_sensor_settings *)settings; in st_accel_spi_probe()
Dst_accel_i2c.c152 const struct st_sensor_settings *settings; in st_accel_i2c_probe()
171 adata->sensor_settings = (struct st_sensor_settings *)settings; in st_accel_i2c_probe()
Dst_accel.h73 const struct st_sensor_settings *st_accel_get_settings(const char *name);
Dst_accel_core.c92 static const struct st_sensor_settings st_accel_sensors_settings[] = {
1235 const struct st_sensor_settings *st_accel_get_settings(const char *name) in st_accel_get_settings()
/Linux-v5.10/drivers/iio/common/st_sensors/
Dst_sensors_spi.c62 struct st_sensor_settings *settings) in st_sensors_configure_spi_3_wire()
Dst_sensors_core.c50 static int st_sensors_match_odr(struct st_sensor_settings *sensor_settings, in st_sensors_match_odr()
110 static int st_sensors_match_fs(struct st_sensor_settings *sensor_settings, in st_sensors_match_fs()
591 const struct st_sensor_settings *list, in st_sensors_get_settings_index()