Searched refs:stm32_rtc_get_time (Results 1 – 1 of 1) sorted by relevance
653 static TEE_Result stm32_rtc_get_time(struct rtc *rtc __unused, in stm32_rtc_get_time() function834 res = stm32_rtc_get_time(rtc, ¤t_tm); in stm32_rtc_read_alarm()917 res = stm32_rtc_get_time(rtc, ¤t_tm); in stm32_rtc_valid_alarm_time()1036 .get_time = stm32_rtc_get_time,