Home
last modified time | relevance | path

Searched refs:sys_monoraw (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dptp_clock.h183 struct ptp_clock_time sys_monoraw; member
/linux/drivers/ptp/
H A Dptp_chardev.c346 ts = ktime_to_timespec64(xtstamp.sys_monoraw); in ptp_ioctl()
347 precise_offset.sys_monoraw.sec = ts.tv_sec; in ptp_ioctl()
348 precise_offset.sys_monoraw.nsec = ts.tv_nsec; in ptp_ioctl()
/linux/kernel/time/
H A Dtimekeeping.c1061 ktime_sub(ts->sys_monoraw, history->raw)); in adjust_historical_crosststamp()
1088 ts->sys_monoraw = ktime_add_ns(history->raw, corr_raw); in adjust_historical_crosststamp()
1091 ts->sys_monoraw = ktime_sub_ns(ts->sys_monoraw, corr_raw); in adjust_historical_crosststamp()
1288 xtstamp->sys_monoraw = ktime_add_ns(base_raw, nsec_raw); in get_device_system_crosststamp()