Home
last modified time | relevance | path

Searched refs:to_tm (Results 1 – 8 of 8) sorted by relevance

/arch/powerpc/platforms/ps3/
Dtime.c49 to_tm(time, &tm); in _dump_time()
/arch/powerpc/include/asm/
Dtime.h28 extern void to_tm(int tim, struct rtc_time * tm);
/arch/powerpc/kernel/
Dppc_ksyms.c136 EXPORT_SYMBOL(to_tm);
Drtas-proc.c318 to_tm(nowtime, &tm); in ppc_rtas_poweron_write()
382 to_tm(nowtime, &tm); in ppc_rtas_clock_write()
Dtime.c647 to_tm(now.tv_sec + 1 + timezone_offset, &tm); in update_persistent_clock()
940 void to_tm(int tim, struct rtc_time * tm) in to_tm() function
/arch/powerpc/platforms/cell/
Dbeat.c75 to_tm(tim, rtc_time); in beat_get_rtc_time()
/arch/powerpc/platforms/8xx/
Dm8xx_setup.c196 to_tm(data, tm); in mpc8xx_get_rtc_time()
/arch/powerpc/platforms/powermac/
Dtime.c89 to_tm(now, tm); in to_rtc_time()