Home
last modified time | relevance | path

Searched refs:_tm (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H A Dosal_timer.c160 struct rtc_time _tm = {0}; in osal_rtc_time_to_tm() local
163 rtc_time64_to_tm(time, &_tm); in osal_rtc_time_to_tm()
165 rtc_time_to_tm(time, &_tm); in osal_rtc_time_to_tm()
167 tm->tm_sec = _tm.tm_sec; in osal_rtc_time_to_tm()
168 tm->tm_min = _tm.tm_min; in osal_rtc_time_to_tm()
169 tm->tm_hour = _tm.tm_hour; in osal_rtc_time_to_tm()
170 tm->tm_mday = _tm.tm_mday; in osal_rtc_time_to_tm()
171 tm->tm_mon = _tm.tm_mon; in osal_rtc_time_to_tm()
172 tm->tm_year = _tm.tm_year; in osal_rtc_time_to_tm()
173 tm->tm_wday = _tm in osal_rtc_time_to_tm()
181 struct rtc_time _tm; osal_rtc_tm_to_time() local
208 struct rtc_time _tm; osal_rtc_valid_tm() local
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H A Dosal_timer.c206 struct rtc_time _tm = { 0 }; in osal_rtc_time_to_tm() local
209 rtc_time64_to_tm(time, &_tm); in osal_rtc_time_to_tm()
211 rtc_time_to_tm(time, &_tm); in osal_rtc_time_to_tm()
214 tm->tm_sec = _tm.tm_sec; in osal_rtc_time_to_tm()
215 tm->tm_min = _tm.tm_min; in osal_rtc_time_to_tm()
216 tm->tm_hour = _tm.tm_hour; in osal_rtc_time_to_tm()
217 tm->tm_mday = _tm.tm_mday; in osal_rtc_time_to_tm()
218 tm->tm_mon = _tm.tm_mon; in osal_rtc_time_to_tm()
219 tm->tm_year = _tm.tm_year; in osal_rtc_time_to_tm()
220 tm->tm_wday = _tm in osal_rtc_time_to_tm()
228 struct rtc_time _tm; osal_rtc_tm_to_time() local
249 struct rtc_time _tm; osal_rtc_valid_tm() local
[all...]

Completed in 2 milliseconds