Lines Matching refs:ptp_clock
191 struct ptp_clock;
304 extern struct ptp_clock *ptp_clock_register(struct ptp_clock_info *info,
313 extern int ptp_clock_unregister(struct ptp_clock *ptp);
322 extern void ptp_clock_event(struct ptp_clock *ptp,
331 extern int ptp_clock_index(struct ptp_clock *ptp);
349 int ptp_find_pin(struct ptp_clock *ptp,
367 int ptp_find_pin_unlocked(struct ptp_clock *ptp,
378 int ptp_schedule_worker(struct ptp_clock *ptp, unsigned long delay);
385 void ptp_cancel_worker_sync(struct ptp_clock *ptp);
388 static inline struct ptp_clock *ptp_clock_register(struct ptp_clock_info *info, in ptp_clock_register()
391 static inline int ptp_clock_unregister(struct ptp_clock *ptp) in ptp_clock_unregister()
393 static inline void ptp_clock_event(struct ptp_clock *ptp, in ptp_clock_event()
396 static inline int ptp_clock_index(struct ptp_clock *ptp) in ptp_clock_index()
398 static inline int ptp_find_pin(struct ptp_clock *ptp, in ptp_find_pin()
401 static inline int ptp_find_pin_unlocked(struct ptp_clock *ptp, in ptp_find_pin_unlocked()
405 static inline int ptp_schedule_worker(struct ptp_clock *ptp, in ptp_schedule_worker()
408 static inline void ptp_cancel_worker_sync(struct ptp_clock *ptp) in ptp_cancel_worker_sync()