Searched refs:xtstamp (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/ptp/ |
| A D | ptp_kvm_common.c | 59 struct system_device_crosststamp *xtstamp) in ptp_kvm_getcrosststamp() argument 62 NULL, xtstamp); in ptp_kvm_getcrosststamp()
|
| A D | ptp_chardev.c | 114 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()
|
| /linux/sound/pci/hda/ |
| A D | hda_controller.c | 474 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()
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| A D | ptp.c | 153 struct system_device_crosststamp *xtstamp) in e1000e_phc_getcrosststamp() argument 159 adapter, NULL, xtstamp); in e1000e_phc_getcrosststamp()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| A D | stmmac_ptp.c | 263 struct system_device_crosststamp *xtstamp) in stmmac_getcrosststamp() argument 269 priv, NULL, xtstamp); in stmmac_getcrosststamp()
|
| /linux/include/linux/ |
| A D | timekeeping.h | 289 struct system_device_crosststamp *xtstamp);
|
| /linux/kernel/time/ |
| A D | timekeeping.c | 1192 struct system_device_crosststamp *xtstamp) in get_device_system_crosststamp() argument 1211 ret = get_time_fn(&xtstamp->device, &system_counterval, ctx); in get_device_system_crosststamp() 1249 xtstamp->sys_realtime = ktime_add_ns(base_real, nsec_real); in get_device_system_crosststamp() 1250 xtstamp->sys_monoraw = ktime_add_ns(base_raw, nsec_raw); in get_device_system_crosststamp() 1278 discontinuity, xtstamp); in get_device_system_crosststamp()
|
Completed in 18 milliseconds