Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Dsync_debug.c79 struct timespec64 ts64 = in sync_print_fence() local
82 seq_printf(s, "@%lld.%09ld", (s64)ts64.tv_sec, ts64.tv_nsec); in sync_print_fence()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dtime.c817 static int __get_old_timespec32(struct timespec64 *ts64, in __get_old_timespec32() argument
827 ts64->tv_sec = ts.tv_sec; in __get_old_timespec32()
828 ts64->tv_nsec = ts.tv_nsec; in __get_old_timespec32()
833 static int __put_old_timespec32(const struct timespec64 *ts64, in __put_old_timespec32() argument
837 .tv_sec = ts64->tv_sec, in __put_old_timespec32()
838 .tv_nsec = ts64->tv_nsec in __put_old_timespec32()
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dnosy.c411 struct timespec64 ts64; in packet_irq_handler() local
418 ktime_get_real_ts64(&ts64); in packet_irq_handler()
419 timestamp = ts64.tv_nsec / NSEC_PER_USEC; in packet_irq_handler()
441 struct timespec64 ts64; in bus_reset_irq_handler() local
444 ktime_get_real_ts64(&ts64); in bus_reset_irq_handler()
445 timestamp = ts64.tv_nsec / NSEC_PER_USEC; in bus_reset_irq_handler()
/OK3568_Linux_fs/kernel/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_pro.h152 __le32 ts64[2]; member
H A Dpcan_usb_pro.c679 le32_to_cpu(ts->ts64[1])); in pcan_usb_pro_handle_ts()
/OK3568_Linux_fs/kernel/sound/drivers/
H A Daloop.c171 struct timespec64 ts64; in get_raw_jiffies() local
173 ktime_get_raw_ts64(&ts64); in get_raw_jiffies()
174 return timespec64_to_jiffies(&ts64); in get_raw_jiffies()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Ddummy_hcd.c842 struct timespec64 ts64; in dummy_g_get_frame() local
844 ktime_get_ts64(&ts64); in dummy_g_get_frame()
845 return ts64.tv_nsec / NSEC_PER_MSEC; in dummy_g_get_frame()