Searched refs:sys_monoraw (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/uapi/linux/
H A Dptp_clock.h171 struct ptp_clock_time sys_monoraw; member in struct:ptp_sys_offset_precise
/linux-master/include/linux/
H A Dtimekeeping.h297 * @sys_monoraw: Monotonic raw simultaneous with device time
302 ktime_t sys_monoraw; member in struct:system_device_crosststamp
/linux-master/drivers/ptp/
H A Dptp_chardev.c341 ts = ktime_to_timespec64(xtstamp.sys_monoraw);
342 precise_offset.sys_monoraw.sec = ts.tv_sec;
343 precise_offset.sys_monoraw.nsec = ts.tv_nsec;
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.c606 xts->sys_monoraw.sec, xts->sys_monoraw.nsec);
/linux-master/kernel/time/
H A Dtimekeeping.c1145 ktime_sub(ts->sys_monoraw, history->raw));
1172 ts->sys_monoraw = ktime_add_ns(history->raw, corr_raw);
1175 ts->sys_monoraw = ktime_sub_ns(ts->sys_monoraw, corr_raw);
1270 xtstamp->sys_monoraw = ktime_add_ns(base_raw, nsec_raw);
/linux-master/sound/pci/hda/
H A Dhda_controller.c533 *system_ts = ktime_to_timespec64(xtstamp.sys_monoraw);

Completed in 125 milliseconds