Home
last modified time | relevance | path

Searched refs:rtc_set_time (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/rtc/
H A Dmc146818rtc.c74 static void rtc_set_time(MC146818RtcState *s);
465 rtc_set_time(s); in cmos_ioport_write()
488 rtc_set_time(s); in cmos_ioport_write()
521 rtc_set_time(s); in cmos_ioport_write()
593 static void rtc_set_time(MC146818RtcState *s) in rtc_set_time() function
776 rtc_set_time(s); in rtc_post_load()
/openbmc/linux/include/trace/events/
H A Drtc.h31 DEFINE_EVENT(rtc_time_alarm_class, rtc_set_time,
/openbmc/linux/include/linux/
H A Drtc.h188 extern int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm);
/openbmc/linux/drivers/rtc/
H A Dinterface.c126 int rtc_set_time(struct rtc_device *rtc, struct rtc_time *tm) in rtc_set_time() function
176 EXPORT_SYMBOL_GPL(rtc_set_time);
H A Ddev.c337 return rtc_set_time(rtc, &tm); in rtc_dev_ioctl()
/openbmc/linux/kernel/time/
H A Dntp.c597 err = rtc_set_time(rtc, &tm); in update_rtc()