Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/ps3/
Dtime.c49 to_tm(time, &tm); in _dump_time()
/linux-4.4.14/arch/powerpc/include/asm/
Dtime.h29 extern void to_tm(int tim, struct rtc_time * tm);
/linux-4.4.14/arch/powerpc/kernel/
Dtime.c725 to_tm(now.tv_sec + 1 + timezone_offset, &tm); in update_persistent_clock()
1037 void to_tm(int tim, struct rtc_time * tm) in to_tm() function
1071 EXPORT_SYMBOL(to_tm);
Drtas-proc.c316 to_tm(nowtime, &tm); in ppc_rtas_poweron_write()
380 to_tm(nowtime, &tm); in ppc_rtas_clock_write()
/linux-4.4.14/arch/powerpc/platforms/8xx/
Dm8xx_setup.c194 to_tm(data, tm); in mpc8xx_get_rtc_time()
/linux-4.4.14/arch/powerpc/platforms/powermac/
Dtime.c89 to_tm(now, tm); in to_rtc_time()