Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/iio/accel/ !
Dbmc150-accel.h79 int64_t timestamp, old_timestamp; /* Only used in hw fifo mode. */ member
Dfxls8962af-core.c167 int64_t timestamp, old_timestamp; /* Only used in hw fifo mode. */ member
950 data->old_timestamp = data->timestamp; in fxls8962af_fifo_flush()
957 sample_period = (data->timestamp - data->old_timestamp); in fxls8962af_fifo_flush()
Dbmc150-accel-core.c1011 data->old_timestamp = data->timestamp; in __bmc150_accel_fifo_flush()
1029 sample_period = (data->timestamp - data->old_timestamp); in __bmc150_accel_fifo_flush()
1405 data->old_timestamp = data->timestamp; in bmc150_accel_irq_handler()