Home
last modified time | relevance | path

Searched refs:rtc_get_month_days (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/drivers/rtc/
H A Drtc.c43 days += rtc_get_month_days(n, time->tm_year); in rtc_time_to_ms()
60 uint8_t rtc_get_month_days(uint32_t month, uint32_t year) in rtc_get_month_days() function
/optee_os/core/include/drivers/
H A Drtc.h140 uint8_t rtc_get_month_days(uint32_t month, uint32_t year);
213 tm->tm_mday > rtc_get_month_days(tm->tm_mon, tm->tm_year) || in rtc_set_time()
295 static inline uint8_t __noreturn rtc_get_month_days(uint32_t month __unused, in rtc_get_month_days() function
/optee_os/core/drivers/
H A Dstm32_rtc.c900 rtc_get_month_days(tm->tm_mon, tm->tm_year)); in stm32_rtc_add_one_month()