Searched refs:optee_rtc_time (Results 1 – 1 of 1) sorted by relevance
22 struct optee_rtc_time { struct35 struct optee_rtc_time range_min; argument36 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()