Searched refs:ts64 (Results 1 – 7 of 7) 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()
413 struct timespec64 ts64; in packet_irq_handler() local420 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() local446 ktime_get_real_ts64(&ts64); in bus_reset_irq_handler()447 timestamp = ts64.tv_nsec / NSEC_PER_USEC; in bus_reset_irq_handler()
159 __le32 ts64[2]; member
692 le32_to_cpu(ts->ts64[1])); in pcan_usb_pro_handle_ts()
5178 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;
2074 struct timespec64 ts64 = *ts; in ice_ptp_settime64() local2095 err = ice_ptp_write_init(pf, &ts64); in ice_ptp_settime64()
8166 struct timespec64 ts64; in ufshcd_update_rtc() local8170 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()