Home
last modified time | relevance | path

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

/linux/drivers/iio/pressure/
A Drohm-bm1390.c148 s64 timestamp, old_timestamp; member
366 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()
/linux/drivers/iio/accel/
A Dbmc150-accel.h79 int64_t timestamp, old_timestamp; /* Only used in hw fifo mode. */ member
A Dkionix-kx022a.c270 int64_t timestamp, old_timestamp; member
796 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()
A Dfxls8962af-core.c168 int64_t timestamp, old_timestamp; /* Only used in hw fifo mode. */ member
949 data->old_timestamp = data->timestamp; in fxls8962af_fifo_flush()
956 sample_period = (data->timestamp - data->old_timestamp); in fxls8962af_fifo_flush()
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()

Completed in 21 milliseconds