Lines Matching refs:ptp
174 int (*adjfine)(struct ptp_clock_info *ptp, long scaled_ppm);
175 int (*adjfreq)(struct ptp_clock_info *ptp, s32 delta);
176 int (*adjphase)(struct ptp_clock_info *ptp, s32 phase);
177 int (*adjtime)(struct ptp_clock_info *ptp, s64 delta);
178 int (*gettime64)(struct ptp_clock_info *ptp, struct timespec64 *ts);
179 int (*gettimex64)(struct ptp_clock_info *ptp, struct timespec64 *ts,
181 int (*getcrosststamp)(struct ptp_clock_info *ptp,
184 int (*getcycles64)(struct ptp_clock_info *ptp, struct timespec64 *ts);
185 int (*getcyclesx64)(struct ptp_clock_info *ptp, struct timespec64 *ts,
187 int (*getcrosscycles)(struct ptp_clock_info *ptp,
189 int (*enable)(struct ptp_clock_info *ptp,
191 int (*verify)(struct ptp_clock_info *ptp, unsigned int pin,
193 long (*do_aux_work)(struct ptp_clock_info *ptp);
272 extern int ptp_clock_unregister(struct ptp_clock *ptp);
281 extern void ptp_clock_event(struct ptp_clock *ptp,
290 extern int ptp_clock_index(struct ptp_clock *ptp);
308 int ptp_find_pin(struct ptp_clock *ptp,
321 int ptp_find_pin_unlocked(struct ptp_clock *ptp,
332 int ptp_schedule_worker(struct ptp_clock *ptp, unsigned long delay);
339 void ptp_cancel_worker_sync(struct ptp_clock *ptp);
345 static inline int ptp_clock_unregister(struct ptp_clock *ptp) in ptp_clock_unregister() argument
347 static inline void ptp_clock_event(struct ptp_clock *ptp, in ptp_clock_event() argument
350 static inline int ptp_clock_index(struct ptp_clock *ptp) in ptp_clock_index() argument
352 static inline int ptp_find_pin(struct ptp_clock *ptp, in ptp_find_pin() argument
355 static inline int ptp_find_pin_unlocked(struct ptp_clock *ptp, in ptp_find_pin_unlocked() argument
359 static inline int ptp_schedule_worker(struct ptp_clock *ptp, in ptp_schedule_worker() argument
362 static inline void ptp_cancel_worker_sync(struct ptp_clock *ptp) in ptp_cancel_worker_sync() argument