Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/ptp/
Dptp_chardev.c240 ts = ktime_to_timespec64(xtstamp.sys_monoraw); in ptp_ioctl()
241 precise_offset.sys_monoraw.sec = ts.tv_sec; in ptp_ioctl()
242 precise_offset.sys_monoraw.nsec = ts.tv_nsec; in ptp_ioctl()
/Linux-v5.4/include/uapi/linux/
Dptp_clock.h135 struct ptp_clock_time sys_monoraw; member
/Linux-v5.4/include/linux/
Dtimekeeping.h252 ktime_t sys_monoraw; member
/Linux-v5.4/kernel/time/
Dtimekeeping.c1057 ktime_sub(ts->sys_monoraw, history->raw)); in adjust_historical_crosststamp()
1084 ts->sys_monoraw = ktime_add_ns(history->raw, corr_raw); in adjust_historical_crosststamp()
1087 ts->sys_monoraw = ktime_sub_ns(ts->sys_monoraw, corr_raw); in adjust_historical_crosststamp()
1181 xtstamp->sys_monoraw = ktime_add_ns(base_raw, nsec_raw); in get_device_system_crosststamp()
/Linux-v5.4/sound/pci/hda/
Dhda_controller.c531 *system_ts = ktime_to_timespec(xtstamp.sys_monoraw); in azx_get_time_info()