Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dhpet.h95 extern int hpet_set_alarm_time(unsigned char hrs, unsigned char min,
/linux-4.4.14/arch/x86/kernel/
Dhpet.c1166 int hpet_set_alarm_time(unsigned char hrs, unsigned char min, in hpet_set_alarm_time() function
1178 EXPORT_SYMBOL_GPL(hpet_set_alarm_time);
/linux-4.4.14/drivers/char/
Drtc.c110 #define hpet_set_alarm_time(hrs, min, sec) 0 macro
510 if (hpet_set_alarm_time(hrs, min, sec)) { in rtc_do_ioctl()
/linux-4.4.14/drivers/rtc/
Drtc-cmos.c117 hpet_set_alarm_time(unsigned char hrs, unsigned char min, unsigned char sec) in hpet_set_alarm_time() function
373 hpet_set_alarm_time(t->time.tm_hour, t->time.tm_min, t->time.tm_sec); in cmos_set_alarm()