Home
last modified time | relevance | path

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

/linux/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)
66 __entry->current_timestamp = current_timestamp;
[all …]
H A Dcros_ec_sensorhub_ring.c432 ktime_t *current_timestamp, in cros_ec_sensor_ring_process_event() argument
456 *current_timestamp = cros_ec_sensor_ring_ts_filter( in cros_ec_sensor_ring_process_event()
470 if (new_timestamp - *current_timestamp > 0) in cros_ec_sensor_ring_process_event()
471 *current_timestamp = new_timestamp; in cros_ec_sensor_ring_process_event()
476 *current_timestamp, in cros_ec_sensor_ring_process_event()
494 out->timestamp = *current_timestamp; in cros_ec_sensor_ring_process_event()
514 *current_timestamp, in cros_ec_sensor_ring_process_event()
517 if (*current_timestamp - now > 0) { in cros_ec_sensor_ring_process_event()
523 *current_timestamp - now; in cros_ec_sensor_ring_process_event()
536 out->timestamp = *current_timestamp; in cros_ec_sensor_ring_process_event()
[all …]
/linux/include/uapi/drm/
H A Dpanthor_drm.h424 /** @current_timestamp: The current timestamp. */
425 __u64 current_timestamp;
382 __u64 current_timestamp; global() member
/linux/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.c1903 htt_stats_buf->current_timestamp); in htt_print_stats_tx_sched_cmn_tlv()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_drv.c175 PANTHOR_UOBJ_DECL(struct drm_panthor_timestamp_info, current_timestamp), \
778 arg->current_timestamp = gpu_read64_counter(ptdev, GPU_TIMESTAMP); in panthor_query_timestamp_info()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddebugfs_htt_stats.h627 __le32 current_timestamp; member
H A Ddebugfs_htt_stats.c520 le32_to_cpu(htt_stats_buf->current_timestamp)); in ath12k_htt_print_stats_tx_sched_cmn_tlv()