Searched refs:set_offset (Results 1 – 2 of 2) sorted by relevance
43 TEE_Result (*set_offset)(struct rtc *rtc, long offset); member59 if (rtc_device->ops->set_offset) in rtc_get_info()93 if (!rtc_device || !rtc_device->ops->set_offset) in rtc_set_offset()96 return rtc_device->ops->set_offset(rtc_device, offset); in rtc_set_offset()
274 .set_offset = atmel_rtc_set_offset,
Completed in 3 milliseconds