Searched refs:set_offset (Results 1 – 2 of 2) sorted by relevance
109 TEE_Result (*set_offset)(struct rtc *rtc, long offset); member185 if (rtc_device->ops->set_offset) in rtc_get_info()233 if (!rtc_device || !rtc_device->ops->set_offset) in rtc_set_offset()236 return rtc_device->ops->set_offset(rtc_device, offset); in rtc_set_offset()
275 .set_offset = atmel_rtc_set_offset,