Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A Drtc.h145 DEFINE_EVENT(rtc_offset_class, rtc_set_offset,
/openbmc/linux/include/linux/
H A Drtc.h220 int rtc_set_offset(struct rtc_device *rtc, long offset);
/openbmc/linux/drivers/rtc/
H A Dsysfs.c240 retval = rtc_set_offset(to_rtc_device(dev), offset); in offset_store()
H A Ddev.c439 return rtc_set_offset(rtc, param.svalue); in rtc_dev_ioctl()
H A Dinterface.c1076 int rtc_set_offset(struct rtc_device *rtc, long offset) in rtc_set_offset() function