Home
last modified time | relevance | path

Searched refs:_os_thread (Results 1 – 24 of 24) sorted by relevance

/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()
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 Dpltfm_ops_macos.h345 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 Dphl_types.h86 #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 Dpltfm_ops_none.h426 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 Dpltfm_ops_linux.h600 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 Dphl_cmd_dispatch.h39 _os_thread share_thread;
H A Dphl_struct.h40 _os_thread tx_thrd;
H A Dphl_msg_hub.c56 _os_thread msg_notify_thread;
H A Dphl_fsm.c142 _os_thread thread;
196 _os_thread thread;
H A Dphl_tx.c764 _os_thread *thread = NULL; in phl_deregister_handler()
804 _os_thread *thread = NULL; in phl_schedule_handler()
H A Dphl_cmd_dispatcher.c203 _os_thread bk_thread;
/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()
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 Dpltfm_ops_macos.h354 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 Dphl_types.h92 #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 Dpltfm_ops_none.h435 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 Dpltfm_ops_linux.h691 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 Dphl_cmd_dispatch.h39 _os_thread share_thread;
H A Dphl_struct.h41 _os_thread tx_thrd;
H A Dphl_msg_hub.c56 _os_thread msg_notify_thread;
H A Dphl_fsm.c142 _os_thread thread;
196 _os_thread thread;
H A Dphl_cmd_dispatcher.c203 _os_thread bk_thread;
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dtest_module.c52 _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 Dtest_module.c52 _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 Dphl_trx_sdio.c735 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()