Searched refs:gnss_lost (Results 1 – 1 of 1) sorted by relevance
318 time64_t gnss_lost; member1108 if (!bp->gnss_lost) { in ptp_ocp_watchdog()1112 bp->gnss_lost = ktime_get_real_seconds(); in ptp_ocp_watchdog()1115 } else if (bp->gnss_lost) { in ptp_ocp_watchdog()1116 bp->gnss_lost = 0; in ptp_ocp_watchdog()2772 if (bp->gnss_lost) in gnss_sync_show()2773 ret = sysfs_emit(buf, "LOST @ %ptT\n", &bp->gnss_lost); in gnss_sync_show()