Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/pressure/
H A Drohm-bm1390.c149 s64 timestamp, old_timestamp; member
365 sample_period = timestamp - data->old_timestamp; in __bm1390_fifo_flush()
401 data->old_timestamp += sample_period; in __bm1390_fifo_flush()
402 buffer[i].ts = data->old_timestamp; in __bm1390_fifo_flush()
569 data->old_timestamp = iio_get_time_ns(idev); in bm1390_fifo_enable()
/linux-6.15/drivers/iio/accel/
H A Dbmc150-accel.h80 int64_t timestamp, old_timestamp; /* Only used in hw fifo mode. */ member
H A Dkionix-kx022a.c272 int64_t timestamp, old_timestamp; member
809 data->old_timestamp = data->timestamp; in __kx022a_fifo_flush()
824 if (data->old_timestamp) { in __kx022a_fifo_flush()
825 sample_period = data->timestamp - data->old_timestamp; in __kx022a_fifo_flush()
1040 data->old_timestamp = data->timestamp; in kx022a_irq_handler()
H A Dfxls8962af-core.c171 int64_t timestamp, old_timestamp; /* Only used in hw fifo mode. */ member
961 data->old_timestamp = data->timestamp; in fxls8962af_fifo_flush()
968 sample_period = (data->timestamp - data->old_timestamp); in fxls8962af_fifo_flush()
H A Dbmc150-accel-core.c971 data->old_timestamp = data->timestamp; in __bmc150_accel_fifo_flush()
989 sample_period = (data->timestamp - data->old_timestamp); in __bmc150_accel_fifo_flush()
1364 data->old_timestamp = data->timestamp; in bmc150_accel_irq_handler()