Searched refs:hpet_set_alarm_time (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/x86/include/asm/ |
D | hpet.h | 100 extern int hpet_set_alarm_time(unsigned char hrs, unsigned char min,
|
/linux-2.6.39/arch/x86/kernel/ |
D | hpet.c | 1131 int hpet_set_alarm_time(unsigned char hrs, unsigned char min, in hpet_set_alarm_time() function 1143 EXPORT_SYMBOL_GPL(hpet_set_alarm_time);
|
/linux-2.6.39/drivers/rtc/ |
D | rtc-cmos.c | 114 hpet_set_alarm_time(unsigned char hrs, unsigned char min, unsigned char sec) in hpet_set_alarm_time() function 370 hpet_set_alarm_time(t->time.tm_hour, t->time.tm_min, t->time.tm_sec); in cmos_set_alarm()
|
/linux-2.6.39/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()
|