Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dtest_module.c224 _os_thread_init(d, thread, run_test, obj, obj->test_obj.name); in test_thread()
344 _os_thread_init(d, thread, test_thread, thread, "test_thread"); in phl_test_module_start()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dpltfm_ops_windows.h482 static __inline u8 _os_thread_init( void *drv_priv, _os_thread *thread, in _os_thread_init() function
591 _os_thread_init(drv_priv, actual_thread, phl_notify_thread_callback, in _os_tasklet_init()
H A Dpltfm_ops_macos.h345 static __inline u8 _os_thread_init( void *drv_priv, _os_thread *thread, in _os_thread_init() function
H A Dphl_msg_hub.c236 _os_thread_init(d, &(hub->msg_notify_thread), msg_thread_hdl, phl, in phl_msg_hub_start()
H A Dpltfm_ops_none.h426 static __inline u8 _os_thread_init( void *drv_priv, _os_thread *thread, in _os_thread_init() function
H A Dphl_cmd_dispatch_engine.c151 _os_thread_init(d, &(disp_eng->share_thread), share_thread_hdl, phl, in phl_disp_eng_start()
H A Dpltfm_ops_linux.h600 static __inline u8 _os_thread_init( void *drv_priv, _os_thread *thread, in _os_thread_init() function
H A Dphl_fsm.c1381 _os_thread_init(d, &(root->thread), fsm_thread_share, root, in phl_fsm_start_root()
1417 _os_thread_init(d, &(fsm->thread), fsm_thread_alone, fsm, in phl_fsm_start_fsm()
H A Dphl_tx.c818 phl_status = _os_thread_init(drv_priv, thread, (int(*)(void*))handler->callback, in phl_schedule_handler()
H A Dphl_cmd_dispatcher.c1496 _os_thread_init(d, &(obj->bk_thread), background_thread_hdl, obj, in dispr_start()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dtest_module.c224 _os_thread_init(d, thread, run_test, obj, obj->test_obj.name); in test_thread()
344 _os_thread_init(d, thread, test_thread, thread, "test_thread"); in phl_test_module_start()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dpltfm_ops_windows.h491 static __inline u8 _os_thread_init( void *drv_priv, _os_thread *thread, in _os_thread_init() function
600 _os_thread_init(drv_priv, actual_thread, phl_notify_thread_callback, in _os_tasklet_init()
H A Dpltfm_ops_macos.h354 static __inline u8 _os_thread_init( void *drv_priv, _os_thread *thread, in _os_thread_init() function
H A Dphl_msg_hub.c236 _os_thread_init(d, &(hub->msg_notify_thread), msg_thread_hdl, phl, in phl_msg_hub_start()
H A Dpltfm_ops_none.h435 static __inline u8 _os_thread_init( void *drv_priv, _os_thread *thread, in _os_thread_init() function
H A Dphl_cmd_dispatch_engine.c151 _os_thread_init(d, &(disp_eng->share_thread), share_thread_hdl, phl, in phl_disp_eng_start()
H A Dphl_fsm.c1381 _os_thread_init(d, &(root->thread), fsm_thread_share, root, in phl_fsm_start_root()
1417 _os_thread_init(d, &(fsm->thread), fsm_thread_alone, fsm, in phl_fsm_start_fsm()
H A Dpltfm_ops_linux.h691 static __inline u8 _os_thread_init( void *drv_priv, _os_thread *thread, in _os_thread_init() function
H A Dphl_cmd_dispatcher.c1497 _os_thread_init(d, &(obj->bk_thread), background_thread_hdl, obj, in dispr_start()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_sdio.c1429 _os_thread_init(drv, &hci->tx_thrd, phl_tx_sdio_thrd_hdl, in phl_trx_init_sdio()