Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-optee.c22 struct optee_rtc_time { struct
35 struct optee_rtc_time range_min; argument
36 struct optee_rtc_time range_max;
59 struct optee_rtc_time *optee_tm; in optee_rtc_readtime()
70 param[0].u.memref.size = sizeof(struct optee_rtc_time); in optee_rtc_readtime()
100 struct optee_rtc_time optee_tm; in optee_rtc_settime()
118 param[0].u.memref.size = sizeof(struct optee_rtc_time); in optee_rtc_settime()
124 memcpy(rtc_data, &optee_tm, sizeof(struct optee_rtc_time)); in optee_rtc_settime()
196 struct optee_rtc_time *tm; in optee_rtc_read_info()