Lines Matching defs:id
1409 bool timekeeping_clocksource_has_base(enum clocksource_ids id) in timekeeping_clocksource_has_base()
1665 void ktime_get_clock_ts64(clockid_t id, struct timespec64 *ts) in ktime_get_clock_ts64()
2758 long ktime_get_ntp_seconds(unsigned int id) in ktime_get_ntp_seconds()
2788 static inline unsigned int clockid_to_tkid(unsigned int id) in clockid_to_tkid()
2793 static inline struct tk_data *aux_get_tk_data(clockid_t id) in aux_get_tk_data()
2804 unsigned int id; in tk_aux_update_clocksource() local
2823 unsigned int id; in tk_aux_advance() local
2842 bool ktime_get_aux(clockid_t id, ktime_t *kt) in ktime_get_aux()
2877 bool ktime_get_aux_ts64(clockid_t id, struct timespec64 *ts) in ktime_get_aux_ts64()
2888 static int aux_get_res(clockid_t id, struct timespec64 *tp) in aux_get_res()
2898 static int aux_get_timespec(clockid_t id, struct timespec64 *tp) in aux_get_timespec()
2903 static int aux_clock_set(const clockid_t id, const struct timespec64 *tnew) in aux_clock_set()
2946 static int aux_clock_adj(const clockid_t id, struct __kernel_timex *txc) in aux_clock_adj()
2968 static void aux_clock_enable(clockid_t id) in aux_clock_enable()
2996 static void aux_clock_disable(clockid_t id) in aux_clock_disable()
3011 int id = kobj->name[0] & 0x7; in aux_clock_enable_store() local
3038 int id = kobj->name[0] & 0x7; in aux_clock_enable_show() local
3068 char id[2] = { [0] = '0' + i, }; in tk_aux_sysfs_init() local