Home
last modified time | relevance | path

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

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