Searched refs:mc146818_get_time (Results 1 - 7 of 7) sorted by last modified time

/linux-master/arch/x86/kernel/
H A Drtc.c69 if (mc146818_get_time(&tm, 1000)) {
H A Dhpet.c1441 if (unlikely(mc146818_get_time(&curr_time, 10) < 0)) {
/linux-master/include/linux/
H A Dmc146818rtc.h129 int mc146818_get_time(struct rtc_time *time, int timeout);
/linux-master/drivers/rtc/
H A Drtc-mc146818-lib.c143 * mc146818_get_time - Get the current time from the RTC
154 int mc146818_get_time(struct rtc_time *time, int timeout) function
198 EXPORT_SYMBOL_GPL(mc146818_get_time); variable
H A Drtc-cmos.c234 ret = mc146818_get_time(t, 1000);
/linux-master/drivers/base/power/
H A Dtrace.c123 if (mc146818_get_time(&time, 1000) < 0) {
/linux-master/arch/alpha/kernel/
H A Drtc.c83 int ret = mc146818_get_time(tm, 10);

Completed in 229 milliseconds