Searched refs:ts64 (Results 1 – 9 of 9) sorted by relevance
/linux/fs/coda/ |
A D | coda_linux.c | 71 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/ |
A D | sync_debug.c | 79 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()
|
/linux/kernel/time/ |
A D | time.c | 816 static int __get_old_timespec32(struct timespec64 *ts64, in __get_old_timespec32() argument 826 ts64->tv_sec = ts.tv_sec; in __get_old_timespec32() 827 ts64->tv_nsec = ts.tv_nsec; in __get_old_timespec32() 832 static int __put_old_timespec32(const struct timespec64 *ts64, in __put_old_timespec32() argument 836 .tv_sec = ts64->tv_sec, in __put_old_timespec32() 837 .tv_nsec = ts64->tv_nsec in __put_old_timespec32()
|
/linux/drivers/firewire/ |
A D | nosy.c | 411 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()
|
/linux/sound/core/ |
A D | rawmidi.c | 1035 struct timespec64 ts64 = {0, 0}; in get_framing_tstamp() local 1039 ktime_get_raw_ts64(&ts64); in get_framing_tstamp() 1042 ktime_get_ts64(&ts64); in get_framing_tstamp() 1045 ktime_get_real_ts64(&ts64); in get_framing_tstamp() 1048 return ts64; in get_framing_tstamp() 1065 struct timespec64 ts64 = get_framing_tstamp(substream); in snd_rawmidi_receive() local 1079 result = receive_with_tstamp_framing(substream, buffer, count, &ts64); in snd_rawmidi_receive()
|
/linux/drivers/net/can/usb/peak_usb/ |
A D | pcan_usb_pro.h | 158 __le32 ts64[2]; member
|
A D | pcan_usb_pro.c | 678 le32_to_cpu(ts->ts64[1])); in pcan_usb_pro_handle_ts()
|
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_ptp.c | 1087 struct timespec64 ts64 = *ts; in ice_ptp_settime64() local 1099 err = ice_ptp_write_init(pf, &ts64); in ice_ptp_settime64()
|
/linux/drivers/usb/gadget/udc/ |
A D | dummy_hcd.c | 844 struct timespec64 ts64; in dummy_g_get_frame() local 846 ktime_get_ts64(&ts64); in dummy_g_get_frame() 847 return ts64.tv_nsec / NSEC_PER_MSEC; in dummy_g_get_frame()
|
Completed in 28 milliseconds