Searched refs:to_tm (Results 1 – 8 of 8) sorted by relevance
/arch/powerpc/platforms/ps3/ |
D | time.c | 47 to_tm(time, &tm); in _dump_time() 88 to_tm(read_rtc() + ps3_os_area_get_rtc_diff(), tm); in ps3_get_rtc_time()
|
/arch/powerpc/kernel/ |
D | ppc_ksyms.c | 140 EXPORT_SYMBOL(to_tm);
|
D | rtas-proc.c | 318 to_tm(nowtime, &tm); in ppc_rtas_poweron_write() 382 to_tm(nowtime, &tm); in ppc_rtas_clock_write()
|
D | time.c | 739 to_tm(now.tv_sec + 1 + timezone_offset, &tm); in update_persistent_clock() 1030 void to_tm(int tim, struct rtc_time * tm) in to_tm() function
|
/arch/powerpc/include/asm/ |
D | time.h | 35 extern void to_tm(int tim, struct rtc_time * tm);
|
/arch/powerpc/platforms/cell/ |
D | beat.c | 75 to_tm(tim, rtc_time); in beat_get_rtc_time()
|
/arch/powerpc/platforms/8xx/ |
D | m8xx_setup.c | 198 to_tm(data, tm); in mpc8xx_get_rtc_time()
|
/arch/powerpc/platforms/powermac/ |
D | time.c | 90 to_tm(now, tm); in to_rtc_time()
|