Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ptp/
Dptp_clock.c266 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()
Dptp_private.h48 struct pps_device *pps_source; member