Searched refs:xtstamp (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/ptp/ |
D | ptp_chardev.c | 133 struct system_device_crosststamp xtstamp; in ptp_ioctl() local 195 err = ptp->info->getcrosststamp(ptp->info, &xtstamp); in ptp_ioctl() 200 ts = ktime_to_timespec64(xtstamp.device); in ptp_ioctl() 203 ts = ktime_to_timespec64(xtstamp.sys_realtime); in ptp_ioctl() 206 ts = ktime_to_timespec64(xtstamp.sys_monoraw); in ptp_ioctl()
|
D | ptp_kvm.c | 96 struct system_device_crosststamp *xtstamp) in ptp_kvm_getcrosststamp() argument 99 NULL, xtstamp); in ptp_kvm_getcrosststamp()
|
/Linux-v4.19/drivers/net/ethernet/intel/e1000e/ |
D | ptp.c | 153 struct system_device_crosststamp *xtstamp) in e1000e_phc_getcrosststamp() argument 159 adapter, NULL, xtstamp); in e1000e_phc_getcrosststamp()
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_controller.c | 488 struct system_device_crosststamp *xtstamp) in azx_get_crosststamp() argument 491 substream, NULL, xtstamp); in azx_get_crosststamp() 511 struct system_device_crosststamp xtstamp; in azx_get_time_info() local 533 ret = azx_get_crosststamp(substream, &xtstamp); in azx_get_time_info() 542 *system_ts = ktime_to_timespec(xtstamp.sys_monoraw); in azx_get_time_info() 546 *system_ts = ktime_to_timespec(xtstamp.sys_realtime); in azx_get_time_info() 551 *audio_ts = ktime_to_timespec(xtstamp.device); in azx_get_time_info()
|
/Linux-v4.19/include/linux/ |
D | timekeeping.h | 248 struct system_device_crosststamp *xtstamp);
|
/Linux-v4.19/kernel/time/ |
D | timekeeping.c | 1119 struct system_device_crosststamp *xtstamp) in get_device_system_crosststamp() argument 1138 ret = get_time_fn(&xtstamp->device, &system_counterval, ctx); in get_device_system_crosststamp() 1176 xtstamp->sys_realtime = ktime_add_ns(base_real, nsec_real); in get_device_system_crosststamp() 1177 xtstamp->sys_monoraw = ktime_add_ns(base_raw, nsec_raw); in get_device_system_crosststamp() 1205 discontinuity, xtstamp); in get_device_system_crosststamp()
|