Searched refs:fifo_timestamp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/chrome/ |
H A D | cros_ec_sensorhub_trace.h | 20 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 [all...] |
H A D | cros_ec_sensorhub_ring.c | 379 * @fifo_timestamp: EC IRQ, kernel timebase (aka c). 392 const ktime_t fifo_timestamp, in cros_ec_sensor_ring_process_event() 407 s64 c = fifo_timestamp; in cros_ec_sensor_ring_process_event() 436 fifo_timestamp, in cros_ec_sensor_ring_process_event() 474 fifo_timestamp, in cros_ec_sensor_ring_process_event() 770 ktime_t fifo_timestamp, current_timestamp; in cros_ec_sensorhub_ring_handler() local 799 fifo_timestamp = cros_ec_get_time_ns(); in cros_ec_sensorhub_ring_handler() 801 fifo_timestamp = sensorhub->fifo_timestamp[ in cros_ec_sensorhub_ring_handler() 815 current_timestamp = sensorhub->fifo_timestamp[CROS_EC_SENSOR_LAST_T in cros_ec_sensorhub_ring_handler() 389 cros_ec_sensor_ring_process_event(struct cros_ec_sensorhub *sensorhub, const struct ec_response_motion_sense_fifo_info *fifo_info, const ktime_t fifo_timestamp, ktime_t *current_timestamp, struct ec_response_motion_sensor_data *in, struct cros_ec_sensors_ring_sample *out) cros_ec_sensor_ring_process_event() argument [all...] |
/kernel/linux/linux-6.6/drivers/platform/chrome/ |
H A D | cros_ec_sensorhub_trace.h | 20 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 [all...] |
H A D | cros_ec_sensorhub_ring.c | 379 * @fifo_timestamp: EC IRQ, kernel timebase (aka c). 392 const ktime_t fifo_timestamp, in cros_ec_sensor_ring_process_event() 407 s64 c = fifo_timestamp; in cros_ec_sensor_ring_process_event() 436 fifo_timestamp, in cros_ec_sensor_ring_process_event() 474 fifo_timestamp, in cros_ec_sensor_ring_process_event() 770 ktime_t fifo_timestamp, current_timestamp; in cros_ec_sensorhub_ring_handler() local 799 fifo_timestamp = cros_ec_get_time_ns(); in cros_ec_sensorhub_ring_handler() 801 fifo_timestamp = sensorhub->fifo_timestamp[ in cros_ec_sensorhub_ring_handler() 815 current_timestamp = sensorhub->fifo_timestamp[CROS_EC_SENSOR_LAST_T in cros_ec_sensorhub_ring_handler() 389 cros_ec_sensor_ring_process_event(struct cros_ec_sensorhub *sensorhub, const struct ec_response_motion_sense_fifo_info *fifo_info, const ktime_t fifo_timestamp, ktime_t *current_timestamp, struct ec_response_motion_sensor_data *in, struct cros_ec_sensors_ring_sample *out) cros_ec_sensor_ring_process_event() argument [all...] |
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | cros_ec_sensorhub.h | 126 * @fifo_timestamp: Array for event timestamp and spreading. 161 ktime_t fifo_timestamp[CROS_EC_SENSOR_ALL_TS]; member
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | cros_ec_sensorhub.h | 126 * @fifo_timestamp: Array for event timestamp and spreading. 161 ktime_t fifo_timestamp[CROS_EC_SENSOR_ALL_TS]; member
|
Completed in 4 milliseconds