Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/chrome/
Dcros_ec_sensorhub_trace.h20 TP_PROTO(u32 ec_sample_timestamp, u32 ec_fifo_timestamp, s64 fifo_timestamp,
22 TP_ARGS(ec_sample_timestamp, ec_fifo_timestamp, fifo_timestamp, current_timestamp,
27 __field(s64, fifo_timestamp)
35 __entry->fifo_timestamp = fifo_timestamp;
43 __entry->fifo_timestamp,
51 TP_PROTO(u32 ec_sensor_num, u32 ec_fifo_timestamp, s64 fifo_timestamp,
53 TP_ARGS(ec_sensor_num, ec_fifo_timestamp, fifo_timestamp, current_timestamp, current_time),
57 __field(s64, fifo_timestamp)
65 __entry->fifo_timestamp = fifo_timestamp;
73 __entry->fifo_timestamp,
Dcros_ec_sensorhub_ring.c420 const ktime_t fifo_timestamp, in cros_ec_sensor_ring_process_event() argument
435 s64 c = fifo_timestamp; in cros_ec_sensor_ring_process_event()
464 fifo_timestamp, in cros_ec_sensor_ring_process_event()
502 fifo_timestamp, in cros_ec_sensor_ring_process_event()
798 ktime_t fifo_timestamp, current_timestamp; in cros_ec_sensorhub_ring_handler() local
827 fifo_timestamp = cros_ec_get_time_ns(); in cros_ec_sensorhub_ring_handler()
829 fifo_timestamp = sensorhub->fifo_timestamp[ in cros_ec_sensorhub_ring_handler()
843 current_timestamp = sensorhub->fifo_timestamp[CROS_EC_SENSOR_LAST_TS]; in cros_ec_sensorhub_ring_handler()
884 fifo_timestamp, in cros_ec_sensorhub_ring_handler()
907 current_timestamp = fifo_timestamp; in cros_ec_sensorhub_ring_handler()
[all …]
/linux-6.12.1/include/linux/platform_data/
Dcros_ec_sensorhub.h161 ktime_t fifo_timestamp[CROS_EC_SENSOR_ALL_TS]; member