Lines Matching defs:ntpdata

125 static inline s64 ntp_offset_chunk(struct ntp_data *ntpdata, s64 offset)  in ntp_offset_chunk()
133 static inline void pps_reset_freq_interval(struct ntp_data *ntpdata) in pps_reset_freq_interval()
144 static inline void pps_clear(struct ntp_data *ntpdata) in pps_clear()
158 static inline void pps_dec_valid(struct ntp_data *ntpdata) in pps_dec_valid()
169 static inline void pps_set_freq(struct ntp_data *ntpdata) in pps_set_freq()
197 static inline void pps_fill_timex(struct ntp_data *ntpdata, struct __kernel_timex *txc) in pps_fill_timex()
214 static inline s64 ntp_offset_chunk(struct ntp_data *ntpdata, s64 offset) in ntp_offset_chunk()
219 static inline void pps_reset_freq_interval(struct ntp_data *ntpdata) {} in pps_reset_freq_interval()
220 static inline void pps_clear(struct ntp_data *ntpdata) {} in pps_clear()
221 static inline void pps_dec_valid(struct ntp_data *ntpdata) {} in pps_dec_valid()
222 static inline void pps_set_freq(struct ntp_data *ntpdata) {} in pps_set_freq()
229 static inline void pps_fill_timex(struct ntp_data *ntpdata, struct __kernel_timex *txc) in pps_fill_timex()
248 static void ntp_update_frequency(struct ntp_data *ntpdata) in ntp_update_frequency()
267 static inline s64 ntp_update_offset_fll(struct ntp_data *ntpdata, s64 offset64, long secs) in ntp_update_offset_fll()
282 static void ntp_update_offset(struct ntp_data *ntpdata, long offset) in ntp_update_offset()
331 static void __ntp_clear(struct ntp_data *ntpdata) in __ntp_clear()
371 struct ntp_data *ntpdata = &tk_ntp_data; in ntp_get_next_leap() local
392 struct ntp_data *ntpdata = &tk_ntp_data; in second_overflow() local
691 static inline void process_adj_status(struct ntp_data *ntpdata, const struct __kernel_timex *txc) in process_adj_status()
713 static inline void process_adjtimex_modes(struct ntp_data *ntpdata, const struct __kernel_timex *tx… in process_adjtimex_modes()
766 struct ntp_data *ntpdata = &tk_ntp_data; in __do_adjtimex() local
879 static inline long pps_phase_filter_get(struct ntp_data *ntpdata, long *jitter) in pps_phase_filter_get()
890 static inline void pps_phase_filter_add(struct ntp_data *ntpdata, long err) in pps_phase_filter_add()
901 static inline void pps_dec_freq_interval(struct ntp_data *ntpdata) in pps_dec_freq_interval()
916 static inline void pps_inc_freq_interval(struct ntp_data *ntpdata) in pps_inc_freq_interval()
937 static long hardpps_update_freq(struct ntp_data *ntpdata, struct pps_normtime freq_norm) in hardpps_update_freq()
991 static void hardpps_update_phase(struct ntp_data *ntpdata, long error) in hardpps_update_phase()
1036 struct ntp_data *ntpdata = &tk_ntp_data; in __hardpps() local