Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Drtc.h105 struct rtc_ops { struct
106 TEE_Result (*get_time)(struct rtc *rtc, struct optee_rtc_time *tm);
107 TEE_Result (*set_time)(struct rtc *rtc, struct optee_rtc_time *tm);
108 TEE_Result (*get_offset)(struct rtc *rtc, long *offset);
109 TEE_Result (*set_offset)(struct rtc *rtc, long offset);
110 TEE_Result (*read_alarm)(struct rtc *rtc, struct optee_rtc_alarm *alrm);
111 TEE_Result (*set_alarm)(struct rtc *rtc, struct optee_rtc_alarm *alrm);
112 TEE_Result (*enable_alarm)(struct rtc *rtc, bool enable);
113 TEE_Result (*wait_alarm)(struct rtc *rtc,
115 TEE_Result (*cancel_wait)(struct rtc *rtc);
[all …]