Searched refs:FLAG_PPS (Results 1 – 10 of 10) sorted by relevance
437 if (peer->flags & FLAG_PPS) in wwvb_receive()486 peer->flags |= FLAG_PPS; in wwvb_timer()528 peer->flags &= ~FLAG_PPS; in wwvb_poll()577 peer->flags &= ~FLAG_PPS; in wwvb_control()
195 peer->flags |= FLAG_PPS; in atom_timer()230 peer->flags &= ~FLAG_PPS; in atom_poll()
631 peer->flags &= ~FLAG_PPS; /* PPS not active yet */ in oncore_start()1616 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */ in oncore_get_timestamp()1623 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */ in oncore_get_timestamp()1635 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */ in oncore_get_timestamp()1646 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */ in oncore_get_timestamp()1674 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */ in oncore_get_timestamp()1703 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */ in oncore_get_timestamp()1764 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */ in oncore_get_timestamp()1771 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */ in oncore_get_timestamp()1884 peer->flags &= ~FLAG_PPS; /* problem - clear PPS FLAG */ in oncore_get_timestamp()[all …]
551 peer->flags &= ~FLAG_PPS; in nmea_control()979 peer->flags |= FLAG_PPS; in nmea_procrec()1105 peer->flags &= ~FLAG_PPS; in nmea_poll()1117 peer->flags &= ~FLAG_PPS; in nmea_poll()
776 peer->flags &= ~FLAG_PPS; in poll_secondary()811 peer->flags &= ~FLAG_PPS; in gpsd_control()895 peer->flags &= ~FLAG_PPS; in timer_secondary()1013 peer->flags |= FLAG_PPS; in eval_pps_secondary()
4223 parse->peer->flags |= (FLAG_PPS | FLAG_TSTAMP_PPS); in parse_process()4229 parse->peer->flags &= ~(FLAG_PPS | FLAG_TSTAMP_PPS); in parse_process()
3817 if (peer->flags & FLAG_PPS) { in clock_select()
462 #define FLAG_PPS 0x0080 /* steered by PPS */ macro
1714 * [Bug 1466] Oncore should set FLAG_PPS.
83854 [Bug 1466] Oncore should set FLAG_PPS83857 [Bug 1466] Oncore should set FLAG_PPS83860 [Bug 1466] Oncore should set FLAG_PPS161693 (2) provide a cleaner solution to turning FLAG_PPS on/off in oncore_get_timestamp.161715 Cleaner solution to flipping FLAG_PPS on/off in oncore_get_timestamp.