Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Dhpet.h100 extern int hpet_set_alarm_time(unsigned char hrs, unsigned char min,
/linux-2.6.39/arch/x86/kernel/
Dhpet.c1131 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/
Drtc-cmos.c114 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/
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()