Searched refs:current_timestamp (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.h409 u32 current_timestamp; member in struct:htt_peer_stats_cmn_tlv
892 u32 current_timestamp; member in struct:htt_stats_tx_sched_cmn_tlv
H A Ddebugfs_htt_stats.c1901 len += scnprintf(buf + len, buf_len - len, "current_timestamp = %u\n\n",
1902 htt_stats_buf->current_timestamp);
/linux-master/drivers/platform/chrome/
H A Dcros_ec_sensorhub_ring.c408 * @current_timestamp: calculated event timestamp, kernel timebase (aka a').
421 ktime_t *current_timestamp,
445 *current_timestamp = cros_ec_sensor_ring_ts_filter(
459 if (new_timestamp - *current_timestamp > 0)
460 *current_timestamp = new_timestamp;
465 *current_timestamp,
483 out->timestamp = *current_timestamp;
503 *current_timestamp,
506 if (*current_timestamp - now > 0) {
512 *current_timestamp
417 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) argument
737 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) argument
798 ktime_t fifo_timestamp, current_timestamp; local
[all...]
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...]

Completed in 153 milliseconds