Searched refs:pps_source (Results 1 – 2 of 2) sorted by relevance
234 ptp->pps_source = pps_register_source(&pps, PTP_PPS_DEFAULTS); in ptp_clock_register()235 if (!ptp->pps_source) { in ptp_clock_register()252 if (ptp->pps_source) in ptp_clock_register()253 pps_unregister_source(ptp->pps_source); in ptp_clock_register()275 if (ptp->pps_source) in ptp_clock_unregister()276 pps_unregister_source(ptp->pps_source); in ptp_clock_unregister()301 pps_event(ptp->pps_source, &evt, PTP_PPS_EVENT, NULL); in ptp_clock_event()
47 struct pps_device *pps_source; member