Home
last modified time | relevance | path

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

/dports/astro/gpsd/gpsd-3.20/
H A Dgpsd.c1577 struct gps_device_t *ppsonly; in all_reports() local
1582 for (ppsonly = devices; ppsonly < devices + MAX_DEVICES; ppsonly++) in all_reports()
1583 if (ppsonly->sourcetype == source_pps) in all_reports()
1584 pps_thread_fixin(&ppsonly->pps_thread, &td); in all_reports()
H A Ddriver_ubx.c1682 struct gps_device_t *ppsonly; in ubx_msg_tim_tp() local
1686 for (ppsonly = devices; ppsonly < devices + MAX_DEVICES; ppsonly++) in ubx_msg_tim_tp()
1687 if (ppsonly->sourcetype == source_pps) in ubx_msg_tim_tp()
1688 pps_thread_qErrin(&ppsonly->pps_thread, qErr, in ubx_msg_tim_tp()