Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dptp_clock.h164 struct ptp_clock_time sys_monoraw; member
/linux-6.6.21/drivers/ptp/
Dptp_chardev.c287 ts = ktime_to_timespec64(xtstamp.sys_monoraw); in ptp_ioctl()
288 precise_offset.sys_monoraw.sec = ts.tv_sec; in ptp_ioctl()
289 precise_offset.sys_monoraw.nsec = ts.tv_nsec; in ptp_ioctl()
/linux-6.6.21/include/linux/
Dtimekeeping.h266 ktime_t sys_monoraw; member
/linux-6.6.21/tools/testing/selftests/ptp/
Dtestptp.c601 xts->sys_monoraw.sec, xts->sys_monoraw.nsec); in main()
/linux-6.6.21/kernel/time/
Dtimekeeping.c1145 ktime_sub(ts->sys_monoraw, history->raw)); in adjust_historical_crosststamp()
1172 ts->sys_monoraw = ktime_add_ns(history->raw, corr_raw); in adjust_historical_crosststamp()
1175 ts->sys_monoraw = ktime_sub_ns(ts->sys_monoraw, corr_raw); in adjust_historical_crosststamp()
1269 xtstamp->sys_monoraw = ktime_add_ns(base_raw, nsec_raw); in get_device_system_crosststamp()
/linux-6.6.21/sound/pci/hda/
Dhda_controller.c527 *system_ts = ktime_to_timespec64(xtstamp.sys_monoraw); in azx_get_time_info()