Lines Matching refs:ptp_clock
165 struct ptp_clock;
232 extern struct ptp_clock *ptp_clock_register(struct ptp_clock_info *info,
241 extern int ptp_clock_unregister(struct ptp_clock *ptp);
250 extern void ptp_clock_event(struct ptp_clock *ptp,
259 extern int ptp_clock_index(struct ptp_clock *ptp);
277 int ptp_find_pin(struct ptp_clock *ptp,
290 int ptp_find_pin_unlocked(struct ptp_clock *ptp,
301 int ptp_schedule_worker(struct ptp_clock *ptp, unsigned long delay);
308 void ptp_cancel_worker_sync(struct ptp_clock *ptp);
311 static inline struct ptp_clock *ptp_clock_register(struct ptp_clock_info *info, in ptp_clock_register()
314 static inline int ptp_clock_unregister(struct ptp_clock *ptp) in ptp_clock_unregister()
316 static inline void ptp_clock_event(struct ptp_clock *ptp, in ptp_clock_event()
319 static inline int ptp_clock_index(struct ptp_clock *ptp) in ptp_clock_index()
321 static inline int ptp_find_pin(struct ptp_clock *ptp, in ptp_find_pin()
324 static inline int ptp_schedule_worker(struct ptp_clock *ptp, in ptp_schedule_worker()
327 static inline void ptp_cancel_worker_sync(struct ptp_clock *ptp) in ptp_cancel_worker_sync()