Searched defs:tm (Results 1 – 6 of 6) sorted by relevance
53 struct tm { struct54 int tm_sec; argument55 int tm_min; argument56 int tm_hour; argument57 int tm_mday; argument58 int tm_mon; argument59 int tm_year; argument60 int tm_wday; argument61 int tm_yday; argument62 int tm_isdst; argument[all …]
158 void osal_rtc_time_to_tm(unsigned long time, osal_rtc_time_t *tm) in osal_rtc_time_to_tm()179 void osal_rtc_tm_to_time(osal_rtc_time_t *tm, unsigned long *time) in osal_rtc_tm_to_time()206 int osal_rtc_valid_tm(struct osal_rtc_time *tm) in osal_rtc_valid_tm()
204 void osal_rtc_time_to_tm(unsigned long time, osal_rtc_time *tm) in osal_rtc_time_to_tm()226 void osal_rtc_tm_to_time(osal_rtc_time *tm, unsigned long *time) in osal_rtc_tm_to_time()247 int osal_rtc_valid_tm(osal_rtc_time *tm) in osal_rtc_valid_tm()
202 static inline hi_void oal_rtc_time_to_tm(unsigned long time, oal_rtctime_stru *tm) in oal_rtc_time_to_tm()
3096 struct rtc_time tm; in rk817_get_rtc_sec() local
3085 struct rtc_time tm; in rk817_get_rtc_sec() local