Home
last modified time | relevance | path

Searched refs:_os_thread_stop (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dpltfm_ops_macos.h369 static inline void _os_thread_stop(void *drv_priv, _os_thread *thread) in _os_thread_stop() function
387 static inline bool _os_thread_stop(_os_thread th)
H A Dpltfm_ops_none.h450 static inline void _os_thread_stop(void *drv_priv, _os_thread *thread) in _os_thread_stop() function
468 static inline bool _os_thread_stop(_os_thread th)
H A Dpltfm_ops_linux.h718 static inline void _os_thread_stop(void *drv_priv, _os_thread *thread) in _os_thread_stop() function
739 static inline bool _os_thread_stop(_os_thread th)
H A Dphl_msg_hub.c253 _os_thread_stop(d, &(hub->msg_notify_thread)); in phl_msg_hub_stop()
H A Dphl_cmd_dispatch_engine.c189 _os_thread_stop(d, &(disp_eng->share_thread)); in phl_disp_eng_stop()
H A Dpltfm_ops_windows.h522 static inline void _os_thread_stop(void *drv_priv, _os_thread *thread) in _os_thread_stop() function
H A Dphl_fsm.c1396 _os_thread_stop(d, &(root->thread)); in phl_fsm_stop_root()
1468 _os_thread_stop(d, &(fsm->thread)); in phl_fsm_stop_fsm()
H A Dphl_cmd_dispatcher.c1526 _os_thread_stop(d, &(obj->bk_thread)); in dispr_stop()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dpltfm_ops_macos.h360 static inline void _os_thread_stop(void *drv_priv, _os_thread *thread) in _os_thread_stop() function
378 static inline bool _os_thread_stop(_os_thread th)
H A Dpltfm_ops_none.h441 static inline void _os_thread_stop(void *drv_priv, _os_thread *thread) in _os_thread_stop() function
459 static inline bool _os_thread_stop(_os_thread th)
H A Dpltfm_ops_linux.h627 static inline void _os_thread_stop(void *drv_priv, _os_thread *thread) in _os_thread_stop() function
648 static inline bool _os_thread_stop(_os_thread th)
H A Dphl_msg_hub.c253 _os_thread_stop(d, &(hub->msg_notify_thread)); in phl_msg_hub_stop()
H A Dphl_cmd_dispatch_engine.c189 _os_thread_stop(d, &(disp_eng->share_thread)); in phl_disp_eng_stop()
H A Dpltfm_ops_windows.h513 static inline void _os_thread_stop(void *drv_priv, _os_thread *thread) in _os_thread_stop() function
H A Dphl_fsm.c1396 _os_thread_stop(d, &(root->thread)); in phl_fsm_stop_root()
1468 _os_thread_stop(d, &(fsm->thread)); in phl_fsm_stop_fsm()
H A Dphl_tx.c778 _os_thread_stop(drv_priv, thread); in phl_deregister_handler()
H A Dphl_cmd_dispatcher.c1525 _os_thread_stop(d, &(obj->bk_thread)); in dispr_stop()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dtest_module.c368 _os_thread_stop(d, &(test_mgnt->thread)); in phl_test_module_stop()
380 _os_thread_stop(d, &(obj->objthread)); in phl_test_module_stop()
474 _os_thread_stop(d, &(obj->objthread)); in rtw_phl_test_get_rpt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dtest_module.c368 _os_thread_stop(d, &(test_mgnt->thread)); in phl_test_module_stop()
380 _os_thread_stop(d, &(obj->objthread)); in phl_test_module_stop()
474 _os_thread_stop(d, &(obj->objthread)); in rtw_phl_test_get_rpt()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_sdio.c1250 _os_thread_stop(drv, &hci->tx_thrd); in phl_trx_deinit_sdio()