Searched refs:hpet_alarm_time (Results 1 – 1 of 1) sorted by relevance
1034 static struct rtc_time hpet_alarm_time; variable1175 hpet_alarm_time.tm_hour = hrs; in hpet_set_alarm_time()1176 hpet_alarm_time.tm_min = min; in hpet_set_alarm_time()1177 hpet_alarm_time.tm_sec = sec; in hpet_set_alarm_time()1266 (curr_time.tm_sec == hpet_alarm_time.tm_sec) && in hpet_rtc_interrupt()1267 (curr_time.tm_min == hpet_alarm_time.tm_min) && in hpet_rtc_interrupt()1268 (curr_time.tm_hour == hpet_alarm_time.tm_hour)) in hpet_rtc_interrupt()