Searched refs:fifo_timestamp (Results 1 – 2 of 2) sorted by relevance
388 const ktime_t fifo_timestamp, in cros_ec_sensor_ring_process_event() argument403 s64 c = fifo_timestamp; in cros_ec_sensor_ring_process_event()755 ktime_t fifo_timestamp, current_timestamp; in cros_ec_sensorhub_ring_handler() local784 fifo_timestamp = cros_ec_get_time_ns(); in cros_ec_sensorhub_ring_handler()786 fifo_timestamp = sensorhub->fifo_timestamp[ in cros_ec_sensorhub_ring_handler()800 current_timestamp = sensorhub->fifo_timestamp[CROS_EC_SENSOR_LAST_TS]; in cros_ec_sensorhub_ring_handler()841 fifo_timestamp, in cros_ec_sensorhub_ring_handler()864 current_timestamp = fifo_timestamp; in cros_ec_sensorhub_ring_handler()892 sensorhub->fifo_timestamp[CROS_EC_SENSOR_LAST_TS] = current_timestamp; in cros_ec_sensorhub_ring_handler()922 sensorhub->fifo_timestamp[CROS_EC_SENSOR_NEW_TS] = in cros_ec_sensorhub_event()[all …]
161 ktime_t fifo_timestamp[CROS_EC_SENSOR_ALL_TS]; member