Home
last modified time | relevance | path

Searched refs:rtc_ktime_to_tm (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/rtc/
Drtc-lib.c136 struct rtc_time rtc_ktime_to_tm(ktime_t kt) in rtc_ktime_to_tm() function
148 EXPORT_SYMBOL_GPL(rtc_ktime_to_tm);
Dinterface.c395 alarm->time = rtc_ktime_to_tm(rtc->aie_timer.node.expires); in rtc_read_alarm()
823 alarm.time = rtc_ktime_to_tm(timer->node.expires); in rtc_timer_enqueue()
874 alarm.time = rtc_ktime_to_tm(next->expires); in rtc_timer_remove()
937 alarm.time = rtc_ktime_to_tm(next->expires); in rtc_timer_do_work()
Drtc-sc27xx.c461 rtc_ktime_to_tm(rtc->rtc->aie_timer.node.expires); in sprd_rtc_set_alarm()
/Linux-v4.19/include/linux/
Drtc.h27 struct rtc_time rtc_ktime_to_tm(ktime_t kt);