Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_main.h404 woal_mod_timer(pmoal_drv_timer timer, t_u32 millisecondperiod) in woal_mod_timer() argument
406 timer->time_period = millisecondperiod; in woal_mod_timer()
407 mod_timer(&timer->tl, jiffies + (millisecondperiod * HZ) / 1000); in woal_mod_timer()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_main.h467 t_u32 millisecondperiod) argument
469 timer->time_period = millisecondperiod;
470 mod_timer(&timer->tl, jiffies + (millisecondperiod * HZ) / 1000);