Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/iio/accel/
A Dkionix-kx022a.c159 int64_t timestamp, old_timestamp; member
650 data->old_timestamp = data->timestamp; in __kx022a_fifo_flush()
665 if (data->old_timestamp) { in __kx022a_fifo_flush()
666 sample_period = data->timestamp - data->old_timestamp; in __kx022a_fifo_flush()
880 data->old_timestamp = data->timestamp; in kx022a_irq_handler()
A Dbmc150-accel.h79 int64_t timestamp, old_timestamp; /* Only used in hw fifo mode. */ member
A Dfxls8962af-core.c166 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.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()

Completed in 14 milliseconds