Home
last modified time | relevance | path

Searched refs:current_timestamp (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/platform/chrome/
H A Dcros_ec_sensorhub_trace.h21 s64 current_timestamp, s64 current_time),
22 TP_ARGS(ec_sample_timestamp, ec_fifo_timestamp, fifo_timestamp, current_timestamp,
28 __field(s64, current_timestamp)
36 __entry->current_timestamp = current_timestamp;
38 __entry->delta = current_timestamp - current_time;
44 __entry->current_timestamp,
52 s64 current_timestamp, s64 current_time),
53 TP_ARGS(ec_sensor_num, ec_fifo_timestamp, fifo_timestamp, current_timestamp, current_time),
58 __field(s64, current_timestamp)
[all...]
H A Dcros_ec_sensorhub_ring.c380 * @current_timestamp: calculated event timestamp, kernel timebase (aka a').
393 ktime_t *current_timestamp, in cros_ec_sensor_ring_process_event()
417 *current_timestamp = cros_ec_sensor_ring_ts_filter( in cros_ec_sensor_ring_process_event()
431 if (new_timestamp - *current_timestamp > 0) in cros_ec_sensor_ring_process_event()
432 *current_timestamp = new_timestamp; in cros_ec_sensor_ring_process_event()
437 *current_timestamp, in cros_ec_sensor_ring_process_event()
455 out->timestamp = *current_timestamp; in cros_ec_sensor_ring_process_event()
475 *current_timestamp, in cros_ec_sensor_ring_process_event()
478 if (*current_timestamp - now > 0) { in cros_ec_sensor_ring_process_event()
484 *current_timestamp in cros_ec_sensor_ring_process_event()
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
709 cros_ec_sensor_ring_spread_add_legacy(struct cros_ec_sensorhub *sensorhub, unsigned long sensor_mask, s64 current_timestamp, struct cros_ec_sensors_ring_sample *last_out) cros_ec_sensor_ring_spread_add_legacy() argument
770 ktime_t fifo_timestamp, current_timestamp; cros_ec_sensorhub_ring_handler() local
[all...]
/kernel/linux/linux-6.6/drivers/platform/chrome/
H A Dcros_ec_sensorhub_trace.h21 s64 current_timestamp, s64 current_time),
22 TP_ARGS(ec_sample_timestamp, ec_fifo_timestamp, fifo_timestamp, current_timestamp,
28 __field(s64, current_timestamp)
36 __entry->current_timestamp = current_timestamp;
38 __entry->delta = current_timestamp - current_time;
44 __entry->current_timestamp,
52 s64 current_timestamp, s64 current_time),
53 TP_ARGS(ec_sensor_num, ec_fifo_timestamp, fifo_timestamp, current_timestamp, current_time),
58 __field(s64, current_timestamp)
[all...]
H A Dcros_ec_sensorhub_ring.c380 * @current_timestamp: calculated event timestamp, kernel timebase (aka a').
393 ktime_t *current_timestamp, in cros_ec_sensor_ring_process_event()
417 *current_timestamp = cros_ec_sensor_ring_ts_filter( in cros_ec_sensor_ring_process_event()
431 if (new_timestamp - *current_timestamp > 0) in cros_ec_sensor_ring_process_event()
432 *current_timestamp = new_timestamp; in cros_ec_sensor_ring_process_event()
437 *current_timestamp, in cros_ec_sensor_ring_process_event()
455 out->timestamp = *current_timestamp; in cros_ec_sensor_ring_process_event()
475 *current_timestamp, in cros_ec_sensor_ring_process_event()
478 if (*current_timestamp - now > 0) { in cros_ec_sensor_ring_process_event()
484 *current_timestamp in cros_ec_sensor_ring_process_event()
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
709 cros_ec_sensor_ring_spread_add_legacy(struct cros_ec_sensorhub *sensorhub, unsigned long sensor_mask, s64 current_timestamp, struct cros_ec_sensors_ring_sample *last_out) cros_ec_sensor_ring_spread_add_legacy() argument
770 ktime_t fifo_timestamp, current_timestamp; cros_ec_sensorhub_ring_handler() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.h373 u32 current_timestamp; member
822 u32 current_timestamp; member
H A Ddebugfs_htt_stats.c1969 len += HTT_DBG_OUT(buf + len, buf_len - len, "current_timestamp = %u\n", in htt_print_stats_tx_sched_cmn_tlv()
1970 htt_stats_buf->current_timestamp); in htt_print_stats_tx_sched_cmn_tlv()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.h409 u32 current_timestamp; member
892 u32 current_timestamp; member
H A Ddebugfs_htt_stats.c1901 len += scnprintf(buf + len, buf_len - len, "current_timestamp = %u\n\n", in htt_print_stats_tx_sched_cmn_tlv()
1902 htt_stats_buf->current_timestamp); in htt_print_stats_tx_sched_cmn_tlv()

Completed in 24 milliseconds