Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_main.h297 } moal_drv_timer, *pmoal_drv_timer; typedef
419 woal_cancel_timer(moal_drv_timer *timer) in woal_cancel_timer()
1006 moal_drv_timer ack_timer __ATTRIB_ALIGN__;
1703 moal_drv_timer reassoc_timer __ATTRIB_ALIGN__;
1735 moal_drv_timer remain_timer __ATTRIB_ALIGN__;
1758 moal_drv_timer go_timer __ATTRIB_ALIGN__;
1792 moal_drv_timer cac_timer __ATTRIB_ALIGN__;
H A Dmoal_shim.c322 moal_drv_timer *timer = NULL; in moal_init_timer()
327 timer = kmalloc(sizeof(moal_drv_timer), mem_flag); in moal_init_timer()
347 moal_drv_timer *timer = (moal_drv_timer *)ptimer; in moal_free_timer()
378 ((moal_drv_timer *)ptimer)->timer_is_periodic = periodic; in moal_start_timer()
379 woal_mod_timer((moal_drv_timer *)ptimer, msec); in moal_start_timer()
397 woal_cancel_timer((moal_drv_timer *)ptimer); in moal_stop_timer()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_main.h397 } moal_drv_timer, *pmoal_drv_timer; typedef
481 static inline void woal_cancel_timer(moal_drv_timer *timer)
1115 moal_drv_timer ack_timer __ATTRIB_ALIGN__;
2300 moal_drv_timer timer;
2443 moal_drv_timer reassoc_timer __ATTRIB_ALIGN__;
2499 moal_drv_timer remain_timer __ATTRIB_ALIGN__;
2522 moal_drv_timer go_timer __ATTRIB_ALIGN__;
2562 moal_drv_timer cac_timer __ATTRIB_ALIGN__;
2628 moal_drv_timer fw_dump_timer __ATTRIB_ALIGN__;
H A Dmoal_shim.c515 moal_drv_timer *timer = NULL;
520 timer = kmalloc(sizeof(moal_drv_timer), mem_flag);
539 moal_drv_timer *timer = (moal_drv_timer *)ptimer;
570 ((moal_drv_timer *)ptimer)->timer_is_periodic = periodic;
571 woal_mod_timer((moal_drv_timer *)ptimer, msec);
588 woal_cancel_timer((moal_drv_timer *)ptimer);