Home
last modified time | relevance | path

Searched refs:ts64 (Results 1 – 10 of 10) sorted by relevance

/linux/fs/coda/
H A Dcoda_linux.c71 struct timespec64 ts64 = { in coda_to_timespec64() local
76 return ts64; in coda_to_timespec64()
79 static struct coda_timespec timespec64_to_coda(struct timespec64 ts64) in timespec64_to_coda() argument
82 .tv_sec = ts64.tv_sec, in timespec64_to_coda()
83 .tv_nsec = ts64.tv_nsec, in timespec64_to_coda()
/linux/drivers/dma-buf/
H A Dsync_debug.c59 struct timespec64 ts64 = in sync_print_fence() local
62 seq_printf(s, "@%ptSp", &ts64); in sync_print_fence()
/linux/kernel/time/
H A Dtime.c910 static int __get_old_timespec32(struct timespec64 *ts64, in __get_old_timespec32() argument
920 ts64->tv_sec = ts.tv_sec; in __get_old_timespec32()
921 ts64->tv_nsec = ts.tv_nsec; in __get_old_timespec32()
926 static int __put_old_timespec32(const struct timespec64 *ts64, in __put_old_timespec32() argument
930 .tv_sec = ts64->tv_sec, in __put_old_timespec32()
931 .tv_nsec = ts64->tv_nsec in __put_old_timespec32()
/linux/drivers/firewire/
H A Dnosy.c415 struct timespec64 ts64; in packet_irq_handler() local
422 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() local
448 ktime_get_real_ts64(&ts64); in bus_reset_irq_handler()
449 timestamp = ts64.tv_nsec / NSEC_PER_USEC; in bus_reset_irq_handler()
/linux/sound/core/
H A Drawmidi.c1117 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()
/linux/drivers/usb/gadget/udc/
H A Ddummy_hcd.c854 struct timespec64 ts64; in dummy_g_get_frame() local
856 ktime_get_ts64(&ts64); in dummy_g_get_frame()
857 return ts64.tv_nsec / NSEC_PER_MSEC; in dummy_g_get_frame()
/linux/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_pro.c692 le32_to_cpu(ts->ts64[1])); in pcan_usb_pro_handle_ts()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c1901 struct timespec64 ts64 = *ts; in ice_ptp_settime64() local
1922 err = ice_ptp_write_init(pf, &ts64); in ice_ptp_settime64()
/linux/fs/xfs/
H A Dxfs_trace.h5405 struct timespec64 ts64;
5411 ts64 = inode_get_ctime(inode2);
5412 __entry->ip2_ctime = ts64.tv_sec;
5413 __entry->ip2_ctime_nsec = ts64.tv_nsec;
5415 ts64 = inode_get_mtime(inode2);
5416 __entry->ip2_mtime = ts64.tv_sec;
5417 __entry->ip2_mtime_nsec = ts64.tv_nsec;
/linux/drivers/ufs/core/
H A Dufshcd.c8461 struct timespec64 ts64; in ufshcd_update_rtc() local
8465 ktime_get_real_ts64(&ts64); in ufshcd_update_rtc()
8467 if (ts64.tv_sec < hba->dev_info.rtc_time_baseline) { in ufshcd_update_rtc()
8476 val = ts64.tv_sec - hba->dev_info.rtc_time_baseline; in ufshcd_update_rtc()
8489 hba->dev_info.rtc_time_baseline = ts64.tv_sec; in ufshcd_update_rtc()