Home
last modified time | relevance | path

Searched refs:fifo_timestamp (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/platform/chrome/
Dcros_ec_sensorhub_ring.c388 const ktime_t fifo_timestamp, in cros_ec_sensor_ring_process_event() argument
403 s64 c = fifo_timestamp; in cros_ec_sensor_ring_process_event()
755 ktime_t fifo_timestamp, current_timestamp; in cros_ec_sensorhub_ring_handler() local
784 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 …]
/Linux-v5.10/include/linux/platform_data/
Dcros_ec_sensorhub.h161 ktime_t fifo_timestamp[CROS_EC_SENSOR_ALL_TS]; member