Searched refs:fifo_timestamp (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/platform/chrome/ |
A D | cros_ec_trace.h | 75 TP_PROTO(u32 ec_sample_timestamp, u32 ec_fifo_timestamp, s64 fifo_timestamp, 77 TP_ARGS(ec_sample_timestamp, ec_fifo_timestamp, fifo_timestamp, current_timestamp, 82 __field(s64, fifo_timestamp) 90 __entry->fifo_timestamp = fifo_timestamp; 98 __entry->fifo_timestamp, 106 TP_PROTO(u32 ec_sensor_num, u32 ec_fifo_timestamp, s64 fifo_timestamp, 108 TP_ARGS(ec_sensor_num, ec_fifo_timestamp, fifo_timestamp, current_timestamp, current_time), 112 __field(s64, fifo_timestamp) 120 __entry->fifo_timestamp = fifo_timestamp; 128 __entry->fifo_timestamp,
|
A D | cros_ec_sensorhub_ring.c | 391 const ktime_t fifo_timestamp, in cros_ec_sensor_ring_process_event() argument 406 s64 c = fifo_timestamp; in cros_ec_sensor_ring_process_event() 435 fifo_timestamp, in cros_ec_sensor_ring_process_event() 473 fifo_timestamp, in cros_ec_sensor_ring_process_event() 769 ktime_t fifo_timestamp, current_timestamp; in cros_ec_sensorhub_ring_handler() local 798 fifo_timestamp = cros_ec_get_time_ns(); in cros_ec_sensorhub_ring_handler() 800 fifo_timestamp = sensorhub->fifo_timestamp[ in cros_ec_sensorhub_ring_handler() 855 fifo_timestamp, in cros_ec_sensorhub_ring_handler() 878 current_timestamp = fifo_timestamp; in cros_ec_sensorhub_ring_handler() 936 sensorhub->fifo_timestamp[CROS_EC_SENSOR_NEW_TS] = in cros_ec_sensorhub_event() [all …]
|
/linux/include/linux/platform_data/ |
A D | cros_ec_sensorhub.h | 161 ktime_t fifo_timestamp[CROS_EC_SENSOR_ALL_TS]; member
|
Completed in 8 milliseconds