Lines Matching defs:ntp_data

27  * struct ntp_data - Structure holding all NTP related state
67 struct ntp_data {
100 static struct ntp_data tk_ntp_data[TIMEKEEPERS_MAX] = {
141 static inline s64 ntp_offset_chunk(struct ntp_data *ntpdata, s64 offset)
149 static inline void pps_reset_freq_interval(struct ntp_data *ntpdata)
160 static inline void pps_clear(struct ntp_data *ntpdata)
174 static inline void pps_dec_valid(struct ntp_data *ntpdata)
185 static inline void pps_set_freq(struct ntp_data *ntpdata)
213 static inline void pps_fill_timex(struct ntp_data *ntpdata, struct __kernel_timex *txc)
230 static inline s64 ntp_offset_chunk(struct ntp_data *ntpdata, s64 offset)
235 static inline void pps_reset_freq_interval(struct ntp_data *ntpdata) {}
236 static inline void pps_clear(struct ntp_data *ntpdata) {}
237 static inline void pps_dec_valid(struct ntp_data *ntpdata) {}
238 static inline void pps_set_freq(struct ntp_data *ntpdata) {}
245 static inline void pps_fill_timex(struct ntp_data *ntpdata, struct __kernel_timex *txc)
263 static void ntp_update_frequency(struct ntp_data *ntpdata)
282 static inline s64 ntp_update_offset_fll(struct ntp_data *ntpdata, s64 offset64, long secs)
297 static void ntp_update_offset(struct ntp_data *ntpdata, long offset)
346 static void __ntp_clear(struct ntp_data *ntpdata)
408 struct ntp_data *ntpdata = &tk_ntp_data[tkid];
442 struct ntp_data *ntpdata = &tk_ntp_data[tkid];
525 static void ntp_transfer_offset_adjust(struct ntp_data *ntpdata, s64 amount)
585 struct ntp_data *ntpdata = &tk_ntp_data[TIMEKEEPER_CORE];
608 struct ntp_data *ntpdata = &tk_ntp_data[tkid];
940 static inline void process_adj_status(struct ntp_data *ntpdata, const struct __kernel_timex *txc)
962 static inline void process_adjtimex_modes(struct ntp_data *ntpdata, const struct __kernel_timex *txc,
1015 struct ntp_data *ntpdata = &tk_ntp_data[tkid];
1129 static inline long pps_phase_filter_get(struct ntp_data *ntpdata, long *jitter)
1140 static inline void pps_phase_filter_add(struct ntp_data *ntpdata, long err)
1151 static inline void pps_dec_freq_interval(struct ntp_data *ntpdata)
1166 static inline void pps_inc_freq_interval(struct ntp_data *ntpdata)
1187 static long hardpps_update_freq(struct ntp_data *ntpdata, struct pps_normtime freq_norm)
1241 static void hardpps_update_phase(struct ntp_data *ntpdata, long error)
1286 struct ntp_data *ntpdata = &tk_ntp_data[TIMEKEEPER_CORE];