Home
last modified time | relevance | path

Searched refs:os_localtime (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Di2c_rtc_emul.c83 os_localtime(&now); in reset_time()
96 os_localtime(&tm_now); in sandbox_i2c_rtc_get()
112 os_localtime(&tm_now); in sandbox_i2c_rtc_set()
/OK3568_Linux_fs/u-boot/include/
H A Dos.h311 void os_localtime(struct rtc_time *rt);
/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Dos.c596 void os_localtime(struct rtc_time *rt) in os_localtime() function