Searched refs:pps_source (Results 1 – 2 of 2) sorted by relevance
266 ptp->pps_source = pps_register_source(&pps, PTP_PPS_DEFAULTS); in ptp_clock_register()267 if (!ptp->pps_source) { in ptp_clock_register()283 if (ptp->pps_source) in ptp_clock_register()284 pps_unregister_source(ptp->pps_source); in ptp_clock_register()314 if (ptp->pps_source) in ptp_clock_unregister()315 pps_unregister_source(ptp->pps_source); in ptp_clock_unregister()341 pps_event(ptp->pps_source, &evt, PTP_PPS_EVENT, NULL); in ptp_clock_event()345 pps_event(ptp->pps_source, &event->pps_times, in ptp_clock_event()
48 struct pps_device *pps_source; member