Lines Matching refs:ts
127 struct timespec64 ts; in ptp_ioctl() local
198 pct = &sysoff->ts[0]; in ptp_ioctl()
200 getnstimeofday64(&ts); in ptp_ioctl()
201 pct->sec = ts.tv_sec; in ptp_ioctl()
202 pct->nsec = ts.tv_nsec; in ptp_ioctl()
204 ptp->info->gettime64(ptp->info, &ts); in ptp_ioctl()
205 pct->sec = ts.tv_sec; in ptp_ioctl()
206 pct->nsec = ts.tv_nsec; in ptp_ioctl()
209 getnstimeofday64(&ts); in ptp_ioctl()
210 pct->sec = ts.tv_sec; in ptp_ioctl()
211 pct->nsec = ts.tv_nsec; in ptp_ioctl()