Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ptp/
Dptp_kvm.c86 struct system_device_crosststamp *xtstamp) in ptp_kvm_getcrosststamp() argument
89 NULL, xtstamp); in ptp_kvm_getcrosststamp()
Dptp_chardev.c114 struct system_device_crosststamp xtstamp; in ptp_ioctl() local
273 err = ptp->info->getcrosststamp(ptp->info, &xtstamp); in ptp_ioctl()
278 ts = ktime_to_timespec64(xtstamp.device); in ptp_ioctl()
281 ts = ktime_to_timespec64(xtstamp.sys_realtime); in ptp_ioctl()
284 ts = ktime_to_timespec64(xtstamp.sys_monoraw); in ptp_ioctl()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
Dptp.c153 struct system_device_crosststamp *xtstamp) in e1000e_phc_getcrosststamp() argument
159 adapter, NULL, xtstamp); in e1000e_phc_getcrosststamp()
/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_controller.c474 struct system_device_crosststamp *xtstamp) in azx_get_crosststamp() argument
477 substream, NULL, xtstamp); in azx_get_crosststamp()
497 struct system_device_crosststamp xtstamp; in azx_get_time_info() local
519 ret = azx_get_crosststamp(substream, &xtstamp); in azx_get_time_info()
528 *system_ts = ktime_to_timespec64(xtstamp.sys_monoraw); in azx_get_time_info()
532 *system_ts = ktime_to_timespec64(xtstamp.sys_realtime); in azx_get_time_info()
537 *audio_ts = ktime_to_timespec64(xtstamp.device); in azx_get_time_info()
/kernel/linux/linux-5.10/include/linux/
Dtimekeeping.h288 struct system_device_crosststamp *xtstamp);
/kernel/linux/linux-5.10/kernel/time/
Dtimekeeping.c1198 struct system_device_crosststamp *xtstamp) in get_device_system_crosststamp() argument
1217 ret = get_time_fn(&xtstamp->device, &system_counterval, ctx); in get_device_system_crosststamp()
1255 xtstamp->sys_realtime = ktime_add_ns(base_real, nsec_real); in get_device_system_crosststamp()
1256 xtstamp->sys_monoraw = ktime_add_ns(base_raw, nsec_raw); in get_device_system_crosststamp()
1284 discontinuity, xtstamp); in get_device_system_crosststamp()