Searched refs:rtc_set_offset (Results 1 – 5 of 5) sorted by relevance
145 DEFINE_EVENT(rtc_offset_class, rtc_set_offset,
221 int rtc_set_offset(struct rtc_device *rtc, long offset);
236 retval = rtc_set_offset(to_rtc_device(dev), offset); in offset_store()
439 return rtc_set_offset(rtc, param.svalue); in rtc_dev_ioctl()
1060 * rtc_set_offset - Adjusts the duration of the average second1076 int rtc_set_offset(struct rtc_device *rtc, long offset) in rtc_set_offset() function