Searched refs:inv_sensors_timestamp_apply_odr (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/iio/common/inv_sensors/ |
D | inv_sensors_timestamp.c | 160 void inv_sensors_timestamp_apply_odr(struct inv_sensors_timestamp *ts, in inv_sensors_timestamp_apply_odr() function 190 EXPORT_SYMBOL_NS_GPL(inv_sensors_timestamp_apply_odr, IIO_INV_SENSORS_TIMESTAMP);
|
/Linux-v6.6/include/linux/iio/common/ |
D | inv_sensors_timestamp.h | 83 void inv_sensors_timestamp_apply_odr(struct inv_sensors_timestamp *ts,
|
/Linux-v6.6/drivers/iio/imu/inv_mpu6050/ |
D | inv_mpu_ring.c | 115 inv_sensors_timestamp_apply_odr(&st->timestamp, fifo_period, nb, 0); in inv_mpu6050_read_fifo()
|
/Linux-v6.6/drivers/iio/imu/inv_icm42600/ |
D | inv_icm42600_gyro.c | 130 inv_sensors_timestamp_apply_odr(ts, 0, 0, 0); in inv_icm42600_gyro_update_scan_mode() 792 inv_sensors_timestamp_apply_odr(ts, st->fifo.period, in inv_icm42600_gyro_parse_fifo()
|
D | inv_icm42600_accel.c | 130 inv_sensors_timestamp_apply_odr(ts, 0, 0, 0); in inv_icm42600_accel_update_scan_mode() 780 inv_sensors_timestamp_apply_odr(ts, st->fifo.period, in inv_icm42600_accel_parse_fifo()
|