Home
last modified time | relevance | path

Searched defs:tm (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/drivers/
H A Datmel_rtc.c109 struct optee_rtc_time *tm) in atmel_decode_date()
133 struct optee_rtc_time *tm) in atmel_rtc_get_time()
140 TEE_Result atmel_rtc_get_tamper_timestamp(struct optee_rtc_time *tm) in atmel_rtc_get_tamper_timestamp()
151 struct optee_rtc_time *tm) in atmel_rtc_set_time()
H A Dstm32_rtc.c541 struct optee_rtc_time *tm) in stm32_rtc_to_tm()
654 struct optee_rtc_time *tm) in stm32_rtc_get_time()
692 static TEE_Result stm32_rtc_set_time(struct rtc *rtc, struct optee_rtc_time *tm) in stm32_rtc_set_time()
744 TEE_Result stm32_rtc_get_timestamp(struct optee_rtc_time *tm) in stm32_rtc_get_timestamp()
890 static void stm32_rtc_add_one_month(struct optee_rtc_time *tm) in stm32_rtc_add_one_month()
904 struct optee_rtc_time *tm) in stm32_rtc_valid_alarm_time()
H A Datmel_piobu.c257 struct optee_rtc_time tm = { }; in secumod_it_handler() local
/optee_os/core/arch/riscv/kernel/
H A Dtee_time_rdtime.c39 uint64_t tm = read_time(); in tee_time_get_sys_time() local
/optee_os/core/include/drivers/
H A Drtc.h199 static inline TEE_Result rtc_get_time(struct optee_rtc_time *tm) in rtc_get_time()
207 static inline TEE_Result rtc_set_time(struct optee_rtc_time *tm) in rtc_set_time()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509.c610 static int x509_parse_time(const unsigned char *p, mbedtls_x509_time *tm, in x509_parse_time()
650 mbedtls_x509_time *tm) in mbedtls_x509_get_time()
1055 struct tm tm; in mbedtls_x509_time_gmtime() local