Lines Matching refs:ptp_clock
200 struct ptp_clock;
316 extern struct ptp_clock *ptp_clock_register(struct ptp_clock_info *info,
325 extern int ptp_clock_unregister(struct ptp_clock *ptp);
334 extern void ptp_clock_event(struct ptp_clock *ptp,
343 extern int ptp_clock_index(struct ptp_clock *ptp);
361 int ptp_find_pin(struct ptp_clock *ptp,
379 int ptp_find_pin_unlocked(struct ptp_clock *ptp,
390 int ptp_schedule_worker(struct ptp_clock *ptp, unsigned long delay);
397 void ptp_cancel_worker_sync(struct ptp_clock *ptp);
400 static inline struct ptp_clock *ptp_clock_register(struct ptp_clock_info *info, in ptp_clock_register()
403 static inline int ptp_clock_unregister(struct ptp_clock *ptp) in ptp_clock_unregister()
405 static inline void ptp_clock_event(struct ptp_clock *ptp, in ptp_clock_event()
408 static inline int ptp_clock_index(struct ptp_clock *ptp) in ptp_clock_index()
410 static inline int ptp_find_pin(struct ptp_clock *ptp, in ptp_find_pin()
413 static inline int ptp_find_pin_unlocked(struct ptp_clock *ptp, in ptp_find_pin_unlocked()
417 static inline int ptp_schedule_worker(struct ptp_clock *ptp, in ptp_schedule_worker()
420 static inline void ptp_cancel_worker_sync(struct ptp_clock *ptp) in ptp_cancel_worker_sync()