Lines Matching refs:ntp_data

59 struct ntp_data {  struct
90 static struct ntp_data tk_ntp_data[TIMEKEEPERS_MAX] = { argument
128 static inline s64 ntp_offset_chunk(struct ntp_data *ntpdata, s64 offset) in ntp_offset_chunk()
136 static inline void pps_reset_freq_interval(struct ntp_data *ntpdata) in pps_reset_freq_interval()
147 static inline void pps_clear(struct ntp_data *ntpdata) in pps_clear()
161 static inline void pps_dec_valid(struct ntp_data *ntpdata) in pps_dec_valid()
172 static inline void pps_set_freq(struct ntp_data *ntpdata) in pps_set_freq()
200 static inline void pps_fill_timex(struct ntp_data *ntpdata, struct __kernel_timex *txc) in pps_fill_timex()
217 static inline s64 ntp_offset_chunk(struct ntp_data *ntpdata, s64 offset) in ntp_offset_chunk()
222 static inline void pps_reset_freq_interval(struct ntp_data *ntpdata) {} in pps_reset_freq_interval()
223 static inline void pps_clear(struct ntp_data *ntpdata) {} in pps_clear()
224 static inline void pps_dec_valid(struct ntp_data *ntpdata) {} in pps_dec_valid()
225 static inline void pps_set_freq(struct ntp_data *ntpdata) {} in pps_set_freq()
232 static inline void pps_fill_timex(struct ntp_data *ntpdata, struct __kernel_timex *txc) in pps_fill_timex()
251 static void ntp_update_frequency(struct ntp_data *ntpdata) in ntp_update_frequency()
270 static inline s64 ntp_update_offset_fll(struct ntp_data *ntpdata, s64 offset64, long secs) in ntp_update_offset_fll()
285 static void ntp_update_offset(struct ntp_data *ntpdata, long offset) in ntp_update_offset()
334 static void __ntp_clear(struct ntp_data *ntpdata) in __ntp_clear()
377 struct ntp_data *ntpdata = &tk_ntp_data[TIMEKEEPER_CORE]; in ntp_get_next_leap()
400 struct ntp_data *ntpdata = &tk_ntp_data[tkid]; in second_overflow()
698 static inline void process_adj_status(struct ntp_data *ntpdata, const struct __kernel_timex *txc) in process_adj_status()
720 static inline void process_adjtimex_modes(struct ntp_data *ntpdata, const struct __kernel_timex *tx… in process_adjtimex_modes()
773 struct ntp_data *ntpdata = &tk_ntp_data[tkid]; in ntp_adjtimex()
886 static inline long pps_phase_filter_get(struct ntp_data *ntpdata, long *jitter) in pps_phase_filter_get()
897 static inline void pps_phase_filter_add(struct ntp_data *ntpdata, long err) in pps_phase_filter_add()
908 static inline void pps_dec_freq_interval(struct ntp_data *ntpdata) in pps_dec_freq_interval()
923 static inline void pps_inc_freq_interval(struct ntp_data *ntpdata) in pps_inc_freq_interval()
944 static long hardpps_update_freq(struct ntp_data *ntpdata, struct pps_normtime freq_norm) in hardpps_update_freq()
998 static void hardpps_update_phase(struct ntp_data *ntpdata, long error) in hardpps_update_phase()
1042 struct ntp_data *ntpdata = &tk_ntp_data[TIMEKEEPER_CORE]; in __hardpps()