Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/drivers/
A Drtc.h39 struct rtc_ops { struct
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);
42 TEE_Result (*get_offset)(struct rtc *rtc, long *offset);
43 TEE_Result (*set_offset)(struct rtc *rtc, long offset);

Completed in 2 milliseconds