Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ptp/
Dptp_clock.c240 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()
Dptp_private.h47 struct pps_device *pps_source; member