raw_ts            158 drivers/net/dsa/mv88e6xxx/ptp.c 	u32 raw_ts;
raw_ts            177 drivers/net/dsa/mv88e6xxx/ptp.c 	raw_ts = ((u32)status[2] << 16) | status[1];
raw_ts            191 drivers/net/dsa/mv88e6xxx/ptp.c 	ev.timestamp = timecounter_cyc2time(&chip->tstamp_tc, raw_ts);
raw_ts            982 kernel/time/ntp.c void __hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts)
raw_ts            998 kernel/time/ntp.c 		pps_fbase = *raw_ts;
raw_ts           1003 kernel/time/ntp.c 	freq_norm = pps_normalize_ts(timespec64_sub(*raw_ts, pps_fbase));
raw_ts           1012 kernel/time/ntp.c 		pps_fbase = *raw_ts;
raw_ts           1023 kernel/time/ntp.c 		pps_fbase = *raw_ts;
raw_ts             14 kernel/time/ntp_internal.h extern void __hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts);
raw_ts           2377 kernel/time/timekeeping.c void hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts)
raw_ts           2384 kernel/time/timekeeping.c 	__hardpps(phase_ts, raw_ts);