Lines Matching refs:rtc_time
21 extern int rtc_valid_tm(struct rtc_time *tm);
22 extern time64_t rtc_tm_to_time64(struct rtc_time *tm);
23 extern void rtc_time64_to_tm(time64_t time, struct rtc_time *tm);
24 ktime_t rtc_tm_to_ktime(struct rtc_time tm);
25 struct rtc_time rtc_ktime_to_tm(ktime_t kt);
30 static inline time64_t rtc_tm_sub(struct rtc_time *lhs, struct rtc_time *rhs) in rtc_tm_sub()
38 static inline void rtc_time_to_tm(unsigned long time, struct rtc_time *tm) in rtc_time_to_tm()
46 static inline int rtc_tm_to_time(struct rtc_time *tm, unsigned long *time) in rtc_tm_to_time()
83 int (*read_time)(struct device *, struct rtc_time *);
84 int (*set_time)(struct device *, struct rtc_time *);
169 extern int rtc_read_time(struct rtc_device *rtc, struct rtc_time *tm);
170 extern int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm);