Home
last modified time | relevance | path

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

/linux/drivers/iio/imu/inv_icm45600/
H A Dinv_icm45600_buffer.c468 inv_sensors_timestamp_interrupt(ts, st->fifo.watermark.eff_gyro, in inv_icm45600_buffer_fifo_parse()
478 inv_sensors_timestamp_interrupt(ts, st->fifo.watermark.eff_accel, in inv_icm45600_buffer_fifo_parse()
509 inv_sensors_timestamp_interrupt(ts, st->fifo.nb.gyro, gyro_ts); in inv_icm45600_buffer_hwfifo_flush()
517 inv_sensors_timestamp_interrupt(ts, st->fifo.nb.accel, accel_ts); in inv_icm45600_buffer_hwfifo_flush()
/linux/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_buffer.c512 inv_sensors_timestamp_interrupt(ts, st->fifo.watermark.eff_gyro, in inv_icm42600_buffer_fifo_parse()
522 inv_sensors_timestamp_interrupt(ts, st->fifo.watermark.eff_accel, in inv_icm42600_buffer_fifo_parse()
553 inv_sensors_timestamp_interrupt(ts, st->fifo.nb.gyro, gyro_ts); in inv_icm42600_buffer_hwfifo_flush()
561 inv_sensors_timestamp_interrupt(ts, st->fifo.nb.accel, accel_ts); in inv_icm42600_buffer_hwfifo_flush()
/linux/drivers/iio/common/inv_sensors/
H A Dinv_sensors_timestamp.c135 void inv_sensors_timestamp_interrupt(struct inv_sensors_timestamp *ts, in inv_sensors_timestamp_interrupt() function
169 EXPORT_SYMBOL_NS_GPL(inv_sensors_timestamp_interrupt, "IIO_INV_SENSORS_TIMESTAMP");
/linux/include/linux/iio/common/
H A Dinv_sensors_timestamp.h73 void inv_sensors_timestamp_interrupt(struct inv_sensors_timestamp *ts,
/linux/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_ring.c104 inv_sensors_timestamp_interrupt(&st->timestamp, 1, pf->timestamp); in inv_mpu6050_read_fifo()