Home
last modified time | relevance | path

Searched refs:inv_sensors_timestamp_update_odr (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/iio/common/inv_sensors/
H A Dinv_sensors_timestamp.c60 int inv_sensors_timestamp_update_odr(struct inv_sensors_timestamp *ts, in inv_sensors_timestamp_update_odr() function
75 EXPORT_SYMBOL_NS_GPL(inv_sensors_timestamp_update_odr, IIO_INV_SENSORS_TIMESTAMP);
/openbmc/linux/include/linux/iio/common/
H A Dinv_sensors_timestamp.h70 int inv_sensors_timestamp_update_odr(struct inv_sensors_timestamp *ts,
/openbmc/linux/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_gyro.c342 ret = inv_sensors_timestamp_update_odr(ts, inv_icm42600_odr_to_period(conf.odr), in inv_icm42600_gyro_write_odr()
H A Dinv_icm42600_accel.c330 ret = inv_sensors_timestamp_update_odr(ts, inv_icm42600_odr_to_period(conf.odr), in inv_icm42600_accel_write_odr()
/openbmc/linux/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_core.c972 result = inv_sensors_timestamp_update_odr(&st->timestamp, fifo_period, fifo_on); in inv_mpu6050_fifo_rate_store()