Searched refs:pps_source (Results 1 – 2 of 2) sorted by relevance
240 ptp->pps_source = pps_register_source(&pps, PTP_PPS_DEFAULTS); in ptp_clock_register()241 if (!ptp->pps_source) { in ptp_clock_register()257 if (ptp->pps_source) in ptp_clock_register()258 pps_unregister_source(ptp->pps_source); in ptp_clock_register()279 if (ptp->pps_source) in ptp_clock_unregister()280 pps_unregister_source(ptp->pps_source); in ptp_clock_unregister()305 pps_event(ptp->pps_source, &evt, PTP_PPS_EVENT, NULL); in ptp_clock_event()309 pps_event(ptp->pps_source, &event->pps_times, in ptp_clock_event()
47 struct pps_device *pps_source; member