| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | pltfm_ops_windows.h | 482 static __inline u8 _os_thread_init( void *drv_priv, _os_thread *thread, in _os_thread_init() 498 static __inline u8 _os_thread_deinit(void *drv_priv, _os_thread *thread) in _os_thread_deinit() 507 static __inline enum rtw_phl_status _os_thread_schedule(void *drv_priv, _os_thread *thread) in _os_thread_schedule() 513 static inline void _os_thread_stop(void *drv_priv, _os_thread *thread) in _os_thread_stop() 517 static inline int _os_thread_check_stop(void *drv_priv, _os_thread *thread) in _os_thread_check_stop() 522 static inline int _os_thread_wait_stop(void *drv_priv, _os_thread *thread) in _os_thread_wait_stop() 575 _os_thread *thread = (_os_thread *) &(handler->os_handler.u.tasklet); in phl_notify_thread_callback() 588 _os_thread *actual_thread = (_os_thread *)tasklet; in _os_tasklet_init() 602 _os_thread *actual_thread = (_os_thread *)tasklet; in _os_tasklet_deinit() 613 _os_thread *actual_thread = (_os_thread *)tasklet; in _os_tasklet_schedule()
|
| H A D | pltfm_ops_macos.h | 345 static __inline u8 _os_thread_init( void *drv_priv, _os_thread *thread, in _os_thread_init() 352 static __inline u8 _os_thread_deinit(void *drv_priv, _os_thread *thread) in _os_thread_deinit() 356 static __inline enum rtw_phl_status _os_thread_schedule(void *drv_priv, _os_thread *thread) in _os_thread_schedule() 360 static inline void _os_thread_stop(void *drv_priv, _os_thread *thread) in _os_thread_stop() 363 static inline int _os_thread_check_stop(void *drv_priv, _os_thread *thread) in _os_thread_check_stop() 367 static inline int _os_thread_wait_stop(void *drv_priv, _os_thread *thread) in _os_thread_wait_stop() 373 static inline _os_thread _os_thread_start(int (*threadfn)(void *data), 378 static inline bool _os_thread_stop(_os_thread th)
|
| H A D | phl_types.h | 86 #define _os_thread RT_THREAD macro 118 #define _os_thread struct thread_hdl macro 173 #define _os_thread unsigned long macro 187 _os_thread thread;
|
| H A D | pltfm_ops_none.h | 426 static __inline u8 _os_thread_init( void *drv_priv, _os_thread *thread, in _os_thread_init() 433 static __inline u8 _os_thread_deinit(void *drv_priv, _os_thread *thread) in _os_thread_deinit() 437 static __inline enum rtw_phl_status _os_thread_schedule(void *drv_priv, _os_thread *thread) in _os_thread_schedule() 441 static inline void _os_thread_stop(void *drv_priv, _os_thread *thread) in _os_thread_stop() 444 static __inline int _os_thread_check_stop(void *drv_priv, _os_thread *thread) in _os_thread_check_stop() 448 static inline int _os_thread_wait_stop(void *drv_priv, _os_thread *thread) in _os_thread_wait_stop() 454 static inline _os_thread _os_thread_start(int (*threadfn)(void *data), 459 static inline bool _os_thread_stop(_os_thread th)
|
| H A D | pltfm_ops_linux.h | 600 static __inline u8 _os_thread_init( void *drv_priv, _os_thread *thread, in _os_thread_init() 614 static __inline u8 _os_thread_deinit(void *drv_priv, _os_thread *thread) in _os_thread_deinit() 623 static __inline enum rtw_phl_status _os_thread_schedule(void *drv_priv, _os_thread *thread) in _os_thread_schedule() 627 static inline void _os_thread_stop(void *drv_priv, _os_thread *thread) in _os_thread_stop() 631 static inline int _os_thread_check_stop(void *drv_priv, _os_thread *thread) in _os_thread_check_stop() 636 static inline int _os_thread_wait_stop(void *drv_priv, _os_thread *thread) in _os_thread_wait_stop() 643 static inline _os_thread _os_thread_start(int (*threadfn)(void *data), 648 static inline bool _os_thread_stop(_os_thread th)
|
| H A D | phl_cmd_dispatch.h | 39 _os_thread share_thread;
|
| H A D | phl_struct.h | 40 _os_thread tx_thrd;
|
| H A D | phl_msg_hub.c | 56 _os_thread msg_notify_thread;
|
| H A D | phl_fsm.c | 142 _os_thread thread; 196 _os_thread thread;
|
| H A D | phl_tx.c | 764 _os_thread *thread = NULL; in phl_deregister_handler() 804 _os_thread *thread = NULL; in phl_schedule_handler()
|
| H A D | phl_cmd_dispatcher.c | 203 _os_thread bk_thread;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | pltfm_ops_windows.h | 491 static __inline u8 _os_thread_init( void *drv_priv, _os_thread *thread, in _os_thread_init() 507 static __inline u8 _os_thread_deinit(void *drv_priv, _os_thread *thread) in _os_thread_deinit() 516 static __inline enum rtw_phl_status _os_thread_schedule(void *drv_priv, _os_thread *thread) in _os_thread_schedule() 522 static inline void _os_thread_stop(void *drv_priv, _os_thread *thread) in _os_thread_stop() 526 static inline int _os_thread_check_stop(void *drv_priv, _os_thread *thread) in _os_thread_check_stop() 531 static inline int _os_thread_wait_stop(void *drv_priv, _os_thread *thread) in _os_thread_wait_stop() 584 _os_thread *thread = (_os_thread *) &(handler->os_handler.u.tasklet); in phl_notify_thread_callback() 597 _os_thread *actual_thread = (_os_thread *)tasklet; in _os_tasklet_init() 611 _os_thread *actual_thread = (_os_thread *)tasklet; in _os_tasklet_deinit() 622 _os_thread *actual_thread = (_os_thread *)tasklet; in _os_tasklet_schedule()
|
| H A D | pltfm_ops_macos.h | 354 static __inline u8 _os_thread_init( void *drv_priv, _os_thread *thread, in _os_thread_init() 361 static __inline u8 _os_thread_deinit(void *drv_priv, _os_thread *thread) in _os_thread_deinit() 365 static __inline enum rtw_phl_status _os_thread_schedule(void *drv_priv, _os_thread *thread) in _os_thread_schedule() 369 static inline void _os_thread_stop(void *drv_priv, _os_thread *thread) in _os_thread_stop() 372 static inline int _os_thread_check_stop(void *drv_priv, _os_thread *thread) in _os_thread_check_stop() 376 static inline int _os_thread_wait_stop(void *drv_priv, _os_thread *thread) in _os_thread_wait_stop() 382 static inline _os_thread _os_thread_start(int (*threadfn)(void *data), 387 static inline bool _os_thread_stop(_os_thread th)
|
| H A D | phl_types.h | 92 #define _os_thread RT_THREAD macro 124 #define _os_thread struct thread_hdl macro 197 #define _os_thread unsigned long macro 211 _os_thread thread;
|
| H A D | pltfm_ops_none.h | 435 static __inline u8 _os_thread_init( void *drv_priv, _os_thread *thread, in _os_thread_init() 442 static __inline u8 _os_thread_deinit(void *drv_priv, _os_thread *thread) in _os_thread_deinit() 446 static __inline enum rtw_phl_status _os_thread_schedule(void *drv_priv, _os_thread *thread) in _os_thread_schedule() 450 static inline void _os_thread_stop(void *drv_priv, _os_thread *thread) in _os_thread_stop() 453 static __inline int _os_thread_check_stop(void *drv_priv, _os_thread *thread) in _os_thread_check_stop() 457 static inline int _os_thread_wait_stop(void *drv_priv, _os_thread *thread) in _os_thread_wait_stop() 463 static inline _os_thread _os_thread_start(int (*threadfn)(void *data), 468 static inline bool _os_thread_stop(_os_thread th)
|
| H A D | pltfm_ops_linux.h | 691 static __inline u8 _os_thread_init( void *drv_priv, _os_thread *thread, in _os_thread_init() 705 static __inline u8 _os_thread_deinit(void *drv_priv, _os_thread *thread) in _os_thread_deinit() 714 static __inline enum rtw_phl_status _os_thread_schedule(void *drv_priv, _os_thread *thread) in _os_thread_schedule() 718 static inline void _os_thread_stop(void *drv_priv, _os_thread *thread) in _os_thread_stop() 722 static inline int _os_thread_check_stop(void *drv_priv, _os_thread *thread) in _os_thread_check_stop() 727 static inline int _os_thread_wait_stop(void *drv_priv, _os_thread *thread) in _os_thread_wait_stop() 734 static inline _os_thread _os_thread_start(int (*threadfn)(void *data), 739 static inline bool _os_thread_stop(_os_thread th)
|
| H A D | phl_cmd_dispatch.h | 39 _os_thread share_thread;
|
| H A D | phl_struct.h | 41 _os_thread tx_thrd;
|
| H A D | phl_msg_hub.c | 56 _os_thread msg_notify_thread;
|
| H A D | phl_fsm.c | 142 _os_thread thread; 196 _os_thread thread;
|
| H A D | phl_cmd_dispatcher.c | 203 _os_thread bk_thread;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/ |
| H A D | test_module.c | 52 _os_thread objthread; 70 _os_thread thread; 214 _os_thread *thread = NULL; in test_thread() 312 _os_thread *thread = NULL; in phl_test_module_start()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/ |
| H A D | test_module.c | 52 _os_thread objthread; 70 _os_thread thread; 214 _os_thread *thread = NULL; in test_thread() 312 _os_thread *thread = NULL; in phl_test_module_start()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/ |
| H A D | phl_trx_sdio.c | 735 if (_os_thread_check_stop(d, (_os_thread*)context)) in phl_tx_callback_sdio() 741 _os_thread_wait_stop(d, (_os_thread*)context); in phl_tx_callback_sdio() 1103 if (_os_thread_check_stop(d, (_os_thread*)context)) in phl_rx_callback_sdio() 1109 _os_thread_wait_stop(d, (_os_thread*)context); in phl_rx_callback_sdio()
|