xtstamp           153 drivers/net/ethernet/intel/e1000e/ptp.c 				     struct system_device_crosststamp *xtstamp)
xtstamp           159 drivers/net/ethernet/intel/e1000e/ptp.c 						adapter, NULL, xtstamp);
xtstamp           114 drivers/ptp/ptp_chardev.c 	struct system_device_crosststamp xtstamp;
xtstamp           229 drivers/ptp/ptp_chardev.c 		err = ptp->info->getcrosststamp(ptp->info, &xtstamp);
xtstamp           234 drivers/ptp/ptp_chardev.c 		ts = ktime_to_timespec64(xtstamp.device);
xtstamp           237 drivers/ptp/ptp_chardev.c 		ts = ktime_to_timespec64(xtstamp.sys_realtime);
xtstamp           240 drivers/ptp/ptp_chardev.c 		ts = ktime_to_timespec64(xtstamp.sys_monoraw);
xtstamp            86 drivers/ptp/ptp_kvm.c 				  struct system_device_crosststamp *xtstamp)
xtstamp            89 drivers/ptp/ptp_kvm.c 					     NULL, xtstamp);
xtstamp           276 include/linux/timekeeping.h 			struct system_device_crosststamp *xtstamp);
xtstamp          1123 kernel/time/timekeeping.c 				  struct system_device_crosststamp *xtstamp)
xtstamp          1142 kernel/time/timekeeping.c 		ret = get_time_fn(&xtstamp->device, &system_counterval, ctx);
xtstamp          1180 kernel/time/timekeeping.c 	xtstamp->sys_realtime = ktime_add_ns(base_real, nsec_real);
xtstamp          1181 kernel/time/timekeeping.c 	xtstamp->sys_monoraw = ktime_add_ns(base_raw, nsec_raw);
xtstamp          1209 kernel/time/timekeeping.c 						    discontinuity, xtstamp);
xtstamp           477 sound/pci/hda/hda_controller.c 			      struct system_device_crosststamp *xtstamp)
xtstamp           480 sound/pci/hda/hda_controller.c 					substream, NULL, xtstamp);
xtstamp           500 sound/pci/hda/hda_controller.c 	struct system_device_crosststamp xtstamp;
xtstamp           522 sound/pci/hda/hda_controller.c 		ret = azx_get_crosststamp(substream, &xtstamp);
xtstamp           531 sound/pci/hda/hda_controller.c 			*system_ts = ktime_to_timespec(xtstamp.sys_monoraw);
xtstamp           535 sound/pci/hda/hda_controller.c 			*system_ts = ktime_to_timespec(xtstamp.sys_realtime);
xtstamp           540 sound/pci/hda/hda_controller.c 		*audio_ts = ktime_to_timespec(xtstamp.device);