Home
last modified time | relevance | path

Searched refs:inv_sensors_timestamp (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/include/linux/iio/common/
Dinv_sensors_timestamp.h55 struct inv_sensors_timestamp { struct
67 void inv_sensors_timestamp_init(struct inv_sensors_timestamp *ts, argument
70 int inv_sensors_timestamp_update_odr(struct inv_sensors_timestamp *ts,
73 void inv_sensors_timestamp_interrupt(struct inv_sensors_timestamp *ts,
77 static inline int64_t inv_sensors_timestamp_pop(struct inv_sensors_timestamp *ts) in inv_sensors_timestamp_pop()
83 void inv_sensors_timestamp_apply_odr(struct inv_sensors_timestamp *ts,
87 static inline void inv_sensors_timestamp_reset(struct inv_sensors_timestamp *ts) in inv_sensors_timestamp_reset()
/Linux-v6.6/drivers/iio/common/inv_sensors/
Dinv_sensors_timestamp.c41 void inv_sensors_timestamp_init(struct inv_sensors_timestamp *ts, in inv_sensors_timestamp_init()
60 int inv_sensors_timestamp_update_odr(struct inv_sensors_timestamp *ts, in inv_sensors_timestamp_update_odr()
73 static bool inv_validate_period(struct inv_sensors_timestamp *ts, uint32_t period, uint32_t mult) in inv_validate_period()
86 static bool inv_update_chip_period(struct inv_sensors_timestamp *ts, in inv_update_chip_period()
102 static void inv_align_timestamp_it(struct inv_sensors_timestamp *ts) in inv_align_timestamp_it()
122 void inv_sensors_timestamp_interrupt(struct inv_sensors_timestamp *ts, in inv_sensors_timestamp_interrupt()
160 void inv_sensors_timestamp_apply_odr(struct inv_sensors_timestamp *ts, in inv_sensors_timestamp_apply_odr()
DMakefile6 obj-$(CONFIG_IIO_INV_SENSORS_TIMESTAMP) += inv_sensors_timestamp.o
/Linux-v6.6/drivers/iio/imu/inv_icm42600/
Dinv_icm42600_gyro.c102 struct inv_sensors_timestamp *ts = iio_priv(indio_dev); in inv_icm42600_gyro_update_scan_mode()
327 struct inv_sensors_timestamp *ts = iio_priv(indio_dev); in inv_icm42600_gyro_write_odr()
723 struct inv_sensors_timestamp *ts; in inv_icm42600_gyro_init()
769 struct inv_sensors_timestamp *ts = iio_priv(indio_dev); in inv_icm42600_gyro_parse_fifo()
Dinv_icm42600_accel.c102 struct inv_sensors_timestamp *ts = iio_priv(indio_dev); in inv_icm42600_accel_update_scan_mode()
315 struct inv_sensors_timestamp *ts = iio_priv(indio_dev); in inv_icm42600_accel_write_odr()
712 struct inv_sensors_timestamp *ts; in inv_icm42600_accel_init()
757 struct inv_sensors_timestamp *ts = iio_priv(indio_dev); in inv_icm42600_accel_parse_fifo()
Dinv_icm42600_buffer.c279 struct inv_sensors_timestamp *ts = iio_priv(indio_dev); in inv_icm42600_buffer_preenable()
508 struct inv_sensors_timestamp *ts; in inv_icm42600_buffer_fifo_parse()
540 struct inv_sensors_timestamp *ts; in inv_icm42600_buffer_hwfifo_flush()
/Linux-v6.6/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_iio.h199 struct inv_sensors_timestamp timestamp;