Home
last modified time | relevance | path

Searched refs:_os_cancel_timer (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_cmd_ser.c494 _os_cancel_timer(drv, &cser->poll_timer); in _ser_msg_hdl_m1()
528 _os_cancel_timer(drv, &cser->poll_timer); in _ser_msg_hdl_m3()
542 _os_cancel_timer(drv, &cser->poll_timer); in _ser_msg_hdl_m5()
564 _os_cancel_timer(drv, &cser->poll_timer); in _ser_msg_hdl_m9()
693 _os_cancel_timer(drv, &cser->poll_timer); in _phl_ser_mdl_deinit()
722 _os_cancel_timer(drv, &cser->poll_timer); in _phl_ser_mdl_stop()
H A Dphl_rx_agg.c77 _os_cancel_timer(drv, &sta->reorder_timer); in _phl_cancel_rx_reorder_timer()
80 _os_cancel_timer(drv, &sta->reorder_timer);/*or _os_cancel_timer_async*/ in _phl_cancel_rx_reorder_timer()
H A Dphl_watchdog.c286 _os_cancel_timer(phl_to_drvpriv(phl_info), &wdog->wdog_timer); in rtw_phl_watchdog_stop()
H A Dphl_led.c64 _os_cancel_timer(drv_priv, &(timer_args->timer)); in _phl_led_timer_release()
731 _os_cancel_timer(drv_priv, &(led_ctrl->toggle_timer_args[i]->timer)); in _phl_led_module_stop()
H A Dphl_ecsa.c361 _os_cancel_timer(d, &ecsa_ctrl->timer); in _phl_ecsa_cmd_abort_hdlr()
813 _os_cancel_timer(d, &ecsa_ctrl->timer); in rtw_phl_ecsa_cancel()
H A Dpltfm_ops_macos.h193 static __inline void _os_cancel_timer(void *h, _os_timer *timer) in _os_cancel_timer() function
H A Dpltfm_ops_none.h269 static __inline void _os_cancel_timer(void *h, _os_timer *timer) in _os_cancel_timer() function
H A Dpltfm_ops_windows.h370 static __inline void _os_cancel_timer(void *drv_priv, _os_timer *timer) in _os_cancel_timer() function
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_cmd_ser.c494 _os_cancel_timer(drv, &cser->poll_timer); in _ser_msg_hdl_m1()
528 _os_cancel_timer(drv, &cser->poll_timer); in _ser_msg_hdl_m3()
542 _os_cancel_timer(drv, &cser->poll_timer); in _ser_msg_hdl_m5()
564 _os_cancel_timer(drv, &cser->poll_timer); in _ser_msg_hdl_m9()
693 _os_cancel_timer(drv, &cser->poll_timer); in _phl_ser_mdl_deinit()
722 _os_cancel_timer(drv, &cser->poll_timer); in _phl_ser_mdl_stop()
H A Dphl_rx_agg.c77 _os_cancel_timer(drv, &sta->reorder_timer); in _phl_cancel_rx_reorder_timer()
80 _os_cancel_timer(drv, &sta->reorder_timer);/*or _os_cancel_timer_async*/ in _phl_cancel_rx_reorder_timer()
H A Dphl_watchdog.c284 _os_cancel_timer(phl_to_drvpriv(phl_info), &wdog->wdog_timer); in rtw_phl_watchdog_stop()
H A Dphl_led.c64 _os_cancel_timer(drv_priv, &(timer_args->timer)); in _phl_led_timer_release()
731 _os_cancel_timer(drv_priv, &(led_ctrl->toggle_timer_args[i]->timer)); in _phl_led_module_stop()
H A Dphl_ecsa.c361 _os_cancel_timer(d, &ecsa_ctrl->timer); in _phl_ecsa_cmd_abort_hdlr()
813 _os_cancel_timer(d, &ecsa_ctrl->timer); in rtw_phl_ecsa_cancel()
H A Dpltfm_ops_macos.h184 static __inline void _os_cancel_timer(void *h, _os_timer *timer) in _os_cancel_timer() function
H A Dpltfm_ops_none.h260 static __inline void _os_cancel_timer(void *h, _os_timer *timer) in _os_cancel_timer() function
H A Dpltfm_ops_windows.h361 static __inline void _os_cancel_timer(void *drv_priv, _os_timer *timer) in _os_cancel_timer() function
H A Dpltfm_ops_linux.h365 static inline void _os_cancel_timer(void *d, _os_timer *timer) in _os_cancel_timer() function
H A Dphl_cmd_scan.c313 _os_cancel_timer(drv, &param->scan_timer); in _cmd_scan_end()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_headers_le.h153 _os_cancel_timer(halcom_to_drvpriv(h), timer); in hal_cancel_timer()
310 #define hal_cancel_timer(h, timer) _os_cancel_timer(halcom_to_drvpriv(h), timer)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_headers_le.h153 _os_cancel_timer(halcom_to_drvpriv(h), timer); in hal_cancel_timer()
310 #define hal_cancel_timer(h, timer) _os_cancel_timer(halcom_to_drvpriv(h), timer)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_interface.h64 #define halbb_cancel_timer(bb, timer) _os_cancel_timer(bb->hal_com->drv_priv, timer)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_interface.h64 #define halbb_cancel_timer(bb, timer) _os_cancel_timer(bb->hal_com->drv_priv, timer)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/
H A Dhalrf_interface.h78 #define halrf_cancel_timer(rf, timer) _os_cancel_timer(rf->hal_com->drv_priv, timer)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/
H A Dhalrf_interface.h78 #define halrf_cancel_timer(rf, timer) _os_cancel_timer(rf->hal_com->drv_priv, timer)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhal_btc.c85 _os_cancel_timer(halcom_to_drvpriv(btc->hal), &btmr->tmr); in _btmr_stop()
87 _os_cancel_timer(halcom_to_drvpriv(btc->hal), &btc->delay_tmr); in _btmr_stop()

12