| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_cmd_ser.c | 494 _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 D | phl_rx_agg.c | 77 _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 D | phl_watchdog.c | 286 _os_cancel_timer(phl_to_drvpriv(phl_info), &wdog->wdog_timer); in rtw_phl_watchdog_stop()
|
| H A D | phl_led.c | 64 _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 D | phl_ecsa.c | 361 _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 D | pltfm_ops_macos.h | 193 static __inline void _os_cancel_timer(void *h, _os_timer *timer) in _os_cancel_timer() function
|
| H A D | pltfm_ops_none.h | 269 static __inline void _os_cancel_timer(void *h, _os_timer *timer) in _os_cancel_timer() function
|
| H A D | pltfm_ops_windows.h | 370 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 D | phl_cmd_ser.c | 494 _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 D | phl_rx_agg.c | 77 _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 D | phl_watchdog.c | 284 _os_cancel_timer(phl_to_drvpriv(phl_info), &wdog->wdog_timer); in rtw_phl_watchdog_stop()
|
| H A D | phl_led.c | 64 _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 D | phl_ecsa.c | 361 _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 D | pltfm_ops_macos.h | 184 static __inline void _os_cancel_timer(void *h, _os_timer *timer) in _os_cancel_timer() function
|
| H A D | pltfm_ops_none.h | 260 static __inline void _os_cancel_timer(void *h, _os_timer *timer) in _os_cancel_timer() function
|
| H A D | pltfm_ops_windows.h | 361 static __inline void _os_cancel_timer(void *drv_priv, _os_timer *timer) in _os_cancel_timer() function
|
| H A D | pltfm_ops_linux.h | 365 static inline void _os_cancel_timer(void *d, _os_timer *timer) in _os_cancel_timer() function
|
| H A D | phl_cmd_scan.c | 313 _os_cancel_timer(drv, ¶m->scan_timer); in _cmd_scan_end()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_headers_le.h | 153 _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 D | hal_headers_le.h | 153 _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 D | halbb_interface.h | 64 #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 D | halbb_interface.h | 64 #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 D | halrf_interface.h | 78 #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 D | halrf_interface.h | 78 #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 D | hal_btc.c | 85 _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()
|