Searched refs:hpet_set_alarm_time (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
D | hpet.h | 95 extern int hpet_set_alarm_time(unsigned char hrs, unsigned char min,
|
/linux-4.4.14/arch/x86/kernel/ |
D | hpet.c | 1166 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/ |
D | rtc.c | 110 #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/ |
D | rtc-cmos.c | 117 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()
|