Searched refs:set_rtc_mmss (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Dtime.c29 static inline int set_rtc_mmss(unsigned long nowtime) function
83 return set_rtc_mmss(now.tv_sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dtime_32.c54 static int set_rtc_mmss(unsigned long);
83 return set_rtc_mmss(now.tv_sec);
243 static int set_rtc_mmss(unsigned long secs) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Drtc.c38 * In order to set the CMOS clock precisely, set_rtc_mmss has to be called 500
47 static int set_rtc_mmss(unsigned long nowtime) function
89 "set_rtc_mmss: can't update from %d to %d\n",
110 return set_rtc_mmss(now.tv_sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/kernel/
H A Dtime.c8 * fixed set_rtc_mmss, fixed time.year for >= 2000, new mktime
10 * fixed 500 ms bug at call to set_rtc_mmss, fixed DS12887
58 int set_rtc_mmss(unsigned long nowtime) function
63 printk(KERN_DEBUG "set_rtc_mmss(%lu)\n", nowtime);
90 "set_rtc_mmss: can't update from %d to %d\n",
130 return set_rtc_mmss(now.tv_sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-sh03/
H A Drtc.c87 static int set_rtc_mmss(unsigned long nowtime) function
112 "set_rtc_mmss: can't update from %d to %d\n",
125 return set_rtc_mmss(nowtime);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dtime.c31 static inline int set_rtc_mmss(unsigned long nowtime) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dtime.c9 * fixed set_rtc_mmss, fixed time.year for >= 2000, new mktime
11 * fixed 500 ms bug at call to set_rtc_mmss, fixed DS12887
60 static int set_rtc_mmss(unsigned long);
116 return set_rtc_mmss(now.tv_sec);
455 * In order to set the CMOS clock precisely, set_rtc_mmss has to be
467 set_rtc_mmss(unsigned long nowtime) function
510 "set_rtc_mmss: can't update from %d to %d\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dtime.c29 extern int set_rtc_mmss(unsigned long nowtime);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dtime.c71 extern int set_rtc_mmss(unsigned long nowtime);

Completed in 86 milliseconds