Searched refs:ts64 (Results 1 – 6 of 6) sorted by relevance
71 struct timespec64 ts64 = { in coda_to_timespec64() local76 return ts64; in coda_to_timespec64()79 static struct coda_timespec timespec64_to_coda(struct timespec64 ts64) in timespec64_to_coda() argument82 .tv_sec = ts64.tv_sec, in timespec64_to_coda()83 .tv_nsec = ts64.tv_nsec, in timespec64_to_coda()
59 struct timespec64 ts64 = in sync_print_fence() local62 seq_printf(s, "@%ptSp", &ts64); in sync_print_fence()
415 struct timespec64 ts64; in packet_irq_handler() local422 ktime_get_real_ts64(&ts64); in packet_irq_handler()423 timestamp = ts64.tv_nsec / NSEC_PER_USEC; in packet_irq_handler()445 struct timespec64 ts64; in bus_reset_irq_handler() local448 ktime_get_real_ts64(&ts64); in bus_reset_irq_handler()449 timestamp = ts64.tv_nsec / NSEC_PER_USEC; in bus_reset_irq_handler()
1117 struct timespec64 ts64 = {0, 0}; in get_framing_tstamp() local 1121 ktime_get_raw_ts64(&ts64); in get_framing_tstamp() 1124 ktime_get_ts64(&ts64); in get_framing_tstamp() 1127 ktime_get_real_ts64(&ts64); in get_framing_tstamp() 1130 return ts64; in get_framing_tstamp() 1146 struct timespec64 ts64 = get_framing_tstamp(substream); in snd_rawmidi_receive() local 1165 result = receive_with_tstamp_framing(substream, buffer, count, &ts64); in snd_rawmidi_receive()
849 struct timespec64 ts64; in dummy_g_get_frame() local851 ktime_get_ts64(&ts64); in dummy_g_get_frame()852 return ts64.tv_nsec / NSEC_PER_MSEC; in dummy_g_get_frame()
8444 struct timespec64 ts64; in ufshcd_update_rtc() local8448 ktime_get_real_ts64(&ts64); in ufshcd_update_rtc()8450 if (ts64.tv_sec < hba->dev_info.rtc_time_baseline) { in ufshcd_update_rtc()8459 val = ts64.tv_sec - hba->dev_info.rtc_time_baseline; in ufshcd_update_rtc()8472 hba->dev_info.rtc_time_baseline = ts64.tv_sec; in ufshcd_update_rtc()