Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/ptp/
Dptp_chardev.c114 struct system_device_crosststamp xtstamp; in ptp_ioctl() local
229 err = ptp->info->getcrosststamp(ptp->info, &xtstamp); in ptp_ioctl()
234 ts = ktime_to_timespec64(xtstamp.device); in ptp_ioctl()
237 ts = ktime_to_timespec64(xtstamp.sys_realtime); in ptp_ioctl()
240 ts = ktime_to_timespec64(xtstamp.sys_monoraw); in ptp_ioctl()
Dptp_kvm.c86 struct system_device_crosststamp *xtstamp) in ptp_kvm_getcrosststamp() argument
89 NULL, xtstamp); in ptp_kvm_getcrosststamp()
/Linux-v5.4/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()
/Linux-v5.4/sound/pci/hda/
Dhda_controller.c477 struct system_device_crosststamp *xtstamp) in azx_get_crosststamp() argument
480 substream, NULL, xtstamp); in azx_get_crosststamp()
500 struct system_device_crosststamp xtstamp; in azx_get_time_info() local
522 ret = azx_get_crosststamp(substream, &xtstamp); in azx_get_time_info()
531 *system_ts = ktime_to_timespec(xtstamp.sys_monoraw); in azx_get_time_info()
535 *system_ts = ktime_to_timespec(xtstamp.sys_realtime); in azx_get_time_info()
540 *audio_ts = ktime_to_timespec(xtstamp.device); in azx_get_time_info()
/Linux-v5.4/include/linux/
Dtimekeeping.h276 struct system_device_crosststamp *xtstamp);
/Linux-v5.4/kernel/time/
Dtimekeeping.c1123 struct system_device_crosststamp *xtstamp) in get_device_system_crosststamp() argument
1142 ret = get_time_fn(&xtstamp->device, &system_counterval, ctx); in get_device_system_crosststamp()
1180 xtstamp->sys_realtime = ktime_add_ns(base_real, nsec_real); in get_device_system_crosststamp()
1181 xtstamp->sys_monoraw = ktime_add_ns(base_raw, nsec_raw); in get_device_system_crosststamp()
1209 discontinuity, xtstamp); in get_device_system_crosststamp()