Lines Matching refs:ptp_clock
145 struct ptp_clock;
186 extern struct ptp_clock *ptp_clock_register(struct ptp_clock_info *info,
195 extern int ptp_clock_unregister(struct ptp_clock *ptp);
204 extern void ptp_clock_event(struct ptp_clock *ptp,
213 extern int ptp_clock_index(struct ptp_clock *ptp);
233 int ptp_find_pin(struct ptp_clock *ptp,
244 int ptp_schedule_worker(struct ptp_clock *ptp, unsigned long delay);
247 static inline struct ptp_clock *ptp_clock_register(struct ptp_clock_info *info, in ptp_clock_register()
250 static inline int ptp_clock_unregister(struct ptp_clock *ptp) in ptp_clock_unregister()
252 static inline void ptp_clock_event(struct ptp_clock *ptp, in ptp_clock_event()
255 static inline int ptp_clock_index(struct ptp_clock *ptp) in ptp_clock_index()
257 static inline int ptp_find_pin(struct ptp_clock *ptp, in ptp_find_pin()
260 static inline int ptp_schedule_worker(struct ptp_clock *ptp, in ptp_schedule_worker()