Searched defs:rtc_ops (Results 1 – 1 of 1) sorted by relevance
39 struct rtc_ops { struct40 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);42 TEE_Result (*get_offset)(struct rtc *rtc, long *offset);43 TEE_Result (*set_offset)(struct rtc *rtc, long offset);
Completed in 2 milliseconds