Searched refs:old_timestamp (Results 1 – 5 of 5) sorted by relevance
148 s64 timestamp, old_timestamp; member366 sample_period = timestamp - data->old_timestamp; in __bm1390_fifo_flush()402 data->old_timestamp += sample_period; in __bm1390_fifo_flush()403 buffer[i].ts = data->old_timestamp; in __bm1390_fifo_flush()574 data->old_timestamp = iio_get_time_ns(idev); in bm1390_fifo_enable()
79 int64_t timestamp, old_timestamp; /* Only used in hw fifo mode. */ member
270 int64_t timestamp, old_timestamp; member796 data->old_timestamp = data->timestamp; in __kx022a_fifo_flush()811 if (data->old_timestamp) { in __kx022a_fifo_flush()812 sample_period = data->timestamp - data->old_timestamp; in __kx022a_fifo_flush()1035 data->old_timestamp = data->timestamp; in kx022a_irq_handler()
168 int64_t timestamp, old_timestamp; /* Only used in hw fifo mode. */ member949 data->old_timestamp = data->timestamp; in fxls8962af_fifo_flush()956 sample_period = (data->timestamp - data->old_timestamp); in fxls8962af_fifo_flush()
971 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()
Completed in 21 milliseconds