Searched refs:inv_sensors_timestamp_apply_odr (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/iio/common/inv_sensors/ |
D | inv_sensors_timestamp.c | 167 void inv_sensors_timestamp_apply_odr(struct inv_sensors_timestamp *ts, in inv_sensors_timestamp_apply_odr() function 197 EXPORT_SYMBOL_NS_GPL(inv_sensors_timestamp_apply_odr, IIO_INV_SENSORS_TIMESTAMP);
|
/linux-6.12.1/include/linux/iio/common/ |
D | inv_sensors_timestamp.h | 82 void inv_sensors_timestamp_apply_odr(struct inv_sensors_timestamp *ts,
|
/linux-6.12.1/drivers/iio/imu/inv_mpu6050/ |
D | inv_mpu_ring.c | 104 inv_sensors_timestamp_apply_odr(&st->timestamp, fifo_period, 1, 0); in inv_mpu6050_read_fifo()
|
D | inv_mpu_trigger.c | 115 inv_sensors_timestamp_apply_odr(&st->timestamp, 0, 0, 0); in inv_mpu6050_prepare_fifo()
|
/linux-6.12.1/drivers/iio/imu/inv_icm42600/ |
D | inv_icm42600_gyro.c | 131 inv_sensors_timestamp_apply_odr(ts, 0, 0, 0); in inv_icm42600_gyro_update_scan_mode() 831 inv_sensors_timestamp_apply_odr(ts, st->fifo.period, in inv_icm42600_gyro_parse_fifo()
|
D | inv_icm42600_accel.c | 232 inv_sensors_timestamp_apply_odr(ts, 0, 0, 0); in inv_icm42600_accel_update_scan_mode() 926 inv_sensors_timestamp_apply_odr(ts, st->fifo.period, in inv_icm42600_accel_parse_fifo()
|