Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/rtc/
H A Di2c_rtc_emul.c92 struct rtc_time tm_now; in sandbox_i2c_rtc_get() local
96 os_localtime(&tm_now); in sandbox_i2c_rtc_get()
97 now = rtc_mktime(&tm_now); in sandbox_i2c_rtc_get()
108 struct rtc_time tm_now; in sandbox_i2c_rtc_set() local
112 os_localtime(&tm_now); in sandbox_i2c_rtc_set()
113 now = rtc_mktime(&tm_now); in sandbox_i2c_rtc_set()