Home
last modified time | relevance | path

Searched refs:old_timestamp (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/iio/pressure/
H A Drohm-bm1390.c149 s64 timestamp, old_timestamp; member
364 sample_period = timestamp - data->old_timestamp; in __bm1390_fifo_flush()
400 data->old_timestamp += sample_period; in __bm1390_fifo_flush()
401 buffer[i].ts = data->old_timestamp; in __bm1390_fifo_flush()
568 data->old_timestamp = iio_get_time_ns(idev); in bm1390_fifo_enable()
/linux/drivers/iio/accel/
H A Dbmc150-accel.h81 int64_t timestamp, old_timestamp; /* Only used in hw fifo mode. */ member
H A Dkionix-kx022a.c282 int64_t timestamp, old_timestamp; member
819 data->old_timestamp = data->timestamp; in __kx022a_fifo_flush()
834 if (data->old_timestamp) { in __kx022a_fifo_flush()
835 sample_period = data->timestamp - data->old_timestamp; in __kx022a_fifo_flush()
1050 data->old_timestamp = data->timestamp; in kx022a_irq_handler()
H A Dbmc150-accel-core.c969 data->old_timestamp = data->timestamp; in __bmc150_accel_fifo_flush()
987 sample_period = (data->timestamp - data->old_timestamp); in __bmc150_accel_fifo_flush()
1362 data->old_timestamp = data->timestamp; in bmc150_accel_irq_handler()