Searched refs:current_timestamp (Results 1 – 7 of 7) sorted by relevance
| /drivers/platform/chrome/ |
| A D | cros_ec_sensorhub_trace.h | 21 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), 58 __field(s64, current_timestamp) 66 __entry->current_timestamp = current_timestamp; 68 __entry->delta = current_timestamp - current_time; [all …]
|
| A D | cros_ec_sensorhub_ring.c | 421 ktime_t *current_timestamp, in cros_ec_sensor_ring_process_event() argument 465 *current_timestamp, in cros_ec_sensor_ring_process_event() 483 out->timestamp = *current_timestamp; in cros_ec_sensor_ring_process_event() 503 *current_timestamp, in cros_ec_sensor_ring_process_event() 506 if (*current_timestamp - now > 0) { in cros_ec_sensor_ring_process_event() 512 *current_timestamp - now; in cros_ec_sensor_ring_process_event() 525 out->timestamp = *current_timestamp; in cros_ec_sensor_ring_process_event() 739 s64 current_timestamp, in cros_ec_sensor_ring_spread_add_legacy() argument 885 ¤t_timestamp, in cros_ec_sensorhub_ring_handler() 907 current_timestamp = fifo_timestamp; in cros_ec_sensorhub_ring_handler() [all …]
|
| /drivers/gpu/drm/panthor/ |
| A D | panthor_drv.c | 173 PANTHOR_UOBJ_DECL(struct drm_panthor_timestamp_info, current_timestamp), \ 775 arg->current_timestamp = gpu_read64_counter(ptdev, GPU_TIMESTAMP); in panthor_query_timestamp_info()
|
| /drivers/net/wireless/ath/ath11k/ |
| A D | debugfs_htt_stats.h | 409 u32 current_timestamp; member 892 u32 current_timestamp; member
|
| A D | debugfs_htt_stats.c | 1903 htt_stats_buf->current_timestamp); in htt_print_stats_tx_sched_cmn_tlv()
|
| /drivers/net/wireless/ath/ath12k/ |
| A D | debugfs_htt_stats.h | 621 __le32 current_timestamp; member
|
| A D | debugfs_htt_stats.c | 518 le32_to_cpu(htt_stats_buf->current_timestamp)); in ath12k_htt_print_stats_tx_sched_cmn_tlv()
|
Completed in 55 milliseconds