Searched refs:optee_rtc_time (Results 1 – 5 of 5) sorted by relevance
15 struct optee_rtc_time { struct27 struct optee_rtc_time range_min; argument28 struct optee_rtc_time range_max;40 TEE_Result (*get_time)(struct rtc *rtc, struct optee_rtc_time *tm);41 TEE_Result (*set_time)(struct rtc *rtc, struct optee_rtc_time *tm);53 struct optee_rtc_time *range_min, in rtc_get_info()54 struct optee_rtc_time *range_max) in rtc_get_info()67 static inline TEE_Result rtc_get_time(struct optee_rtc_time *tm) in rtc_get_time()75 static inline TEE_Result rtc_set_time(struct optee_rtc_time *tm) in rtc_set_time()104 struct optee_rtc_time *range_min __unused, in rtc_get_info()[all …]
13 TEE_Result atmel_rtc_get_tamper_timestamp(struct optee_rtc_time *tm);16 TEE_Result atmel_rtc_get_tamper_timestamp(struct optee_rtc_time *tm __unused) in atmel_rtc_get_tamper_timestamp()
19 struct optee_rtc_time *optee_time) in rtc_pta_copy_time_from_optee()34 struct optee_rtc_time time = { }; in rtc_pta_get_time()59 struct optee_rtc_time time = { }; in rtc_pta_set_time()124 struct optee_rtc_time range_min = { }; in rtc_pta_get_info()125 struct optee_rtc_time range_max = { }; in rtc_pta_get_info()
108 struct optee_rtc_time *tm) in atmel_decode_date()132 struct optee_rtc_time *tm) in atmel_rtc_get_time()139 TEE_Result atmel_rtc_get_tamper_timestamp(struct optee_rtc_time *tm) in atmel_rtc_get_tamper_timestamp()150 struct optee_rtc_time *tm) in atmel_rtc_set_time()
207 struct optee_rtc_time tm = { }; in secumod_it_handler()
Completed in 6 milliseconds