Lines Matching refs:sts
184 struct ptp_system_timestamp *sts);
190 struct ptp_system_timestamp *sts);
460 static inline void ptp_read_system_prets(struct ptp_system_timestamp *sts) in ptp_read_system_prets() argument
462 if (sts) { in ptp_read_system_prets()
463 switch (sts->clockid) { in ptp_read_system_prets()
465 ktime_get_real_ts64(&sts->pre_ts); in ptp_read_system_prets()
468 ktime_get_ts64(&sts->pre_ts); in ptp_read_system_prets()
471 ktime_get_raw_ts64(&sts->pre_ts); in ptp_read_system_prets()
479 static inline void ptp_read_system_postts(struct ptp_system_timestamp *sts) in ptp_read_system_postts() argument
481 if (sts) { in ptp_read_system_postts()
482 switch (sts->clockid) { in ptp_read_system_postts()
484 ktime_get_real_ts64(&sts->post_ts); in ptp_read_system_postts()
487 ktime_get_ts64(&sts->post_ts); in ptp_read_system_postts()
490 ktime_get_raw_ts64(&sts->post_ts); in ptp_read_system_postts()