Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_timer.h80 static inline hi_void oal_timer_init(oal_timer_list_stru *pst_timer, unsigned long ul_delay, oal_timer_func p_func, in oal_timer_init() argument
91 pst_timer->expires = jiffies + msecs_to_jiffies(ul_delay); in oal_timer_init()
160 static inline hi_void oal_timer_init(oal_timer_list_stru *pst_timer, hi_u32 ul_delay, oal_timer_func p_func, in oal_timer_init() argument
164 pst_timer->expires = OAL_MSECS_TO_JIFFIES(ul_delay); in oal_timer_init()

Completed in 1 milliseconds