Home
last modified time | relevance | path

Searched refs:optee_rtc_time (Results 1 – 5 of 5) sorted by relevance

/optee_os-3.20.0/core/include/drivers/
A Drtc.h15 struct optee_rtc_time { struct
27 struct optee_rtc_time range_min; argument
28 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 …]
A Datmel_rtc.h13 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()
/optee_os-3.20.0/core/pta/
A Drtc.c19 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()
/optee_os-3.20.0/core/drivers/
A Datmel_rtc.c108 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()
A Datmel_piobu.c207 struct optee_rtc_time tm = { }; in secumod_it_handler()

Completed in 6 milliseconds