Home
last modified time | relevance | path

Searched refs:gnss_lost (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/ptp/
H A Dptp_ocp.c365 time64_t gnss_lost; member
1533 if (!bp->gnss_lost) { in ptp_ocp_watchdog()
1537 bp->gnss_lost = ktime_get_real_seconds(); in ptp_ocp_watchdog()
1540 } else if (bp->gnss_lost) { in ptp_ocp_watchdog()
1541 bp->gnss_lost = 0; in ptp_ocp_watchdog()
3432 if (bp->gnss_lost) in gnss_sync_show()
3433 ret = sysfs_emit(buf, "LOST @ %ptT\n", &bp->gnss_lost); in gnss_sync_show()