Lines Matching refs:ptp
178 int (*adjfine)(struct ptp_clock_info *ptp, long scaled_ppm);
179 int (*adjphase)(struct ptp_clock_info *ptp, s32 phase);
180 s32 (*getmaxphase)(struct ptp_clock_info *ptp);
181 int (*adjtime)(struct ptp_clock_info *ptp, s64 delta);
182 int (*gettime64)(struct ptp_clock_info *ptp, struct timespec64 *ts);
183 int (*gettimex64)(struct ptp_clock_info *ptp, struct timespec64 *ts,
185 int (*getcrosststamp)(struct ptp_clock_info *ptp,
188 int (*getcycles64)(struct ptp_clock_info *ptp, struct timespec64 *ts);
189 int (*getcyclesx64)(struct ptp_clock_info *ptp, struct timespec64 *ts,
191 int (*getcrosscycles)(struct ptp_clock_info *ptp,
193 int (*enable)(struct ptp_clock_info *ptp,
195 int (*verify)(struct ptp_clock_info *ptp, unsigned int pin,
197 long (*do_aux_work)(struct ptp_clock_info *ptp);
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);
403 static inline int ptp_clock_unregister(struct ptp_clock *ptp) in ptp_clock_unregister() argument
405 static inline void ptp_clock_event(struct ptp_clock *ptp, in ptp_clock_event() argument
408 static inline int ptp_clock_index(struct ptp_clock *ptp) in ptp_clock_index() argument
410 static inline int ptp_find_pin(struct ptp_clock *ptp, in ptp_find_pin() argument
413 static inline int ptp_find_pin_unlocked(struct ptp_clock *ptp, in ptp_find_pin_unlocked() argument
417 static inline int ptp_schedule_worker(struct ptp_clock *ptp, in ptp_schedule_worker() argument
420 static inline void ptp_cancel_worker_sync(struct ptp_clock *ptp) in ptp_cancel_worker_sync() argument