Home
last modified time | relevance | path

Searched refs:ts64 (Results 1 – 7 of 7) 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/firewire/
H A Dnosy.c413 struct timespec64 ts64; in packet_irq_handler() local
420 ktime_get_real_ts64(&ts64); in packet_irq_handler()
421 timestamp = ts64.tv_nsec / NSEC_PER_USEC; in packet_irq_handler()
443 struct timespec64 ts64; in bus_reset_irq_handler() local
446 ktime_get_real_ts64(&ts64); in bus_reset_irq_handler()
447 timestamp = ts64.tv_nsec / NSEC_PER_USEC; in bus_reset_irq_handler()
/linux/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_pro.h159 __le32 ts64[2]; member
H A Dpcan_usb_pro.c692 le32_to_cpu(ts->ts64[1])); in pcan_usb_pro_handle_ts()
/linux/fs/xfs/
H A Dxfs_trace.h5178 struct timespec64 ts64;
5184 ts64 = inode_get_ctime(inode2);
5185 __entry->ip2_ctime = ts64.tv_sec;
5186 __entry->ip2_ctime_nsec = ts64.tv_nsec;
5188 ts64 = inode_get_mtime(inode2);
5189 __entry->ip2_mtime = ts64.tv_sec;
5190 __entry->ip2_mtime_nsec = ts64.tv_nsec;
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c2074 struct timespec64 ts64 = *ts; in ice_ptp_settime64() local
2095 err = ice_ptp_write_init(pf, &ts64); in ice_ptp_settime64()
/linux/drivers/ufs/core/
H A Dufshcd.c8166 struct timespec64 ts64; in ufshcd_update_rtc() local
8170 ktime_get_real_ts64(&ts64); in ufshcd_update_rtc()
8172 if (ts64.tv_sec < hba->dev_info.rtc_time_baseline) { in ufshcd_update_rtc()
8181 val = ts64.tv_sec - hba->dev_info.rtc_time_baseline; in ufshcd_update_rtc()
8194 hba->dev_info.rtc_time_baseline = ts64.tv_sec; in ufshcd_update_rtc()