Searched refs:get_rtc_time (Results 1 - 25 of 26) sorted by relevance

12

/arch/alpha/include/asm/
H A Drtc.h6 # define get_rtc_time alpha_mv.rtc_get_time macro
/arch/powerpc/include/asm/
H A Drtc.h45 static inline unsigned int get_rtc_time(struct rtc_time *time) function
47 if (ppc_md.get_rtc_time)
48 ppc_md.get_rtc_time(time);
64 get_rtc_time(&h);
H A Dmachdep.h131 void (*get_rtc_time)(struct rtc_time *); member in struct:machdep_calls
/arch/sh/include/asm/
H A Drtc.h17 unsigned int get_rtc_time(struct rtc_time *);
/arch/m68k/include/asm/
H A Drtc.h31 static inline unsigned int get_rtc_time(struct rtc_time *time) function
58 get_rtc_time(&h);
/arch/sh/kernel/
H A Dtime.c53 unsigned int get_rtc_time(struct rtc_time *tm) function
64 EXPORT_SYMBOL(get_rtc_time); variable
/arch/parisc/include/asm/
H A Drtc.h47 static inline unsigned int get_rtc_time(struct rtc_time *wtime) function
117 get_rtc_time(&h);
/arch/powerpc/platforms/cell/
H A Dcelleb_setup.c209 .get_rtc_time = beat_get_rtc_time,
236 .get_rtc_time = rtas_get_rtc_time,
H A Dqpace_setup.c143 .get_rtc_time = rtas_get_rtc_time,
H A Dsetup.c275 .get_rtc_time = rtas_get_rtc_time,
/arch/powerpc/platforms/powernv/
H A Dsetup.c139 ppc_md.get_rtc_time = opal_get_rtc_time;
152 ppc_md.get_rtc_time = rtas_get_rtc_time;
/arch/mn10300/kernel/
H A Drtc.c30 get_rtc_time(&tm);
/arch/cris/arch-v10/drivers/
H A Dds1302.c204 get_rtc_time(struct rtc_time *rtc_tm) function
252 get_rtc_time(&rtc_tm);
372 get_rtc_time(&tm);
H A Dpcf8563.c111 get_rtc_time(struct rtc_time *tm) function
232 get_rtc_time(&tm);
/arch/powerpc/platforms/8xx/
H A Dadder875.c116 .get_rtc_time = mpc8xx_get_rtc_time,
H A Dep88xc.c173 .get_rtc_time = mpc8xx_get_rtc_time,
H A Dmpc86xads_setup.c147 .get_rtc_time = mpc8xx_get_rtc_time,
H A Dtqm8xx_setup.c152 .get_rtc_time = mpc8xx_get_rtc_time,
H A Dmpc885ads_setup.c285 .get_rtc_time = mpc8xx_get_rtc_time,
/arch/powerpc/platforms/52xx/
H A Defika.c230 .get_rtc_time = rtas_get_rtc_time,
/arch/powerpc/kernel/
H A Dtime.c672 if (!ppc_md.get_rtc_time) {
676 ppc_md.get_rtc_time(&tm);
1026 if (!ppc_md.get_rtc_time)
/arch/powerpc/platforms/chrp/
H A Dsetup.c336 ppc_md.get_rtc_time = rtas_get_rtc_time;
604 .get_rtc_time = chrp_get_rtc_time,
/arch/powerpc/platforms/maple/
H A Dsetup.c332 .get_rtc_time = maple_get_rtc_time,
/arch/powerpc/platforms/powermac/
H A Dsetup.c671 .get_rtc_time = pmac_get_rtc_time,
/arch/powerpc/platforms/pseries/
H A Dsetup.c654 .get_rtc_time = rtas_get_rtc_time,

Completed in 667 milliseconds

12